summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-14 17:47:21 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-14 17:47:21 +0000
commitc07cabbce5afe5239fcfff50dfc04f4a9df2a8d0 (patch)
treedc65b9e3b225ccecbfad557476387a7342b659a5 /dev-perl/File-Find-Rule
parentCleanup (diff)
downloadgentoo-2-c07cabbce5afe5239fcfff50dfc04f4a9df2a8d0.tar.gz
gentoo-2-c07cabbce5afe5239fcfff50dfc04f4a9df2a8d0.tar.bz2
gentoo-2-c07cabbce5afe5239fcfff50dfc04f4a9df2a8d0.zip
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Find-Rule')
-rw-r--r--dev-perl/File-Find-Rule/ChangeLog7
-rw-r--r--dev-perl/File-Find-Rule/File-Find-Rule-0.30.ebuild24
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-perl/File-Find-Rule/ChangeLog b/dev-perl/File-Find-Rule/ChangeLog
index 88c7a70a2b93..e7af790831c9 100644
--- a/dev-perl/File-Find-Rule/ChangeLog
+++ b/dev-perl/File-Find-Rule/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/File-Find-Rule
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.53 2010/11/05 14:03:40 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.54 2011/01/14 17:47:20 tove Exp $
+
+ 14 Jan 2011; Torsten Veller <tove@gentoo.org> -File-Find-Rule-0.30.ebuild:
+ Cleanup
05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
File-Find-Rule-0.32.ebuild:
diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.30.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.30.ebuild
deleted file mode 100644
index f76ea8c7a383..000000000000
--- a/dev-perl/File-Find-Rule/File-Find-Rule-0.30.ebuild
+++ /dev/null
@@ -1,24 +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-Find-Rule/File-Find-Rule-0.30.ebuild,v 1.14 2008/11/18 14:56:26 tove Exp $
-
-inherit perl-module
-
-DESCRIPTION="Alternative interface to File::Find"
-SRC_URI="mirror://cpan/authors/id/R/RC/RCLAMP/${P}.tar.gz"
-HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RC/RCLAMP/File-Find-Rule-${PV}.readme"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-SRC_TEST="do"
-
-RDEPEND="virtual/perl-Test-Simple
- virtual/perl-File-Spec
- dev-perl/Number-Compare
- dev-perl/Text-Glob
- dev-lang/perl"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build"