commit: 0ccf7e0e8dae6c81674d1f0ded6b0f16e54db378 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me> AuthorDate: Sat Nov 30 11:12:07 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 11:25:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccf7e0e
sys-libs/error-standalone: new package, add 1.0 Needed for sys-devel/dwz and dev-util/debugedit, see referenced bugs. Tested on: * Ryzen: amd64, x86 * RockPro64: arm, arm64 * StarFive VisionFive2: riscv Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me> Bug: https://bugs.gentoo.org/902197 Bug: https://bugs.gentoo.org/829239 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/error-standalone/Manifest | 1 + sys-libs/error-standalone/error-standalone-1.0.ebuild | 12 ++++++++++++ sys-libs/error-standalone/metadata.xml | 12 ++++++++++++ 3 files changed, 25 insertions(+) diff --git a/sys-libs/error-standalone/Manifest b/sys-libs/error-standalone/Manifest new file mode 100644 index 000000000000..08ab1c2311d9 --- /dev/null +++ b/sys-libs/error-standalone/Manifest @@ -0,0 +1 @@ +DIST error-standalone-1.0.tar.gz 1947 BLAKE2B a6cc182caab990b841c708fd78e3539e2a0488355f7eb3e7cbe2bcf3d796c2b7c5046dd99defd005e155581363f858a4b52ac586d729a6e0d543c0d11cf1006f SHA512 4561f17896d411932fb02e8dc435b23e22c3874ccde668dcb5bc2c843383c4d774c45d295ce50607fcc32df0356f826792d7fbd14ecc768ad64b9021549135e3 diff --git a/sys-libs/error-standalone/error-standalone-1.0.ebuild b/sys-libs/error-standalone/error-standalone-1.0.ebuild new file mode 100644 index 000000000000..a32ef38b9530 --- /dev/null +++ b/sys-libs/error-standalone/error-standalone-1.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="standalone <error.h> implementation intended for musl" +HOMEPAGE="https://hacktivis.me/git/error-standalone/" +SRC_URI="https://hacktivis.me/releases/error-standalone/${P}.tar.gz" +LICENSE="MIT" +SLOT="0" + +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" diff --git a/sys-libs/error-standalone/metadata.xml b/sys-libs/error-standalone/metadata.xml new file mode 100644 index 000000000000..bf5592871976 --- /dev/null +++ b/sys-libs/error-standalone/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>cont...@hacktivis.me</email> + <name>Haelwenn (lanodan) Monnier</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-ma...@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>