Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/
Date: Thu, 20 Jan 2022 12:08:38
Message-Id: 1642680458.4b1735f762b2bcc12437d4517935f3e6d651a976.sam@gentoo
1 commit: 4b1735f762b2bcc12437d4517935f3e6d651a976
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 12:00:38 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 12:07:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1735f7
7
8 dev-util/libtree: drop 3.0.0, 3.0.1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/libtree/Manifest | 2 --
13 dev-util/libtree/libtree-3.0.0.ebuild | 25 -------------------------
14 dev-util/libtree/libtree-3.0.1.ebuild | 25 -------------------------
15 3 files changed, 52 deletions(-)
16
17 diff --git a/dev-util/libtree/Manifest b/dev-util/libtree/Manifest
18 index 42a3bde4ac94..936dc668ef9a 100644
19 --- a/dev-util/libtree/Manifest
20 +++ b/dev-util/libtree/Manifest
21 @@ -1,4 +1,2 @@
22 DIST libtree-2.0.0.tar.gz 161133 BLAKE2B cf681f06fef9dfb44ad6099a4b7ab950cb23aef052a180cdd646498ac0baacf0f0caa14bac6a629d2bac2bd638d4b6e5ad97dd0d705e4d681021a168a6753b0f SHA512 9272afd8540110f43ade864a2df58d8b8a7690c79cd29a9804b43e7e550bc05a4da530a763a27bd85a474673055e7a5ba63c0aa0bcaf8b246fbfc73a4f36c870
23 -DIST libtree-3.0.0.tar.gz 78989 BLAKE2B e930d2e88898337425906a285ad5fb318e9b36a0dd6bbdade528fcfad21aff3d460e619ff2f4a4534b0a7b1439a2dbe62b19626ee85d17fbe9a36a7ddaa63aad SHA512 d249e46c9f20ba51133ef9754a944f67383e5043a7e2a715d0937b3f22ff10cf96a69690b592a5118b3eed73a05b73bfb061d2f72583ad2bb9da969294f622ab
24 -DIST libtree-3.0.1.tar.gz 79050 BLAKE2B d1b14512fd29054c9625311841a86089a576f783233a181005d9b3454689f8a58c585f16fe26ad3e1d26ae4552149517989401a7f97e08265cf093ffc8aa5aa3 SHA512 92975fc2e77ca7e68ea22866e3a82836e9dcd69409f3fe0f61852c43b9aba6ceb67d1619afb27adc68ddb1615bd24621e3a8de8858b5ce84a9bd670830852ba1
25 DIST libtree-3.0.2.tar.gz 79349 BLAKE2B 049eadeafe6a53c1428df474cc39c90f1cdc7d34304dc32d697f24e9e1fc4402c4b3003483059afeb2c71f5b4f787c2d949517906acae53099d1f3fa795f6ef5 SHA512 db2a8d7e69f1f3ea1c09f9af0739b7a6019cba1eef62d5961a9d0bac2703397b1a91e9d65a04db51bc63e2e4d333c9369311815ef8c2f810ab26f0ba17b1c8db
26
27 diff --git a/dev-util/libtree/libtree-3.0.0.ebuild b/dev-util/libtree/libtree-3.0.0.ebuild
28 deleted file mode 100644
29 index 6897c8129672..000000000000
30 --- a/dev-util/libtree/libtree-3.0.0.ebuild
31 +++ /dev/null
32 @@ -1,25 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -inherit toolchain-funcs
39 -
40 -DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
41 -HOMEPAGE="https://github.com/haampie/libtree"
42 -SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -
48 -# 3.0.0 rewrote in C; tests don't seem to pass yet
49 -RESTRICT="test"
50 -
51 -src_configure() {
52 - tc-export CC
53 -}
54 -
55 -src_install() {
56 - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
57 -}
58
59 diff --git a/dev-util/libtree/libtree-3.0.1.ebuild b/dev-util/libtree/libtree-3.0.1.ebuild
60 deleted file mode 100644
61 index ac802156d332..000000000000
62 --- a/dev-util/libtree/libtree-3.0.1.ebuild
63 +++ /dev/null
64 @@ -1,25 +0,0 @@
65 -# Copyright 1999-2022 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=8
69 -
70 -inherit toolchain-funcs
71 -
72 -DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
73 -HOMEPAGE="https://github.com/haampie/libtree"
74 -SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
75 -
76 -LICENSE="MIT"
77 -SLOT="0"
78 -KEYWORDS="~amd64"
79 -
80 -# 3.0.0 rewrote in C; tests don't seem to pass yet
81 -RESTRICT="test"
82 -
83 -src_configure() {
84 - tc-export CC
85 -}
86 -
87 -src_install() {
88 - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
89 -}