* [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/
@ 2021-12-04 4:35 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-12-04 4:35 UTC (permalink / raw
To: gentoo-commits
commit: 67e2c1b7a958478a8781a084e508f6d02a573cc3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 4 04:32:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 4 04:32:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e2c1b7
dev-util/libtree: initial import
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/libtree/Manifest | 1 +
dev-util/libtree/libtree-2.0.0.ebuild | 31 +++++++++++++++++++++++++++++++
dev-util/libtree/metadata.xml | 11 +++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-util/libtree/Manifest b/dev-util/libtree/Manifest
new file mode 100644
index 000000000000..330c503300fa
--- /dev/null
+++ b/dev-util/libtree/Manifest
@@ -0,0 +1 @@
+DIST libtree-2.0.0.tar.gz 161133 BLAKE2B cf681f06fef9dfb44ad6099a4b7ab950cb23aef052a180cdd646498ac0baacf0f0caa14bac6a629d2bac2bd638d4b6e5ad97dd0d705e4d681021a168a6753b0f SHA512 9272afd8540110f43ade864a2df58d8b8a7690c79cd29a9804b43e7e550bc05a4da530a763a27bd85a474673055e7a5ba63c0aa0bcaf8b246fbfc73a4f36c870
diff --git a/dev-util/libtree/libtree-2.0.0.ebuild b/dev-util/libtree/libtree-2.0.0.ebuild
new file mode 100644
index 000000000000..a9152d7fe064
--- /dev/null
+++ b/dev-util/libtree/libtree-2.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
+HOMEPAGE="https://github.com/haampie/libtree"
+SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+ dev-libs/cxxopts
+ dev-cpp/elfio
+ dev-cpp/termcolor
+ test? ( dev-cpp/gtest )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DLIBTREE_BUILD_TESTS=$(usex test)
+ )
+
+ cmake_src_configure
+}
diff --git a/dev-util/libtree/metadata.xml b/dev-util/libtree/metadata.xml
new file mode 100644
index 000000000000..e63def80e5ba
--- /dev/null
+++ b/dev-util/libtree/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">haampie/libtree</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/
@ 2021-12-15 0:13 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-12-15 0:13 UTC (permalink / raw
To: gentoo-commits
commit: 7d6f4b5bbafb9208074ac1c3f9f7d2769cfa37f4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 00:11:06 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 00:11:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6f4b5b
dev-util/libtree: add 3.0.0
Rewritten in C, all deps dropped.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/libtree/Manifest | 1 +
dev-util/libtree/libtree-3.0.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-util/libtree/Manifest b/dev-util/libtree/Manifest
index 330c503300fa..1d473a098c9c 100644
--- a/dev-util/libtree/Manifest
+++ b/dev-util/libtree/Manifest
@@ -1 +1,2 @@
DIST libtree-2.0.0.tar.gz 161133 BLAKE2B cf681f06fef9dfb44ad6099a4b7ab950cb23aef052a180cdd646498ac0baacf0f0caa14bac6a629d2bac2bd638d4b6e5ad97dd0d705e4d681021a168a6753b0f SHA512 9272afd8540110f43ade864a2df58d8b8a7690c79cd29a9804b43e7e550bc05a4da530a763a27bd85a474673055e7a5ba63c0aa0bcaf8b246fbfc73a4f36c870
+DIST libtree-3.0.0.tar.gz 78989 BLAKE2B e930d2e88898337425906a285ad5fb318e9b36a0dd6bbdade528fcfad21aff3d460e619ff2f4a4534b0a7b1439a2dbe62b19626ee85d17fbe9a36a7ddaa63aad SHA512 d249e46c9f20ba51133ef9754a944f67383e5043a7e2a715d0937b3f22ff10cf96a69690b592a5118b3eed73a05b73bfb061d2f72583ad2bb9da969294f622ab
diff --git a/dev-util/libtree/libtree-3.0.0.ebuild b/dev-util/libtree/libtree-3.0.0.ebuild
new file mode 100644
index 000000000000..6897c8129672
--- /dev/null
+++ b/dev-util/libtree/libtree-3.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
+HOMEPAGE="https://github.com/haampie/libtree"
+SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# 3.0.0 rewrote in C; tests don't seem to pass yet
+RESTRICT="test"
+
+src_configure() {
+ tc-export CC
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/
@ 2022-01-01 4:29 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-01-01 4:29 UTC (permalink / raw
To: gentoo-commits
commit: 98b7513838358b867656221830255403f7f5ea18
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 1 04:13:53 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 1 04:13:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b75138
dev-util/libtree: add 3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/libtree/Manifest | 1 +
dev-util/libtree/libtree-3.0.1.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-util/libtree/Manifest b/dev-util/libtree/Manifest
index 1d473a098c9c..3241204c94ce 100644
--- a/dev-util/libtree/Manifest
+++ b/dev-util/libtree/Manifest
@@ -1,2 +1,3 @@
DIST libtree-2.0.0.tar.gz 161133 BLAKE2B cf681f06fef9dfb44ad6099a4b7ab950cb23aef052a180cdd646498ac0baacf0f0caa14bac6a629d2bac2bd638d4b6e5ad97dd0d705e4d681021a168a6753b0f SHA512 9272afd8540110f43ade864a2df58d8b8a7690c79cd29a9804b43e7e550bc05a4da530a763a27bd85a474673055e7a5ba63c0aa0bcaf8b246fbfc73a4f36c870
DIST libtree-3.0.0.tar.gz 78989 BLAKE2B e930d2e88898337425906a285ad5fb318e9b36a0dd6bbdade528fcfad21aff3d460e619ff2f4a4534b0a7b1439a2dbe62b19626ee85d17fbe9a36a7ddaa63aad SHA512 d249e46c9f20ba51133ef9754a944f67383e5043a7e2a715d0937b3f22ff10cf96a69690b592a5118b3eed73a05b73bfb061d2f72583ad2bb9da969294f622ab
+DIST libtree-3.0.1.tar.gz 79050 BLAKE2B d1b14512fd29054c9625311841a86089a576f783233a181005d9b3454689f8a58c585f16fe26ad3e1d26ae4552149517989401a7f97e08265cf093ffc8aa5aa3 SHA512 92975fc2e77ca7e68ea22866e3a82836e9dcd69409f3fe0f61852c43b9aba6ceb67d1619afb27adc68ddb1615bd24621e3a8de8858b5ce84a9bd670830852ba1
diff --git a/dev-util/libtree/libtree-3.0.1.ebuild b/dev-util/libtree/libtree-3.0.1.ebuild
new file mode 100644
index 000000000000..ac802156d332
--- /dev/null
+++ b/dev-util/libtree/libtree-3.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
+HOMEPAGE="https://github.com/haampie/libtree"
+SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# 3.0.0 rewrote in C; tests don't seem to pass yet
+RESTRICT="test"
+
+src_configure() {
+ tc-export CC
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/
@ 2022-01-20 12:08 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-01-20 12:08 UTC (permalink / raw
To: gentoo-commits
commit: a373a95961c078d347cf3ac318bceba3dc9263d9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 12:00:21 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 12:07:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a373a959
dev-util/libtree: add 3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/libtree/Manifest | 1 +
dev-util/libtree/libtree-3.0.2.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-util/libtree/Manifest b/dev-util/libtree/Manifest
index 3241204c94ce..42a3bde4ac94 100644
--- a/dev-util/libtree/Manifest
+++ b/dev-util/libtree/Manifest
@@ -1,3 +1,4 @@
DIST libtree-2.0.0.tar.gz 161133 BLAKE2B cf681f06fef9dfb44ad6099a4b7ab950cb23aef052a180cdd646498ac0baacf0f0caa14bac6a629d2bac2bd638d4b6e5ad97dd0d705e4d681021a168a6753b0f SHA512 9272afd8540110f43ade864a2df58d8b8a7690c79cd29a9804b43e7e550bc05a4da530a763a27bd85a474673055e7a5ba63c0aa0bcaf8b246fbfc73a4f36c870
DIST libtree-3.0.0.tar.gz 78989 BLAKE2B e930d2e88898337425906a285ad5fb318e9b36a0dd6bbdade528fcfad21aff3d460e619ff2f4a4534b0a7b1439a2dbe62b19626ee85d17fbe9a36a7ddaa63aad SHA512 d249e46c9f20ba51133ef9754a944f67383e5043a7e2a715d0937b3f22ff10cf96a69690b592a5118b3eed73a05b73bfb061d2f72583ad2bb9da969294f622ab
DIST libtree-3.0.1.tar.gz 79050 BLAKE2B d1b14512fd29054c9625311841a86089a576f783233a181005d9b3454689f8a58c585f16fe26ad3e1d26ae4552149517989401a7f97e08265cf093ffc8aa5aa3 SHA512 92975fc2e77ca7e68ea22866e3a82836e9dcd69409f3fe0f61852c43b9aba6ceb67d1619afb27adc68ddb1615bd24621e3a8de8858b5ce84a9bd670830852ba1
+DIST libtree-3.0.2.tar.gz 79349 BLAKE2B 049eadeafe6a53c1428df474cc39c90f1cdc7d34304dc32d697f24e9e1fc4402c4b3003483059afeb2c71f5b4f787c2d949517906acae53099d1f3fa795f6ef5 SHA512 db2a8d7e69f1f3ea1c09f9af0739b7a6019cba1eef62d5961a9d0bac2703397b1a91e9d65a04db51bc63e2e4d333c9369311815ef8c2f810ab26f0ba17b1c8db
diff --git a/dev-util/libtree/libtree-3.0.2.ebuild b/dev-util/libtree/libtree-3.0.2.ebuild
new file mode 100644
index 000000000000..6ed6a5aae88a
--- /dev/null
+++ b/dev-util/libtree/libtree-3.0.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
+HOMEPAGE="https://github.com/haampie/libtree"
+SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_configure() {
+ tc-export CC
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/
@ 2022-01-20 12:08 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-01-20 12:08 UTC (permalink / raw
To: gentoo-commits
commit: 4b1735f762b2bcc12437d4517935f3e6d651a976
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 12:00:38 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 12:07:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1735f7
dev-util/libtree: drop 3.0.0, 3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/libtree/Manifest | 2 --
dev-util/libtree/libtree-3.0.0.ebuild | 25 -------------------------
dev-util/libtree/libtree-3.0.1.ebuild | 25 -------------------------
3 files changed, 52 deletions(-)
diff --git a/dev-util/libtree/Manifest b/dev-util/libtree/Manifest
index 42a3bde4ac94..936dc668ef9a 100644
--- a/dev-util/libtree/Manifest
+++ b/dev-util/libtree/Manifest
@@ -1,4 +1,2 @@
DIST libtree-2.0.0.tar.gz 161133 BLAKE2B cf681f06fef9dfb44ad6099a4b7ab950cb23aef052a180cdd646498ac0baacf0f0caa14bac6a629d2bac2bd638d4b6e5ad97dd0d705e4d681021a168a6753b0f SHA512 9272afd8540110f43ade864a2df58d8b8a7690c79cd29a9804b43e7e550bc05a4da530a763a27bd85a474673055e7a5ba63c0aa0bcaf8b246fbfc73a4f36c870
-DIST libtree-3.0.0.tar.gz 78989 BLAKE2B e930d2e88898337425906a285ad5fb318e9b36a0dd6bbdade528fcfad21aff3d460e619ff2f4a4534b0a7b1439a2dbe62b19626ee85d17fbe9a36a7ddaa63aad SHA512 d249e46c9f20ba51133ef9754a944f67383e5043a7e2a715d0937b3f22ff10cf96a69690b592a5118b3eed73a05b73bfb061d2f72583ad2bb9da969294f622ab
-DIST libtree-3.0.1.tar.gz 79050 BLAKE2B d1b14512fd29054c9625311841a86089a576f783233a181005d9b3454689f8a58c585f16fe26ad3e1d26ae4552149517989401a7f97e08265cf093ffc8aa5aa3 SHA512 92975fc2e77ca7e68ea22866e3a82836e9dcd69409f3fe0f61852c43b9aba6ceb67d1619afb27adc68ddb1615bd24621e3a8de8858b5ce84a9bd670830852ba1
DIST libtree-3.0.2.tar.gz 79349 BLAKE2B 049eadeafe6a53c1428df474cc39c90f1cdc7d34304dc32d697f24e9e1fc4402c4b3003483059afeb2c71f5b4f787c2d949517906acae53099d1f3fa795f6ef5 SHA512 db2a8d7e69f1f3ea1c09f9af0739b7a6019cba1eef62d5961a9d0bac2703397b1a91e9d65a04db51bc63e2e4d333c9369311815ef8c2f810ab26f0ba17b1c8db
diff --git a/dev-util/libtree/libtree-3.0.0.ebuild b/dev-util/libtree/libtree-3.0.0.ebuild
deleted file mode 100644
index 6897c8129672..000000000000
--- a/dev-util/libtree/libtree-3.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
-HOMEPAGE="https://github.com/haampie/libtree"
-SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# 3.0.0 rewrote in C; tests don't seem to pass yet
-RESTRICT="test"
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-}
diff --git a/dev-util/libtree/libtree-3.0.1.ebuild b/dev-util/libtree/libtree-3.0.1.ebuild
deleted file mode 100644
index ac802156d332..000000000000
--- a/dev-util/libtree/libtree-3.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
-HOMEPAGE="https://github.com/haampie/libtree"
-SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# 3.0.0 rewrote in C; tests don't seem to pass yet
-RESTRICT="test"
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/
@ 2022-02-23 5:10 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-02-23 5:10 UTC (permalink / raw
To: gentoo-commits
commit: e4e4064b5fd35e6e9eb7eeee58a808d32ee1061c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 05:06:41 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 05:08:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e4064b
dev-util/libtree: add 3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/libtree/Manifest | 1 +
dev-util/libtree/libtree-3.0.3.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-util/libtree/Manifest b/dev-util/libtree/Manifest
index 936dc668ef9a..42378e503b25 100644
--- a/dev-util/libtree/Manifest
+++ b/dev-util/libtree/Manifest
@@ -1,2 +1,3 @@
DIST libtree-2.0.0.tar.gz 161133 BLAKE2B cf681f06fef9dfb44ad6099a4b7ab950cb23aef052a180cdd646498ac0baacf0f0caa14bac6a629d2bac2bd638d4b6e5ad97dd0d705e4d681021a168a6753b0f SHA512 9272afd8540110f43ade864a2df58d8b8a7690c79cd29a9804b43e7e550bc05a4da530a763a27bd85a474673055e7a5ba63c0aa0bcaf8b246fbfc73a4f36c870
DIST libtree-3.0.2.tar.gz 79349 BLAKE2B 049eadeafe6a53c1428df474cc39c90f1cdc7d34304dc32d697f24e9e1fc4402c4b3003483059afeb2c71f5b4f787c2d949517906acae53099d1f3fa795f6ef5 SHA512 db2a8d7e69f1f3ea1c09f9af0739b7a6019cba1eef62d5961a9d0bac2703397b1a91e9d65a04db51bc63e2e4d333c9369311815ef8c2f810ab26f0ba17b1c8db
+DIST libtree-3.0.3.tar.gz 79369 BLAKE2B dbfd0f70d5c83825177302632d5bffa942e45f981b94ffdea85088c48762a0d5e4d22487de510af78548fc3bf80a4a492c3fdf3f267396457a264be7599e5477 SHA512 eb7207319ea344495ef3b10c28703b8c3ae99fc7efa807c556d90c5de61c301f80eded53bdabd0f4923da992255f8b2767156973ee42fcd87ffe6057698f197c
diff --git a/dev-util/libtree/libtree-3.0.3.ebuild b/dev-util/libtree/libtree-3.0.3.ebuild
new file mode 100644
index 000000000000..6ed6a5aae88a
--- /dev/null
+++ b/dev-util/libtree/libtree-3.0.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
+HOMEPAGE="https://github.com/haampie/libtree"
+SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_configure() {
+ tc-export CC
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/
@ 2022-03-09 15:34 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-03-09 15:34 UTC (permalink / raw
To: gentoo-commits
commit: 7bfadef3a564bc99f053abfe895ca96ba8dcdfc7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 9 15:23:58 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 15:23:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bfadef3
dev-util/libtree: add 3.1.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/libtree/Manifest | 1 +
dev-util/libtree/libtree-3.1.0.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-util/libtree/Manifest b/dev-util/libtree/Manifest
index 42378e503b25..9f2b0683bcef 100644
--- a/dev-util/libtree/Manifest
+++ b/dev-util/libtree/Manifest
@@ -1,3 +1,4 @@
DIST libtree-2.0.0.tar.gz 161133 BLAKE2B cf681f06fef9dfb44ad6099a4b7ab950cb23aef052a180cdd646498ac0baacf0f0caa14bac6a629d2bac2bd638d4b6e5ad97dd0d705e4d681021a168a6753b0f SHA512 9272afd8540110f43ade864a2df58d8b8a7690c79cd29a9804b43e7e550bc05a4da530a763a27bd85a474673055e7a5ba63c0aa0bcaf8b246fbfc73a4f36c870
DIST libtree-3.0.2.tar.gz 79349 BLAKE2B 049eadeafe6a53c1428df474cc39c90f1cdc7d34304dc32d697f24e9e1fc4402c4b3003483059afeb2c71f5b4f787c2d949517906acae53099d1f3fa795f6ef5 SHA512 db2a8d7e69f1f3ea1c09f9af0739b7a6019cba1eef62d5961a9d0bac2703397b1a91e9d65a04db51bc63e2e4d333c9369311815ef8c2f810ab26f0ba17b1c8db
DIST libtree-3.0.3.tar.gz 79369 BLAKE2B dbfd0f70d5c83825177302632d5bffa942e45f981b94ffdea85088c48762a0d5e4d22487de510af78548fc3bf80a4a492c3fdf3f267396457a264be7599e5477 SHA512 eb7207319ea344495ef3b10c28703b8c3ae99fc7efa807c556d90c5de61c301f80eded53bdabd0f4923da992255f8b2767156973ee42fcd87ffe6057698f197c
+DIST libtree-3.1.0.tar.gz 79936 BLAKE2B 61126321eb26156693569476a6561d1e698792d4bb42fe2a19db552dfa57045ac9e5b8f6354069479c352d300c7ed8d2d95a6b9fda96e097a2b38b61941e47db SHA512 c4d030c693736009a42388fc6e12cf4a696ccd922ab5afbd5d05010392cc7410b0fb9205d89163fff14f8bffd6a73da49c069fd3fd6ea3cf3ae3f4f11b1f532c
diff --git a/dev-util/libtree/libtree-3.1.0.ebuild b/dev-util/libtree/libtree-3.1.0.ebuild
new file mode 100644
index 000000000000..6ed6a5aae88a
--- /dev/null
+++ b/dev-util/libtree/libtree-3.1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
+HOMEPAGE="https://github.com/haampie/libtree"
+SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_configure() {
+ tc-export CC
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/
@ 2022-03-14 12:26 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-03-14 12:26 UTC (permalink / raw
To: gentoo-commits
commit: 486d7f23ca5fd63ca06aa98f163b38f4e1d1e4ee
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 12:25:51 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 12:25:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=486d7f23
dev-util/libtree: drop 3.0.2, 3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/libtree/Manifest | 2 --
dev-util/libtree/libtree-3.0.2.ebuild | 22 ----------------------
dev-util/libtree/libtree-3.0.3.ebuild | 22 ----------------------
3 files changed, 46 deletions(-)
diff --git a/dev-util/libtree/Manifest b/dev-util/libtree/Manifest
index 9f2b0683bcef..c232c06d1ede 100644
--- a/dev-util/libtree/Manifest
+++ b/dev-util/libtree/Manifest
@@ -1,4 +1,2 @@
DIST libtree-2.0.0.tar.gz 161133 BLAKE2B cf681f06fef9dfb44ad6099a4b7ab950cb23aef052a180cdd646498ac0baacf0f0caa14bac6a629d2bac2bd638d4b6e5ad97dd0d705e4d681021a168a6753b0f SHA512 9272afd8540110f43ade864a2df58d8b8a7690c79cd29a9804b43e7e550bc05a4da530a763a27bd85a474673055e7a5ba63c0aa0bcaf8b246fbfc73a4f36c870
-DIST libtree-3.0.2.tar.gz 79349 BLAKE2B 049eadeafe6a53c1428df474cc39c90f1cdc7d34304dc32d697f24e9e1fc4402c4b3003483059afeb2c71f5b4f787c2d949517906acae53099d1f3fa795f6ef5 SHA512 db2a8d7e69f1f3ea1c09f9af0739b7a6019cba1eef62d5961a9d0bac2703397b1a91e9d65a04db51bc63e2e4d333c9369311815ef8c2f810ab26f0ba17b1c8db
-DIST libtree-3.0.3.tar.gz 79369 BLAKE2B dbfd0f70d5c83825177302632d5bffa942e45f981b94ffdea85088c48762a0d5e4d22487de510af78548fc3bf80a4a492c3fdf3f267396457a264be7599e5477 SHA512 eb7207319ea344495ef3b10c28703b8c3ae99fc7efa807c556d90c5de61c301f80eded53bdabd0f4923da992255f8b2767156973ee42fcd87ffe6057698f197c
DIST libtree-3.1.0.tar.gz 79936 BLAKE2B 61126321eb26156693569476a6561d1e698792d4bb42fe2a19db552dfa57045ac9e5b8f6354069479c352d300c7ed8d2d95a6b9fda96e097a2b38b61941e47db SHA512 c4d030c693736009a42388fc6e12cf4a696ccd922ab5afbd5d05010392cc7410b0fb9205d89163fff14f8bffd6a73da49c069fd3fd6ea3cf3ae3f4f11b1f532c
diff --git a/dev-util/libtree/libtree-3.0.2.ebuild b/dev-util/libtree/libtree-3.0.2.ebuild
deleted file mode 100644
index 6ed6a5aae88a..000000000000
--- a/dev-util/libtree/libtree-3.0.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
-HOMEPAGE="https://github.com/haampie/libtree"
-SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-}
diff --git a/dev-util/libtree/libtree-3.0.3.ebuild b/dev-util/libtree/libtree-3.0.3.ebuild
deleted file mode 100644
index 6ed6a5aae88a..000000000000
--- a/dev-util/libtree/libtree-3.0.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
-HOMEPAGE="https://github.com/haampie/libtree"
-SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/
@ 2022-05-15 5:36 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-05-15 5:36 UTC (permalink / raw
To: gentoo-commits
commit: b89980df9abfb2ac647c58e1346860973d6733da
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 04:39:57 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 04:39:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89980df
dev-util/libtree: drop 2.0.0, 3.1.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/libtree/Manifest | 2 --
dev-util/libtree/libtree-2.0.0.ebuild | 31 -------------------------------
dev-util/libtree/libtree-3.1.0.ebuild | 22 ----------------------
3 files changed, 55 deletions(-)
diff --git a/dev-util/libtree/Manifest b/dev-util/libtree/Manifest
index a859b02bdddb..03d05d359013 100644
--- a/dev-util/libtree/Manifest
+++ b/dev-util/libtree/Manifest
@@ -1,3 +1 @@
-DIST libtree-2.0.0.tar.gz 161133 BLAKE2B cf681f06fef9dfb44ad6099a4b7ab950cb23aef052a180cdd646498ac0baacf0f0caa14bac6a629d2bac2bd638d4b6e5ad97dd0d705e4d681021a168a6753b0f SHA512 9272afd8540110f43ade864a2df58d8b8a7690c79cd29a9804b43e7e550bc05a4da530a763a27bd85a474673055e7a5ba63c0aa0bcaf8b246fbfc73a4f36c870
-DIST libtree-3.1.0.tar.gz 79936 BLAKE2B 61126321eb26156693569476a6561d1e698792d4bb42fe2a19db552dfa57045ac9e5b8f6354069479c352d300c7ed8d2d95a6b9fda96e097a2b38b61941e47db SHA512 c4d030c693736009a42388fc6e12cf4a696ccd922ab5afbd5d05010392cc7410b0fb9205d89163fff14f8bffd6a73da49c069fd3fd6ea3cf3ae3f4f11b1f532c
DIST libtree-3.1.1.tar.gz 79931 BLAKE2B 70359c36a83ad1fb7937e57757f872e067ae167b65ee0bf065a357ac0c4dad2106370fe8a9cca11a477e37bed7266073ceb79947ab9d4b5e7cd0d2a6bacca8e9 SHA512 6b4b41b16edfcaa83c16b566a3afff1de0ecffdd5f91af2c82db95fca678b993e021ca8fac5fd1d37ad60ea2215100a0889ee457ce08019f3888e32c755ba1ce
diff --git a/dev-util/libtree/libtree-2.0.0.ebuild b/dev-util/libtree/libtree-2.0.0.ebuild
deleted file mode 100644
index a9152d7fe064..000000000000
--- a/dev-util/libtree/libtree-2.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
-HOMEPAGE="https://github.com/haampie/libtree"
-SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-libs/cxxopts
- dev-cpp/elfio
- dev-cpp/termcolor
- test? ( dev-cpp/gtest )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DLIBTREE_BUILD_TESTS=$(usex test)
- )
-
- cmake_src_configure
-}
diff --git a/dev-util/libtree/libtree-3.1.0.ebuild b/dev-util/libtree/libtree-3.1.0.ebuild
deleted file mode 100644
index 6ed6a5aae88a..000000000000
--- a/dev-util/libtree/libtree-3.1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
-HOMEPAGE="https://github.com/haampie/libtree"
-SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/
@ 2022-05-15 5:36 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-05-15 5:36 UTC (permalink / raw
To: gentoo-commits
commit: 26438b728ae1fbed51b4ceca2add4b8cc9483b5a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 04:39:46 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 04:39:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26438b72
dev-util/libtree: add 3.1.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/libtree/Manifest | 1 +
dev-util/libtree/libtree-3.1.1.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-util/libtree/Manifest b/dev-util/libtree/Manifest
index c232c06d1ede..a859b02bdddb 100644
--- a/dev-util/libtree/Manifest
+++ b/dev-util/libtree/Manifest
@@ -1,2 +1,3 @@
DIST libtree-2.0.0.tar.gz 161133 BLAKE2B cf681f06fef9dfb44ad6099a4b7ab950cb23aef052a180cdd646498ac0baacf0f0caa14bac6a629d2bac2bd638d4b6e5ad97dd0d705e4d681021a168a6753b0f SHA512 9272afd8540110f43ade864a2df58d8b8a7690c79cd29a9804b43e7e550bc05a4da530a763a27bd85a474673055e7a5ba63c0aa0bcaf8b246fbfc73a4f36c870
DIST libtree-3.1.0.tar.gz 79936 BLAKE2B 61126321eb26156693569476a6561d1e698792d4bb42fe2a19db552dfa57045ac9e5b8f6354069479c352d300c7ed8d2d95a6b9fda96e097a2b38b61941e47db SHA512 c4d030c693736009a42388fc6e12cf4a696ccd922ab5afbd5d05010392cc7410b0fb9205d89163fff14f8bffd6a73da49c069fd3fd6ea3cf3ae3f4f11b1f532c
+DIST libtree-3.1.1.tar.gz 79931 BLAKE2B 70359c36a83ad1fb7937e57757f872e067ae167b65ee0bf065a357ac0c4dad2106370fe8a9cca11a477e37bed7266073ceb79947ab9d4b5e7cd0d2a6bacca8e9 SHA512 6b4b41b16edfcaa83c16b566a3afff1de0ecffdd5f91af2c82db95fca678b993e021ca8fac5fd1d37ad60ea2215100a0889ee457ce08019f3888e32c755ba1ce
diff --git a/dev-util/libtree/libtree-3.1.1.ebuild b/dev-util/libtree/libtree-3.1.1.ebuild
new file mode 100644
index 000000000000..6ed6a5aae88a
--- /dev/null
+++ b/dev-util/libtree/libtree-3.1.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
+HOMEPAGE="https://github.com/haampie/libtree"
+SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_configure() {
+ tc-export CC
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/
@ 2024-10-04 17:30 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-10-04 17:30 UTC (permalink / raw
To: gentoo-commits
commit: 675d4b5287c7f33cb754f0b90dbad1dc391dfb98
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 17:29:50 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 17:29:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675d4b52
dev-util/libtree: Keyword 3.1.1 arm64, #905046
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-util/libtree/libtree-3.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/libtree/libtree-3.1.1.ebuild b/dev-util/libtree/libtree-3.1.1.ebuild
index 801e7bc8e4c2..fe59c542ed4d 100644
--- a/dev-util/libtree/libtree-3.1.1.ebuild
+++ b/dev-util/libtree/libtree-3.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
PATCHES=(
"${FILESDIR}"/${P}-modern-c.patch
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-10-04 17:30 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-15 0:13 [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-10-04 17:30 Arthur Zamarin
2022-05-15 5:36 Sam James
2022-05-15 5:36 Sam James
2022-03-14 12:26 Sam James
2022-03-09 15:34 Sam James
2022-02-23 5:10 Sam James
2022-01-20 12:08 Sam James
2022-01-20 12:08 Sam James
2022-01-01 4:29 Sam James
2021-12-04 4:35 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox