diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-31 14:20:05 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-31 14:20:05 +0000 |
commit | 1f6476f1d429b34d808ac3110a3251a04589f644 (patch) | |
tree | dda14c5e075bb7d98dd394c165da497081841eb6 /dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0.ebuild | |
parent | Mask upcoming ~media-gfx/gimp-2.7.3 (diff) | |
download | historical-1f6476f1d429b34d808ac3110a3251a04589f644.tar.gz historical-1f6476f1d429b34d808ac3110a3251a04589f644.tar.bz2 historical-1f6476f1d429b34d808ac3110a3251a04589f644.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0.ebuild')
-rw-r--r-- | dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0.ebuild b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0.ebuild new file mode 100644 index 000000000000..941914cd7592 --- /dev/null +++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0.ebuild,v 1.1 2011/08/31 14:16:27 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DANIEL +MODULE_VERSION=1.7 +inherit perl-module + +DESCRIPTION="Perl interface to Alec Muffett's Cracklib" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~amd64 ~ia64 ~x86" +IUSE="test" + +RDEPEND="sys-libs/cracklib" +DEPEND="${RDEPEND} + test? ( dev-perl/Pod-Coverage + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" |