summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-28 02:26:44 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-28 02:26:44 +0000
commit14c3dd514b231e1f0308878c7197f05946c14733 (patch)
tree447d61712dfea2bf98cae9ebbdf14da5e2a681a8 /dev-perl/File-Find-Rule
parentVersion bump via perl-bump experimental tool. (diff)
downloadgentoo-2-14c3dd514b231e1f0308878c7197f05946c14733.tar.gz
gentoo-2-14c3dd514b231e1f0308878c7197f05946c14733.tar.bz2
gentoo-2-14c3dd514b231e1f0308878c7197f05946c14733.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Find-Rule')
-rw-r--r--dev-perl/File-Find-Rule/ChangeLog10
-rw-r--r--dev-perl/File-Find-Rule/File-Find-Rule-0.31.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/File-Find-Rule/ChangeLog b/dev-perl/File-Find-Rule/ChangeLog
index 5c2819f47f75..8566e3fe4fd8 100644
--- a/dev-perl/File-Find-Rule/ChangeLog
+++ b/dev-perl/File-Find-Rule/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/File-Find-Rule
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.44 2008/11/18 14:56:26 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.45 2009/11/28 02:26:44 robbat2 Exp $
+
+*File-Find-Rule-0.31 (28 Nov 2009)
+
+ 28 Nov 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +File-Find-Rule-0.31.ebuild:
+ Version bump via perl-bump experimental tool.
18 Nov 2008; Torsten Veller <tove@gentoo.org> File-Find-Rule-0.30.ebuild:
New virtuals: module-build
diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.31.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.31.ebuild
new file mode 100644
index 000000000000..808e0ececcf0
--- /dev/null
+++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.31.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 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.31.ebuild,v 1.1 2009/11/28 02:26:44 robbat2 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"