summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-14 17:47:49 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-14 17:47:49 +0000
commit5e89efac666722972b670cc735f034d95d38863c (patch)
tree2af5cbce31efea7086e9cb937460b5449f332b9f /dev-perl
parentCleanup (diff)
downloadgentoo-2-5e89efac666722972b670cc735f034d95d38863c.tar.gz
gentoo-2-5e89efac666722972b670cc735f034d95d38863c.tar.bz2
gentoo-2-5e89efac666722972b670cc735f034d95d38863c.zip
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/File-BaseDir/ChangeLog7
-rw-r--r--dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild15
2 files changed, 5 insertions, 17 deletions
diff --git a/dev-perl/File-BaseDir/ChangeLog b/dev-perl/File-BaseDir/ChangeLog
index 4c77d1c2395f..cc64b9378b2d 100644
--- a/dev-perl/File-BaseDir/ChangeLog
+++ b/dev-perl/File-BaseDir/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/File-BaseDir
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.24 2010/10/23 08:22:14 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.25 2011/01/14 17:47:49 tove Exp $
+
+ 14 Jan 2011; Torsten Veller <tove@gentoo.org> -File-BaseDir-0.02.ebuild:
+ Cleanup
23 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
File-BaseDir-0.03.ebuild:
diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild
deleted file mode 100644
index 27daf201d97f..000000000000
--- a/dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.02.ebuild,v 1.19 2008/03/13 20:52:50 jer Exp $
-
-inherit perl-module
-
-DESCRIPTION="The Perl File-BaseDir Module"
-SRC_URI="mirror://cpan/authors/id/P/PA/PARDUS/${PN}/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~pardus/"
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="amd64 ~hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"