summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-19 19:09:29 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-19 19:09:29 +0000
commit74c66088c127d12421e87b5cdb7a77a459ba6324 (patch)
tree7dd2a199d5801459a8431f925eed12787452cdf7 /dev-perl/File-Find-Rule
parent[bump] dev-perl/HTTP-DAV-0.450.0 (diff)
downloadhistorical-74c66088c127d12421e87b5cdb7a77a459ba6324.tar.gz
historical-74c66088c127d12421e87b5cdb7a77a459ba6324.tar.bz2
historical-74c66088c127d12421e87b5cdb7a77a459ba6324.zip
[bump] dev-perl/File-Find-Rule-0.330.0
Package-Manager: portage-2.2.0_alpha58/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.330.0.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/File-Find-Rule/ChangeLog b/dev-perl/File-Find-Rule/ChangeLog
index 792787c9f444..9bb9bbe545ee 100644
--- a/dev-perl/File-Find-Rule/ChangeLog
+++ b/dev-perl/File-Find-Rule/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/File-Find-Rule
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.57 2011/09/04 11:21:48 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.58 2011/09/19 19:09:29 tove Exp $
+
+*File-Find-Rule-0.330.0 (19 Sep 2011)
+
+ 19 Sep 2011; Torsten Veller <tove@gentoo.org> +File-Find-Rule-0.330.0.ebuild:
+ Version bump
04 Sep 2011; Torsten Veller <tove@gentoo.org> -File-Find-Rule-0.32.ebuild:
Cleanup
diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0.ebuild
new file mode 100644
index 000000000000..1751c9d246c1
--- /dev/null
+++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.330.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 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.330.0.ebuild,v 1.1 2011/09/19 19:09:29 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=RCLAMP
+MODULE_VERSION=0.33
+inherit perl-module
+
+DESCRIPTION="Alternative interface to File::Find"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="virtual/perl-File-Spec
+ >=dev-perl/Number-Compare-0.20.0
+ dev-perl/Text-Glob"
+DEPEND="${RDEPEND}
+ test? ( virtual/perl-Test-Simple )"
+
+SRC_TEST="do"