diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-04-17 17:38:51 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-04-17 17:38:51 +0000 |
commit | 41b61a23a0c1f0159c2306218cf1a5f2a7c635d0 (patch) | |
tree | c16760242c4bd1b39f767abcecd0a7f3750c9608 /app-text | |
parent | Unmask gawk, and reiserfsprogs, reiserfsprogs-3.6.5-r1 is still unstable (diff) | |
download | gentoo-2-41b61a23a0c1f0159c2306218cf1a5f2a7c635d0.tar.gz gentoo-2-41b61a23a0c1f0159c2306218cf1a5f2a7c635d0.tar.bz2 gentoo-2-41b61a23a0c1f0159c2306218cf1a5f2a7c635d0.zip |
stable on alpha
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/tree/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/tree/tree-1.3.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/tree/ChangeLog b/app-text/tree/ChangeLog index 7851e55ab103..7d0c616d883d 100644 --- a/app-text/tree/ChangeLog +++ b/app-text/tree/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for app-text/tree # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tree/ChangeLog,v 1.5 2003/02/12 05:35:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tree/ChangeLog,v 1.6 2003/04/17 17:38:51 agriffis Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *tree-1.3 (1 Feb 2002) - + + 17 Apr 2003; Aron Griffis <agriffis@gentoo.org> tree-1.3.ebuild: + Mark stable on alpha + 27 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> tree-1.3.ebuild : Added KEYWORDS="x86 ppc" SLOT RDEPEND LICENCE (repoman'd) diff --git a/app-text/tree/tree-1.3.ebuild b/app-text/tree/tree-1.3.ebuild index 8966cab05b0c..8b690b7b88d1 100644 --- a/app-text/tree/tree-1.3.ebuild +++ b/app-text/tree/tree-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.7 2003/02/13 09:47:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tree/tree-1.3.ebuild,v 1.8 2003/04/17 17:38:51 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Lists directories recursively, and produces an indented listing of files." @@ -8,7 +8,7 @@ DESCRIPTION="Lists directories recursively, and produces an indented listing of SRC_URI="ftp://mama.indstate.edu/linux/tree/tree-1.3.tgz" HOMEPAGE="http://mama.indstate.edu/users/ice/tree/" LICENSE="Artistic" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc sparc alpha" DEPEND="virtual/glibc" RDEPEND="virtual/glibc" SLOT="0" |