summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-02 11:41:32 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-02 11:41:32 +0000
commitd380b550b4873a66d0f9c6cc7abf421034ded5df (patch)
tree6d1606987e9d990b159e6b43320e899991b7419f /dev-perl/Crypt-Cracklib
parentCleanup (diff)
downloadgentoo-2-d380b550b4873a66d0f9c6cc7abf421034ded5df.tar.gz
gentoo-2-d380b550b4873a66d0f9c6cc7abf421034ded5df.tar.bz2
gentoo-2-d380b550b4873a66d0f9c6cc7abf421034ded5df.zip
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Crypt-Cracklib')
-rw-r--r--dev-perl/Crypt-Cracklib/ChangeLog7
-rw-r--r--dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild30
2 files changed, 5 insertions, 32 deletions
diff --git a/dev-perl/Crypt-Cracklib/ChangeLog b/dev-perl/Crypt-Cracklib/ChangeLog
index 1b3063efe94c..d686f7c6f71b 100644
--- a/dev-perl/Crypt-Cracklib/ChangeLog
+++ b/dev-perl/Crypt-Cracklib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Crypt-Cracklib
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Cracklib/ChangeLog,v 1.19 2008/07/30 07:21:04 tove Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Cracklib/ChangeLog,v 1.20 2009/05/02 11:41:32 tove Exp $
+
+ 02 May 2009; Torsten Veller <tove@gentoo.org> -Crypt-Cracklib-0.01.ebuild:
+ Cleanup
*Crypt-Cracklib-1.4-r1 (30 Jul 2008)
diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild
deleted file mode 100644
index 129b3ef8fafe..000000000000
--- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-0.01.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 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.14 2007/03/13 15:53:31 mcummings Exp $
-
-inherit perl-module
-
-AUTHOR="DANIEL"
-DESCRIPTION="Perl interface to Alec Muffett's Cracklib"
-HOMEPAGE="http://search.cpan.org/~daniel/${P}/"
-SRC_URI_BASE="mirror://cpan/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/${AUTHOR}/"
-SRC_URI="${SRC_URI_BASE}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="amd64 ia64 x86"
-IUSE=""
-
-DEPEND="sys-libs/cracklib
- dev-lang/perl"
-
-src_compile() {
- # this ebuild is very non-standard it seems
- echo -en "/usr/include\n/usr/lib\n"| perl Makefile.PL
- emake
-}
-
-src_install() {
- myinst="DESTDIR=${D}"
- perl-module_src_install
-}