diff options
author | Torsten Veller <tove@gentoo.org> | 2012-06-03 18:50:05 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-06-03 18:50:05 +0000 |
commit | db4343658cdd5ecb8ae05e61ae00d7c917133ad3 (patch) | |
tree | 5f225f7a1c37daee9360c424d532603374d73203 /dev-perl/Crypt-Cracklib | |
parent | Cleanup (diff) | |
download | gentoo-2-db4343658cdd5ecb8ae05e61ae00d7c917133ad3.tar.gz gentoo-2-db4343658cdd5ecb8ae05e61ae00d7c917133ad3.tar.bz2 gentoo-2-db4343658cdd5ecb8ae05e61ae00d7c917133ad3.zip |
Cleanup
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Crypt-Cracklib')
-rw-r--r-- | dev-perl/Crypt-Cracklib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.5.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-perl/Crypt-Cracklib/ChangeLog b/dev-perl/Crypt-Cracklib/ChangeLog index dfb2053cea51..8d9474a26c0a 100644 --- a/dev-perl/Crypt-Cracklib/ChangeLog +++ b/dev-perl/Crypt-Cracklib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Crypt-Cracklib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Cracklib/ChangeLog,v 1.32 2012/05/28 15:58:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Cracklib/ChangeLog,v 1.33 2012/06/03 18:50:05 tove Exp $ + + 03 Jun 2012; Torsten Veller <tove@gentoo.org> -Crypt-Cracklib-1.5.ebuild: + Cleanup 28 May 2012; Raúl Porcel <armin76@gentoo.org> Crypt-Cracklib-1.5.ebuild, Crypt-Cracklib-1.700.0.ebuild: diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.5.ebuild b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.5.ebuild deleted file mode 100644 index ed04c384dab4..000000000000 --- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 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.5.ebuild,v 1.5 2012/05/28 15:58:45 armin76 Exp $ - -EAPI=3 - -MODULE_AUTHOR="DANIEL" -inherit perl-module - -DESCRIPTION="Perl interface to Alec Muffett's Cracklib" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="amd64 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" |