summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-02 10:55:55 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-02 10:55:55 +0000
commitc3113e73a5adcc8682816c31aaa01fe6190f8401 (patch)
tree557cfb5289dc852427e11620767793e72e4ac215 /dev-perl/Passwd-Linux
parentCleanup (diff)
downloadgentoo-2-c3113e73a5adcc8682816c31aaa01fe6190f8401.tar.gz
gentoo-2-c3113e73a5adcc8682816c31aaa01fe6190f8401.tar.bz2
gentoo-2-c3113e73a5adcc8682816c31aaa01fe6190f8401.zip
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Passwd-Linux')
-rw-r--r--dev-perl/Passwd-Linux/ChangeLog7
-rw-r--r--dev-perl/Passwd-Linux/Passwd-Linux-0.70.ebuild17
2 files changed, 5 insertions, 19 deletions
diff --git a/dev-perl/Passwd-Linux/ChangeLog b/dev-perl/Passwd-Linux/ChangeLog
index 1acf35024eb4..bbe473970ccd 100644
--- a/dev-perl/Passwd-Linux/ChangeLog
+++ b/dev-perl/Passwd-Linux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Passwd-Linux
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Passwd-Linux/ChangeLog,v 1.2 2007/10/19 19:45:53 ian Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Passwd-Linux/ChangeLog,v 1.3 2009/05/02 10:55:55 tove Exp $
+
+ 02 May 2009; Torsten Veller <tove@gentoo.org> -Passwd-Linux-0.70.ebuild:
+ Cleanup
*Passwd-Linux-1.2 (19 Oct 2007)
diff --git a/dev-perl/Passwd-Linux/Passwd-Linux-0.70.ebuild b/dev-perl/Passwd-Linux/Passwd-Linux-0.70.ebuild
deleted file mode 100644
index e45a67143f53..000000000000
--- a/dev-perl/Passwd-Linux/Passwd-Linux-0.70.ebuild
+++ /dev/null
@@ -1,17 +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/Passwd-Linux/Passwd-Linux-0.70.ebuild,v 1.1 2007/04/25 15:21:14 ian Exp $
-
-inherit perl-module
-
-DESCRIPTION="Perl module for manipulating the passwd and shadow files"
-HOMEPAGE="http://search.cpan.org/~eestabroo/Passwd-Linux-${PV}/Linux.pm"
-SRC_URI="mirror://cpan/authors/id/E/EE/EESTABROO/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"