diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:12:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:12:28 +0000 |
commit | 0a6f46a2d3fce8da66bbb1016a4ee43e0ef1823e (patch) | |
tree | b927e6f38da519eefa9d5fc4f98a2c878a176eaf /dev-util/shtool | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-0a6f46a2d3fce8da66bbb1016a4ee43e0ef1823e.tar.gz gentoo-2-0a6f46a2d3fce8da66bbb1016a4ee43e0ef1823e.tar.bz2 gentoo-2-0a6f46a2d3fce8da66bbb1016a4ee43e0ef1823e.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-util/shtool')
-rw-r--r-- | dev-util/shtool/shtool-1.5.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/shtool/shtool-2.0.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/shtool/shtool-1.5.1-r2.ebuild b/dev-util/shtool/shtool-1.5.1-r2.ebuild index 211095e88fda..933375498206 100644 --- a/dev-util/shtool/shtool-1.5.1-r2.ebuild +++ b/dev-util/shtool/shtool-1.5.1-r2.ebuild @@ -1,8 +1,7 @@ # 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-1.5.1-r2.ebuild,v 1.11 2004/06/25 02:46:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-1.5.1-r2.ebuild,v 1.12 2004/07/15 00:08:22 agriffis Exp $ -S=${WORKDIR}/${P} 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" HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" @@ -10,6 +9,7 @@ HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc ia64" +IUSE="" DEPEND=">=dev-lang/perl-5.6" diff --git a/dev-util/shtool/shtool-2.0.0.ebuild b/dev-util/shtool/shtool-2.0.0.ebuild index a04d7f12c626..e9828c272397 100644 --- a/dev-util/shtool/shtool-2.0.0.ebuild +++ b/dev-util/shtool/shtool-2.0.0.ebuild @@ -1,8 +1,7 @@ # 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.1 2004/07/13 17:04:52 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.0.ebuild,v 1.2 2004/07/15 00:08:22 agriffis Exp $ -S=${WORKDIR}/${P} 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" HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" @@ -10,6 +9,7 @@ HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~sparc ~ia64" +IUSE="" DEPEND=">=dev-lang/perl-5.6" |