diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 16:01:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 16:01:07 +0000 |
commit | a8e31998d0c5913a58160ed865a53ceb7b4d652f (patch) | |
tree | 04308381af8239892c71ff59fc6ba74fb9361c15 /dev-perl/File-Find-Rule | |
parent | Version bump zope-interface to 3.7.0. (diff) | |
download | historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.gz historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.bz2 historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/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.320.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 e7af790831c9..28b6eee926ca 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.54 2011/01/14 17:47:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.55 2011/08/30 15:58:54 tove Exp $ + +*File-Find-Rule-0.320.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +File-Find-Rule-0.320.0.ebuild: + Change version scheme 14 Jan 2011; Torsten Veller <tove@gentoo.org> -File-Find-Rule-0.30.ebuild: Cleanup diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.320.0.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.320.0.ebuild new file mode 100644 index 000000000000..676650173437 --- /dev/null +++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.320.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.320.0.ebuild,v 1.1 2011/08/30 15:58:54 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RCLAMP +MODULE_VERSION=0.32 +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 + dev-perl/Text-Glob" +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Simple )" + +SRC_TEST="do" |