diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-19 19:09:29 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-19 19:09:29 +0000 |
commit | 8a63a16eefcd507c21bfc76c670c582c1dcb37b3 (patch) | |
tree | 6dc733b5f48a8527508d868f98ad4f6e60193831 /dev-perl/File-Find-Rule | |
parent | [bump] dev-perl/HTTP-DAV-0.450.0 (diff) | |
download | gentoo-2-8a63a16eefcd507c21bfc76c670c582c1dcb37b3.tar.gz gentoo-2-8a63a16eefcd507c21bfc76c670c582c1dcb37b3.tar.bz2 gentoo-2-8a63a16eefcd507c21bfc76c670c582c1dcb37b3.zip |
[bump] dev-perl/File-Find-Rule-0.330.0
(Portage version: 2.2.0_alpha58/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Find-Rule')
-rw-r--r-- | dev-perl/File-Find-Rule/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-Find-Rule/File-Find-Rule-0.330.0.ebuild | 23 |
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" |