summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-12-07 02:47:15 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-12-07 02:47:15 +0000
commit3fc001fa24761639fc7cba7452ff0195e9a4fc43 (patch)
treec6fd914d9cedc4cc6dab1d1d9d54701e7791bf33 /app-text/tree
parentMove sys-devel/libtool out of RDEPEND and into DEPEND (Manifest recommit) (diff)
downloadgentoo-2-3fc001fa24761639fc7cba7452ff0195e9a4fc43.tar.gz
gentoo-2-3fc001fa24761639fc7cba7452ff0195e9a4fc43.tar.bz2
gentoo-2-3fc001fa24761639fc7cba7452ff0195e9a4fc43.zip
old
Diffstat (limited to 'app-text/tree')
-rw-r--r--app-text/tree/files/digest-tree-1.31
-rw-r--r--app-text/tree/tree-1.3.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/app-text/tree/files/digest-tree-1.3 b/app-text/tree/files/digest-tree-1.3
deleted file mode 100644
index 324e47d117c8..000000000000
--- a/app-text/tree/files/digest-tree-1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cd595dc2eb53760ce32d978fd52fe93c tree-1.3.tgz 25674
diff --git a/app-text/tree/tree-1.3.ebuild b/app-text/tree/tree-1.3.ebuild
deleted file mode 100644
index 49b0a86d206c..000000000000
--- a/app-text/tree/tree-1.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tree/tree-1.3.ebuild,v 1.12 2004/07/01 12:09:02 eradicator Exp $
-
-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/tree-1.3.tgz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_compile() {
- emake || die
-}
-
-src_install () {
- insinto /usr/bin
- dobin tree
- doman tree.1
- dodoc CHANGES LICENSE README*
-}