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 | 175f2d2588cf98b80ef991691cae15ba32be8eae (patch) | |
tree | 3ab7a2b212a170cb45c57a0ed7371832a4360e2c /dev-perl/Crypt-Cracklib | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-175f2d2588cf98b80ef991691cae15ba32be8eae.tar.gz gentoo-2-175f2d2588cf98b80ef991691cae15ba32be8eae.tar.bz2 gentoo-2-175f2d2588cf98b80ef991691cae15ba32be8eae.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 } - |