* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libbacktrace/
@ 2022-02-26 22:59 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2022-02-26 22:59 UTC (permalink / raw
To: gentoo-commits
commit: 550bfe1cbf4abd6a3f9268b3a91ed1ddf88719b0
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 26 22:58:23 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb 26 22:58:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550bfe1c
sys-libs/libbacktrace: Add package. Useful not only for musl.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-libs/libbacktrace/Manifest | 1 +
.../libbacktrace/libbacktrace-1.0_p20220226.ebuild | 20 ++++++++++++++++++++
sys-libs/libbacktrace/metadata.xml | 8 ++++++++
3 files changed, 29 insertions(+)
diff --git a/sys-libs/libbacktrace/Manifest b/sys-libs/libbacktrace/Manifest
new file mode 100644
index 000000000000..9847c26dd60e
--- /dev/null
+++ b/sys-libs/libbacktrace/Manifest
@@ -0,0 +1 @@
+DIST libbacktrace-1.0_p20220226.tgz 665988 BLAKE2B 0d8aff7f6261446fabe713653896b0cf2fec2d3aec508423577182383a7deb359100579817eaf64d65848c49ce655d8f57cf67452f16e3c88559aeae28cafd95 SHA512 700cb1930c409e4f1fe99e46920e83ea2b359daaea9f96e2b73b81857dea895c0ade0fc2b4dbe6b7c94df7d494dcd80a9f6686d9acad8452ca59760aafa74c2f
diff --git a/sys-libs/libbacktrace/libbacktrace-1.0_p20220226.ebuild b/sys-libs/libbacktrace/libbacktrace-1.0_p20220226.ebuild
new file mode 100644
index 000000000000..4d25caacdbfb
--- /dev/null
+++ b/sys-libs/libbacktrace/libbacktrace-1.0_p20220226.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="C library that may be linked into a C/C++ program to produce symbolic backtraces"
+HOMEPAGE="https://github.com/ianlancetaylor/libbacktrace"
+
+MY_COMMIT="2446c66076480ce07a6bd868badcbceb3eeecc2e"
+
+SRC_URI="https://github.com/ianlancetaylor/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S=${WORKDIR}/${PN}-${MY_COMMIT}
+
+#RDEPEND=""
+#DEPEND="${RDEPEND}"
diff --git a/sys-libs/libbacktrace/metadata.xml b/sys-libs/libbacktrace/metadata.xml
new file mode 100644
index 000000000000..eb781ab3b5c9
--- /dev/null
+++ b/sys-libs/libbacktrace/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>dilfridge@gentoo.org</email>
+ <name>Andreas K. Huettel</name>
+</maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libbacktrace/
@ 2022-10-07 11:32 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2022-10-07 11:32 UTC (permalink / raw
To: gentoo-commits
commit: 3c3fefd38bdf55f673366cd361fe9cb5b44248ac
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 11:32:06 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 11:32:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3fefd3
sys-libs/libbacktrace: Keyword 1.0_p20220709 arm64, #875803
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
index 94735662a72c..661af932a360 100644
--- a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
+++ b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${COMMITHASH}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
IUSE="static-libs test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libbacktrace/
@ 2022-10-07 11:32 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2022-10-07 11:32 UTC (permalink / raw
To: gentoo-commits
commit: 8c19324d2554114915caf63e4a6fc45c2646ce8a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 11:32:05 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 11:32:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c19324d
sys-libs/libbacktrace: Keyword 1.0_p20220709 arm, #875803
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
index bf0e1a15abf2..94735662a72c 100644
--- a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
+++ b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${COMMITHASH}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
IUSE="static-libs test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libbacktrace/
@ 2022-10-07 12:08 Jakov Smolić
0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2022-10-07 12:08 UTC (permalink / raw
To: gentoo-commits
commit: 09b77e8696803806e30f256049af35cb06d69d44
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 12:08:07 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 12:08:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b77e86
sys-libs/libbacktrace: Keyword 1.0_p20220709 riscv, #875803
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
index 661af932a360..af8565eed742 100644
--- a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
+++ b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${COMMITHASH}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
IUSE="static-libs test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libbacktrace/
@ 2022-10-09 18:02 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-10-09 18:02 UTC (permalink / raw
To: gentoo-commits
commit: b890ebf86f1cbfc2e46aadb2efb272d82bb57c6a
Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sun Oct 9 17:19:54 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 18:02:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b890ebf8
sys-libs/libbacktrace: Keyword 1.0_p20220709 mips, #875803
Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
index af8565eed742..bcaf60538365 100644
--- a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
+++ b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${COMMITHASH}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~riscv"
IUSE="static-libs test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libbacktrace/
@ 2022-10-15 19:34 Conrad Kostecki
0 siblings, 0 replies; 10+ messages in thread
From: Conrad Kostecki @ 2022-10-15 19:34 UTC (permalink / raw
To: gentoo-commits
commit: cdd6159e3ddf26eaa0553e0cdfb26317014f92f6
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 19:23:21 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 19:33:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd6159e
sys-libs/libbacktrace: fix QA BadDescription
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
index bcaf60538365..5259affb812a 100644
--- a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
+++ b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit autotools
-DESCRIPTION="A C library that may be linked into a C/C++ program to produce symbolic backtraces"
+DESCRIPTION="C library that may be linked into a C/C++ program to produce symbolic backtraces"
HOMEPAGE="https://github.com/ianlancetaylor/libbacktrace"
COMMITHASH="8602fda64e78f1f46563220f2ee9f7e70819c51d"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libbacktrace/
@ 2022-12-04 22:36 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-12-04 22:36 UTC (permalink / raw
To: gentoo-commits
commit: f5673583ce777e8971f9d351e1dad7902776124e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 22:35:49 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 22:35:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5673583
sys-libs/libbacktrace: Keyword 1.0_p20220709 ppc64, #875803
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
index 5259affb812a..7f4486ea7bf7 100644
--- a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
+++ b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${COMMITHASH}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv"
IUSE="static-libs test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libbacktrace/
@ 2022-12-05 19:00 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2022-12-05 19:00 UTC (permalink / raw
To: gentoo-commits
commit: bd7f1c8387a094153f023ff7f44212dd1aa005ab
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 18:59:36 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 19:00:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7f1c83
sys-libs/libbacktrace: Keyword 1.0_p20220709 x86, #875803
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
index 7f4486ea7bf7..8cc0565a27d1 100644
--- a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
+++ b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${COMMITHASH}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~x86"
IUSE="static-libs test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libbacktrace/
@ 2023-05-06 17:09 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2023-05-06 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 8dfec417455513ada5c4f5af0afdc7e5b7faa930
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 6 16:59:37 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 6 17:09:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfec417
sys-libs/libbacktrace: drop 1.0_p20220226
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-libs/libbacktrace/Manifest | 1 -
.../libbacktrace/libbacktrace-1.0_p20220226.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/sys-libs/libbacktrace/Manifest b/sys-libs/libbacktrace/Manifest
index 0415a5c47180..350d8dc40f79 100644
--- a/sys-libs/libbacktrace/Manifest
+++ b/sys-libs/libbacktrace/Manifest
@@ -1,2 +1 @@
-DIST libbacktrace-1.0_p20220226.tgz 665988 BLAKE2B 0d8aff7f6261446fabe713653896b0cf2fec2d3aec508423577182383a7deb359100579817eaf64d65848c49ce655d8f57cf67452f16e3c88559aeae28cafd95 SHA512 700cb1930c409e4f1fe99e46920e83ea2b359daaea9f96e2b73b81857dea895c0ade0fc2b4dbe6b7c94df7d494dcd80a9f6686d9acad8452ca59760aafa74c2f
DIST libbacktrace-1.0_p20220709.tar.gz 666166 BLAKE2B 1b35e0dafe31bc5d4fcc826f87f2e8200c27a4194719ee22d278b25fe081ec604e579aee72ebd7ea6d401b1a5bbc4b496b1083e3d761117bc3ccf23aabe046eb SHA512 8f303ff11250cbc644c91a07a55ffb1c6d52ca5eb76e3ea9405645bdd00715a25f57d1f39c7af16efbbe5b008ec76890f7fb3bca95eb89e7cd9a55c14a211643
diff --git a/sys-libs/libbacktrace/libbacktrace-1.0_p20220226.ebuild b/sys-libs/libbacktrace/libbacktrace-1.0_p20220226.ebuild
deleted file mode 100644
index 4d25caacdbfb..000000000000
--- a/sys-libs/libbacktrace/libbacktrace-1.0_p20220226.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="C library that may be linked into a C/C++ program to produce symbolic backtraces"
-HOMEPAGE="https://github.com/ianlancetaylor/libbacktrace"
-
-MY_COMMIT="2446c66076480ce07a6bd868badcbceb3eeecc2e"
-
-SRC_URI="https://github.com/ianlancetaylor/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S=${WORKDIR}/${PN}-${MY_COMMIT}
-
-#RDEPEND=""
-#DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libbacktrace/
@ 2023-05-19 17:45 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-05-19 17:45 UTC (permalink / raw
To: gentoo-commits
commit: 9222feaf2509fd5084a272c1a99a855709d28cb6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 17:45:45 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 19 17:45:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9222feaf
sys-libs/libbacktrace: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/libbacktrace/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sys-libs/libbacktrace/metadata.xml b/sys-libs/libbacktrace/metadata.xml
index eb781ab3b5c9..06ea8810f111 100644
--- a/sys-libs/libbacktrace/metadata.xml
+++ b/sys-libs/libbacktrace/metadata.xml
@@ -5,4 +5,7 @@
<email>dilfridge@gentoo.org</email>
<name>Andreas K. Huettel</name>
</maintainer>
+<upstream>
+ <remote-id type="github">ianlancetaylor/libbacktrace</remote-id>
+</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-05-19 17:46 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-26 22:59 [gentoo-commits] repo/gentoo:master commit in: sys-libs/libbacktrace/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2022-10-07 11:32 Arthur Zamarin
2022-10-07 11:32 Arthur Zamarin
2022-10-07 12:08 Jakov Smolić
2022-10-09 18:02 Sam James
2022-10-15 19:34 Conrad Kostecki
2022-12-04 22:36 Sam James
2022-12-05 19:00 Arthur Zamarin
2023-05-06 17:09 Andreas K. Hüttel
2023-05-19 17:45 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox