diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:02:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:02:52 +0000 |
commit | 1b673f1e2d845cec6e5e0e32868e69c5033d2a22 (patch) | |
tree | 3a97bd3db81eef6154658ef9a5568451d3ea188c /dev-perl/Crypt-Cracklib | |
parent | sync IUSE (+X) (diff) | |
download | historical-1b673f1e2d845cec6e5e0e32868e69c5033d2a22.tar.gz historical-1b673f1e2d845cec6e5e0e32868e69c5033d2a22.tar.bz2 historical-1b673f1e2d845cec6e5e0e32868e69c5033d2a22.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'dev-perl/Crypt-Cracklib')
-rw-r--r-- | dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild index c95d23427ff6..ad0f282c4593 100644 --- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild +++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild,v 1.4 2004/06/25 00:17:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild,v 1.5 2004/07/14 17:02:52 agriffis Exp $ inherit perl-module AUTHOR="DANIEL" -S=${WORKDIR}/${P} DESCRIPTION="Perl interface to Alec Muffett's Cracklib" HOMEPAGE="http://search.cpan.org/author/${AUTHOR}/${P}/" SRC_URI_BASE="http://search.cpan.org/CPAN/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/${AUTHOR}/" @@ -14,6 +13,7 @@ SRC_URI="${SRC_URI_BASE}/${P}.tar.gz" SLOT="0" LICENSE="Artistic" KEYWORDS="x86" +IUSE="" mydoc="Changes" DEPEND="${DEPEND} @@ -29,4 +29,3 @@ src_install() { myinst="DESTDIR=${D}" perl-module_src_install } - |