diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-01-11 22:59:17 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-01-11 22:59:17 +0100 |
commit | db1ca96a7fad07831624d51a7400a12ba00f4d75 (patch) | |
tree | 4877b29e612824b2e96fc69364ce099d46292c43 /dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild | |
parent | dev-perl/Mail-SPF: Remove dubious test. Fixes bug 512196. (diff) | |
download | gentoo-db1ca96a7fad07831624d51a7400a12ba00f4d75.tar.gz gentoo-db1ca96a7fad07831624d51a7400a12ba00f4d75.tar.bz2 gentoo-db1ca96a7fad07831624d51a7400a12ba00f4d75.zip |
dev-perl/File-Find-Rule: Version bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild')
-rw-r--r-- | dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild new file mode 100644 index 000000000000..b661e5a09e0d --- /dev/null +++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=RCLAMP +DIST_VERSION=0.34 +inherit perl-module + +DESCRIPTION="Alternative interface to File::Find" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="test" + +RDEPEND=" + virtual/perl-File-Spec + dev-perl/Number-Compare + dev-perl/Text-Glob +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" |