diff options
author | David Holm <dholm@gentoo.org> | 2004-07-17 10:09:28 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-07-17 10:09:28 +0000 |
commit | 25e4ecfc9f65a2f008d6eb939277181144f08e21 (patch) | |
tree | 9188a7f3eb5a9af897d5900c4d68bae5b48c4233 /dev-util/shtool | |
parent | Added to ~ppc (Manifest recommit) (Manifest recommit) (diff) | |
download | gentoo-2-25e4ecfc9f65a2f008d6eb939277181144f08e21.tar.gz gentoo-2-25e4ecfc9f65a2f008d6eb939277181144f08e21.tar.bz2 gentoo-2-25e4ecfc9f65a2f008d6eb939277181144f08e21.zip |
Added to ~ppc
Diffstat (limited to 'dev-util/shtool')
-rw-r--r-- | dev-util/shtool/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/shtool/shtool-2.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/shtool/ChangeLog b/dev-util/shtool/ChangeLog index 0c7f9f43b87f..f3082549aeda 100644 --- a/dev-util/shtool/ChangeLog +++ b/dev-util/shtool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/shtool # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/ChangeLog,v 1.6 2004/07/13 17:04:52 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/ChangeLog,v 1.7 2004/07/17 10:09:28 dholm Exp $ + + 17 Jul 2004; David Holm <dholm@gentoo.org> shtool-2.0.0.ebuild: + Added to ~ppc. *shtool-2.0.0 (13 Jul 2004) diff --git a/dev-util/shtool/shtool-2.0.0.ebuild b/dev-util/shtool/shtool-2.0.0.ebuild index e9828c272397..d6909bbc3c44 100644 --- a/dev-util/shtool/shtool-2.0.0.ebuild +++ b/dev-util/shtool/shtool-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.0.ebuild,v 1.2 2004/07/15 00:08:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.0.ebuild,v 1.3 2004/07/17 10:09:28 dholm Exp $ DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool" SRC_URI="ftp://ftp.gnu.org/gnu/shtool/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ia64" +KEYWORDS="~x86 ~sparc ~ia64 ~ppc" IUSE="" DEPEND=">=dev-lang/perl-5.6" |