Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/tree/
Date: Wed, 23 Dec 2020 22:57:52
Message-Id: 1608763857.70bee98a0264409585cc1b9b0f9b678452d4899e.sam@gentoo
1 commit: 70bee98a0264409585cc1b9b0f9b678452d4899e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 22:50:57 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 22:50:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bee98a
7
8 app-text/tree: cleanup old (EAPI 5)
9
10 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-text/tree/Manifest | 1 -
14 app-text/tree/tree-1.7.0-r1.ebuild | 42 --------------------------------------
15 app-text/tree/tree-1.7.0.ebuild | 41 -------------------------------------
16 3 files changed, 84 deletions(-)
17
18 diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
19 index e3b2ce84306..22f90569851 100644
20 --- a/app-text/tree/Manifest
21 +++ b/app-text/tree/Manifest
22 @@ -1,2 +1 @@
23 -DIST tree-1.7.0.tgz 47082 BLAKE2B 07449f50a44f857733679ae92a54a9dd61fe19b282f9244534393527d5f344835864e2acff3b2c43ed406d65657568b21440044af21fed2c4ab623e88d2e396c SHA512 b234fb1428ba75da72d7e4aeb24bf961e123332342593e441b29a0baa2270d12bb187d889c179d6463c940c8dce9fe9dffeb4ad3f06cf11f057b83234d7b4b4a
24 DIST tree-1.8.0.tgz 50286 BLAKE2B 51a27500b89a46add6e792d446b465696d2b34339bbd06f03baff9ce589131b5d82c414849f891dbb79a3f3cfb23b89336e783ad23b84c1fb5415a13fb9488cd SHA512 3f657a6278ec5eab2fccab39dfd69bf9376811189a368b5e3213dc900b90a4e7a4961fc58eb80ad2efd5b40d2fbd0146ec59f30fe0bba576f93519214f240695
25
26 diff --git a/app-text/tree/tree-1.7.0-r1.ebuild b/app-text/tree/tree-1.7.0-r1.ebuild
27 deleted file mode 100644
28 index b76daa598d9..00000000000
29 --- a/app-text/tree/tree-1.7.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,42 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit toolchain-funcs flag-o-matic bash-completion-r1
37 -
38 -DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
39 -HOMEPAGE="http://mama.indstate.edu/users/ice/tree/"
40 -SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
45 -IUSE=""
46 -
47 -RDEPEND="!=sci-biology/meme-4.8.1"
48 -DEPEND=""
49 -
50 -src_prepare() {
51 - sed -i -e 's:LINUX:__linux__:' tree.c || die
52 - mv doc/tree.1.fr doc/tree.fr.1
53 - if use !elibc_glibc ; then
54 - # 433972, also previously done only for elibc_uclibc
55 - sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
56 - fi
57 - default
58 -}
59 -
60 -src_compile() {
61 - append-lfs-flags
62 - emake \
63 - CC="$(tc-getCC)" \
64 - CFLAGS="${CFLAGS} ${CPPFLAGS}" \
65 - LDFLAGS="${LDFLAGS}"
66 -}
67 -
68 -src_install() {
69 - dobin tree
70 - doman doc/tree*.1
71 - einstalldocs
72 - newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
73 -}
74
75 diff --git a/app-text/tree/tree-1.7.0.ebuild b/app-text/tree/tree-1.7.0.ebuild
76 deleted file mode 100644
77 index e9a968908ce..00000000000
78 --- a/app-text/tree/tree-1.7.0.ebuild
79 +++ /dev/null
80 @@ -1,41 +0,0 @@
81 -# Copyright 1999-2020 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=5
85 -inherit toolchain-funcs flag-o-matic bash-completion-r1
86 -
87 -DESCRIPTION="Lists directories recursively, and produces an indented listing of files"
88 -HOMEPAGE="http://mama.indstate.edu/users/ice/tree/"
89 -SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
90 -
91 -LICENSE="GPL-2"
92 -SLOT="0"
93 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
94 -IUSE=""
95 -
96 -RDEPEND="!=sci-biology/meme-4.8.1"
97 -DEPEND=""
98 -
99 -src_prepare() {
100 - sed -i -e 's:LINUX:__linux__:' tree.c || die
101 - mv doc/tree.1.fr doc/tree.fr.1
102 - if use !elibc_glibc ; then
103 - # 433972, also previously done only for elibc_uclibc
104 - sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
105 - fi
106 -}
107 -
108 -src_compile() {
109 - append-lfs-flags
110 - emake \
111 - CC="$(tc-getCC)" \
112 - CFLAGS="${CFLAGS} ${CPPFLAGS}" \
113 - LDFLAGS="${LDFLAGS}"
114 -}
115 -
116 -src_install() {
117 - dobin tree
118 - doman doc/tree*.1
119 - dodoc CHANGES README*
120 - newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
121 -}