commit:     4a5c2f12b8fb03fb0e250e95272aac042f3aa333
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 18:58:31 2022 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 18:58:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5c2f12

app-text/tree: drop 1.8.0, 2.0.1, 2.0.2

Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 app-text/tree/Manifest          |  3 ---
 app-text/tree/tree-1.8.0.ebuild | 42 -----------------------------------------
 app-text/tree/tree-2.0.1.ebuild | 41 ----------------------------------------
 app-text/tree/tree-2.0.2.ebuild | 41 ----------------------------------------
 4 files changed, 127 deletions(-)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index 3ac9374369ea..76b3048e64d1 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1,4 +1 @@
-DIST tree-1.8.0.tgz 50286 BLAKE2B 
51a27500b89a46add6e792d446b465696d2b34339bbd06f03baff9ce589131b5d82c414849f891dbb79a3f3cfb23b89336e783ad23b84c1fb5415a13fb9488cd
 SHA512 
3f657a6278ec5eab2fccab39dfd69bf9376811189a368b5e3213dc900b90a4e7a4961fc58eb80ad2efd5b40d2fbd0146ec59f30fe0bba576f93519214f240695
-DIST tree-2.0.1.tgz 57213 BLAKE2B 
977f3bd606881f92f7e39fb167205b468f77408a2fa3ff14c20eeab0e6f194115d2d41a3919751c9c9d103ae185dc231710a464f0c57ea244e8a410782503d6f
 SHA512 
11a45136d62ee7b4acdb599025ddddc250f3b95c46c94cea132bdc226357561bbae3ed874a99e554d2e01a93eaac639fb89d8a2539964ce788540ac3537f0e4c
-DIST tree-2.0.2.tgz 57960 BLAKE2B 
3038b4a0f904ba4854ab40d52448fd0859380346d1a355c16fa97dfcae7b650ba4406e970555c79b5c5d5dca31677f5ae2b83cab0178e5580d342956167ba80b
 SHA512 
5b9612ada9e3b1414d06daf5d7589f18480f232ba6ea29a004ceb7ff5b46c57610766bdb2babe9c20047dfea39cb233a6d92a60fcf2c38beccbebc94fb1eb20f
 DIST unix-tree-2.0.4.tar.gz 59497 BLAKE2B 
c55f8f64f2dfc6364ce3ab5ec26e59860f958eacbf681d1d53848172d474605f71864c1eb7db27be15f3df2fc2979787685e80de76ff817c5cdfafb9c52af203
 SHA512 
59f391de5792ce9990153c2de06bc545813f9e7aea635c574ef21f1603203146cdad4dbed821266715d716241d7153276aa220626ce8354446dd85df47e75fa6

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
deleted file mode 100644
index 98111d9ab0f7..000000000000
--- a/app-text/tree/tree-1.8.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing 
of files"
-HOMEPAGE="http://mama.indstate.edu/users/ice/tree/";
-SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-       sed -i -e 's:LINUX:__linux__:' tree.c || die
-       mv doc/tree.1.fr doc/tree.fr.1
-       if use !elibc_glibc ; then
-               # 433972, also previously done only for elibc_uclibc
-               sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
-       fi
-       default
-}
-
-src_compile() {
-       append-lfs-flags
-       emake \
-               CC="$(tc-getCC)" \
-               CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-               LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-       dobin tree
-       doman doc/tree*.1
-       einstalldocs
-       newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
-}

diff --git a/app-text/tree/tree-2.0.1.ebuild b/app-text/tree/tree-2.0.1.ebuild
deleted file mode 100644
index 3dd93deef57e..000000000000
--- a/app-text/tree/tree-2.0.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing 
of files"
-HOMEPAGE="http://mama.indstate.edu/users/ice/tree/";
-SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-       sed -i -e 's:LINUX:__linux__:' tree.c || die
-       if use !elibc_glibc ; then
-               # 433972, also previously done only for elibc_uclibc
-               sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
-       fi
-       default
-}
-
-src_compile() {
-       append-lfs-flags
-       emake \
-               CC="$(tc-getCC)" \
-               CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-               LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-       dobin tree
-       doman doc/tree*.1
-       einstalldocs
-       newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
-}

diff --git a/app-text/tree/tree-2.0.2.ebuild b/app-text/tree/tree-2.0.2.ebuild
deleted file mode 100644
index 4c7a39b7f496..000000000000
--- a/app-text/tree/tree-2.0.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing 
of files"
-HOMEPAGE="http://mama.indstate.edu/users/ice/tree/";
-SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-       sed -i -e 's:LINUX:__linux__:' tree.c || die
-       if use !elibc_glibc ; then
-               # 433972, also previously done only for elibc_uclibc
-               sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
-       fi
-       default
-}
-
-src_compile() {
-       append-lfs-flags
-       emake \
-               CC="$(tc-getCC)" \
-               CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-               LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-       dobin tree
-       doman doc/tree*.1
-       einstalldocs
-       newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
-}

Reply via email to