* [gentoo-commits] repo/gentoo:master commit in: sys-libs/error-standalone/
@ 2024-12-01 11:26 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-12-01 11:26 UTC (permalink / raw
To: gentoo-commits
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>contact@hacktivis.me</email>
+ <name>Haelwenn (lanodan) Monnier</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/error-standalone/
@ 2024-12-01 15:52 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-12-01 15:52 UTC (permalink / raw
To: gentoo-commits
commit: 99efab2e82f8b0c682fbe097431bfb3529befbc8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 15:51:58 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 15:51:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99efab2e
sys-libs/error-standalone: block sys-libs/glibc
Closes: https://bugs.gentoo.org/945546
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/error-standalone/error-standalone-1.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sys-libs/error-standalone/error-standalone-1.0.ebuild b/sys-libs/error-standalone/error-standalone-1.0.ebuild
index a32ef38b9530..08b868839ca4 100644
--- a/sys-libs/error-standalone/error-standalone-1.0.ebuild
+++ b/sys-libs/error-standalone/error-standalone-1.0.ebuild
@@ -6,7 +6,9 @@ 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"
+
+RDEPEND="!sys-libs/glibc"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/error-standalone/
@ 2024-12-14 10:43 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-12-14 10:43 UTC (permalink / raw
To: gentoo-commits
commit: 055efe211af854c3cc4d25e166f4b378776b8efd
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Dec 14 05:30:02 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 10:42:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055efe21
sys-libs/error-standalone: add 2.0
Closes: https://bugs.gentoo.org/946390
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/error-standalone/Manifest | 1 +
.../error-standalone/error-standalone-2.0.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/sys-libs/error-standalone/Manifest b/sys-libs/error-standalone/Manifest
index 08ab1c2311d9..2354d840bfe2 100644
--- a/sys-libs/error-standalone/Manifest
+++ b/sys-libs/error-standalone/Manifest
@@ -1 +1,2 @@
DIST error-standalone-1.0.tar.gz 1947 BLAKE2B a6cc182caab990b841c708fd78e3539e2a0488355f7eb3e7cbe2bcf3d796c2b7c5046dd99defd005e155581363f858a4b52ac586d729a6e0d543c0d11cf1006f SHA512 4561f17896d411932fb02e8dc435b23e22c3874ccde668dcb5bc2c843383c4d774c45d295ce50607fcc32df0356f826792d7fbd14ecc768ad64b9021549135e3
+DIST error-standalone-2.0.tar.gz 2329 BLAKE2B 2f2291056b46adbaeb655b39e57acd159b597add0a79ef8cbcd3a75b3de325975253338235e993f68973490aebe5eb5e1d3f88262770cb319e3b5aa9f1365a6b SHA512 bb5cf17dd58bc022b6f18b8044460ec1f32bbdda3ac9c9ccc71d4bdf0115cc1869ae8de85b3e66726ebbfb891d7b5f85b5eec8018d53643eeb81bcbc751fcf58
diff --git a/sys-libs/error-standalone/error-standalone-2.0.ebuild b/sys-libs/error-standalone/error-standalone-2.0.ebuild
new file mode 100644
index 000000000000..ed2a9dce4f91
--- /dev/null
+++ b/sys-libs/error-standalone/error-standalone-2.0.ebuild
@@ -0,0 +1,30 @@
+# 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"
+
+RDEPEND="!sys-libs/glibc"
+
+IUSE="static-libs"
+
+src_compile() {
+ emake liberror.so $(usex static-libs liberror.a '')
+}
+
+src_install() {
+ einstalldocs
+
+ emake \
+ PREFIX="${EPREFIX}/usr" \
+ DESTDIR="${D}" \
+ install-shared \
+ $(usex static-libs install-static '')
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/error-standalone/
@ 2025-01-07 2:01 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-01-07 2:01 UTC (permalink / raw
To: gentoo-commits
commit: 0320041d0e06fb2f13e0a5b5adb80727b812b93a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 7 02:01:01 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 7 02:01:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0320041d
sys-libs/error-standalone: Keyword 2.0 ppc, #942464
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/error-standalone/error-standalone-2.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-libs/error-standalone/error-standalone-2.0.ebuild b/sys-libs/error-standalone/error-standalone-2.0.ebuild
index ed2a9dce4f91..0c54d8d78a7e 100644
--- a/sys-libs/error-standalone/error-standalone-2.0.ebuild
+++ b/sys-libs/error-standalone/error-standalone-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ SRC_URI="https://hacktivis.me/releases/error-standalone/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
RDEPEND="!sys-libs/glibc"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/error-standalone/
@ 2025-01-07 2:01 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-01-07 2:01 UTC (permalink / raw
To: gentoo-commits
commit: 6332e79d50fce86328804de13857b676d6c15d41
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 7 02:01:06 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 7 02:01:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6332e79d
sys-libs/error-standalone: Keyword 2.0 ppc64, #942464
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/error-standalone/error-standalone-2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/error-standalone/error-standalone-2.0.ebuild b/sys-libs/error-standalone/error-standalone-2.0.ebuild
index 0c54d8d78a7e..47cecb0e00f1 100644
--- a/sys-libs/error-standalone/error-standalone-2.0.ebuild
+++ b/sys-libs/error-standalone/error-standalone-2.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://hacktivis.me/releases/error-standalone/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
RDEPEND="!sys-libs/glibc"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/error-standalone/
@ 2025-01-07 2:24 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-01-07 2:24 UTC (permalink / raw
To: gentoo-commits
commit: 8f3a942123c4e34827481ddc5cf05cf0cf174a07
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Jan 6 22:36:31 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 7 02:22:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3a9421
sys-libs/error-standalone: append-flags -fPIC
Closes: https://bugs.gentoo.org/947637
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/40018
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{error-standalone-2.0.ebuild => error-standalone-2.0-r1.ebuild} | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys-libs/error-standalone/error-standalone-2.0.ebuild b/sys-libs/error-standalone/error-standalone-2.0-r1.ebuild
similarity index 93%
rename from sys-libs/error-standalone/error-standalone-2.0.ebuild
rename to sys-libs/error-standalone/error-standalone-2.0-r1.ebuild
index 47cecb0e00f1..39a273b1ada3 100644
--- a/sys-libs/error-standalone/error-standalone-2.0.ebuild
+++ b/sys-libs/error-standalone/error-standalone-2.0-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit flag-o-matic
+
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"
@@ -16,6 +18,8 @@ RDEPEND="!sys-libs/glibc"
IUSE="static-libs"
src_compile() {
+ append-flags -fPIC
+
emake liberror.so $(usex static-libs liberror.a '')
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/error-standalone/
@ 2025-01-11 9:52 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2025-01-11 9:52 UTC (permalink / raw
To: gentoo-commits
commit: 3f60d7f0349eddfbf4b5a7fd7b5185950658c0d4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 09:51:56 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 09:52:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f60d7f0
sys-libs/error-standalone: Mark stable, for debugedit
Bug: https://bugs.gentoo.org/947854
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-libs/error-standalone/error-standalone-2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/error-standalone/error-standalone-2.0-r1.ebuild b/sys-libs/error-standalone/error-standalone-2.0-r1.ebuild
index 39a273b1ada3..4834042e8e2c 100644
--- a/sys-libs/error-standalone/error-standalone-2.0-r1.ebuild
+++ b/sys-libs/error-standalone/error-standalone-2.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://hacktivis.me/releases/error-standalone/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
RDEPEND="!sys-libs/glibc"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/error-standalone/
@ 2025-01-11 15:05 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2025-01-11 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 89dfbe8a8d951ba199fcef829275895f37a41502
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 15:04:53 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 15:05:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89dfbe8a
sys-libs/error-standalone: Stabilize 1.0 too
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-libs/error-standalone/error-standalone-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/error-standalone/error-standalone-1.0.ebuild b/sys-libs/error-standalone/error-standalone-1.0.ebuild
index 08b868839ca4..c9d61a2c6ecb 100644
--- a/sys-libs/error-standalone/error-standalone-1.0.ebuild
+++ b/sys-libs/error-standalone/error-standalone-1.0.ebuild
@@ -9,6 +9,6 @@ SRC_URI="https://hacktivis.me/releases/error-standalone/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
RDEPEND="!sys-libs/glibc"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-01-11 15:05 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-01 11:26 [gentoo-commits] repo/gentoo:master commit in: sys-libs/error-standalone/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-12-01 15:52 Sam James
2024-12-14 10:43 Sam James
2025-01-07 2:01 Sam James
2025-01-07 2:01 Sam James
2025-01-07 2:24 Sam James
2025-01-11 9:52 Michał Górny
2025-01-11 15:05 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox