diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:12:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:12:33 +0000 |
commit | f70ba2459860b82cd00f7c0ef4db72cf93784770 (patch) | |
tree | c328b6860de6a88639aca24f2e2ef93e46b16a4b /dev-perl/Crypt-Blowfish | |
parent | ~amd64 (diff) | |
download | historical-f70ba2459860b82cd00f7c0ef4db72cf93784770.tar.gz historical-f70ba2459860b82cd00f7c0ef4db72cf93784770.tar.bz2 historical-f70ba2459860b82cd00f7c0ef4db72cf93784770.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/Crypt-Blowfish')
-rw-r--r-- | dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild index 78a140914d26..eed595c0e73b 100644 --- a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild +++ b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild,v 1.17 2004/07/02 04:59:18 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r2.ebuild,v 1.18 2004/07/14 17:02:11 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Crypt::Blowfish module for perl" SRC_URI="http://www.cpan.org/authors/id/D/DP/DPARIS/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/author/DPARIS/Crypt-Blowfish-${PV}/" @@ -12,6 +11,7 @@ HOMEPAGE="http://search.cpan.org/author/DPARIS/Crypt-Blowfish-${PV}/" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 amd64 ppc sparc alpha" +IUSE="" DEPEND="virtual/libc >=dev-lang/perl-5" diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild index c9b15a246084..b63223d6a7b5 100644 --- a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild +++ b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.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-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild,v 1.10 2004/07/02 04:59:18 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.09-r3.ebuild,v 1.11 2004/07/14 17:02:11 agriffis Exp $ inherit perl-module @@ -11,6 +11,7 @@ SRC_URI="http://www.cpan.org/authors/id/D/DP/DPARIS/${P}.tar.gz" LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64 ~mips" +IUSE="" DEPEND="virtual/libc >=dev-lang/perl-5" |