diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 08:49:48 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 08:49:48 +0000 |
commit | 22465c0e7aad821f60aea6c5d7411967da3f5f36 (patch) | |
tree | ac088dcbcf171f87a419c6ed9ee0d47c6d221f0d /app-misc/perltrash | |
parent | QA - Add IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-22465c0e7aad821f60aea6c5d7411967da3f5f36.tar.gz gentoo-2-22465c0e7aad821f60aea6c5d7411967da3f5f36.tar.bz2 gentoo-2-22465c0e7aad821f60aea6c5d7411967da3f5f36.zip |
QA - Add IUSE.
Diffstat (limited to 'app-misc/perltrash')
-rw-r--r-- | app-misc/perltrash/perltrash-0.1.ebuild | 3 | ||||
-rw-r--r-- | app-misc/perltrash/perltrash-0.2.ebuild | 3 | ||||
-rw-r--r-- | app-misc/perltrash/perltrash-0.3.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/perltrash/perltrash-0.1.ebuild b/app-misc/perltrash/perltrash-0.1.ebuild index 84e1b1ae346d..3f426a0dfa1b 100644 --- a/app-misc/perltrash/perltrash-0.1.ebuild +++ b/app-misc/perltrash/perltrash-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/perltrash-0.1.ebuild,v 1.5 2004/03/14 10:59:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/perltrash-0.1.ebuild,v 1.6 2004/06/14 08:49:48 kloeri Exp $ DESCRIPTION="Command-line trash can emulation" HOMEPAGE="http://www.iq-computing.de/perltrash" @@ -8,6 +8,7 @@ SRC_URI="ftp://www.iq-computing.de/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" RDEPEND=">=dev-lang/perl-5" diff --git a/app-misc/perltrash/perltrash-0.2.ebuild b/app-misc/perltrash/perltrash-0.2.ebuild index 569dd9c2c3e2..9c2b3ce2c5c6 100644 --- a/app-misc/perltrash/perltrash-0.2.ebuild +++ b/app-misc/perltrash/perltrash-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/perltrash-0.2.ebuild,v 1.4 2004/03/14 10:59:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/perltrash-0.2.ebuild,v 1.5 2004/06/14 08:49:48 kloeri Exp $ DESCRIPTION="Command-line trash can emulation" HOMEPAGE="http://www.iq-computing.de/perltrash" @@ -8,6 +8,7 @@ SRC_URI="ftp://www.iq-computing.de/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" RDEPEND=">=dev-lang/perl-5" diff --git a/app-misc/perltrash/perltrash-0.3.ebuild b/app-misc/perltrash/perltrash-0.3.ebuild index 5b8d9bf4489a..5ca4f7b66b08 100644 --- a/app-misc/perltrash/perltrash-0.3.ebuild +++ b/app-misc/perltrash/perltrash-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/perltrash-0.3.ebuild,v 1.4 2004/03/14 10:59:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/perltrash-0.3.ebuild,v 1.5 2004/06/14 08:49:48 kloeri Exp $ DESCRIPTION="Command-line trash can emulation" HOMEPAGE="http://www.iq-computing.de/perltrash" @@ -8,6 +8,7 @@ SRC_URI="ftp://www.iq-computing.de/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" RDEPEND=">=dev-lang/perl-5" |