diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | 572cdefa178b10a964077d4623512a79c5297a42 (patch) | |
tree | a5fd3c46bbe911c1ad1c057d38f15a2ac2261bb9 /dev-perl/File-Find-Rule | |
parent | Version bump to latest release. (diff) | |
download | historical-572cdefa178b10a964077d4623512a79c5297a42.tar.gz historical-572cdefa178b10a964077d4623512a79c5297a42.tar.bz2 historical-572cdefa178b10a964077d4623512a79c5297a42.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha52/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/File-Find-Rule')
-rw-r--r-- | dev-perl/File-Find-Rule/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-Find-Rule/File-Find-Rule-0.32.ebuild | 22 |
2 files changed, 4 insertions, 23 deletions
diff --git a/dev-perl/File-Find-Rule/ChangeLog b/dev-perl/File-Find-Rule/ChangeLog index 9c4107a4acb4..792787c9f444 100644 --- a/dev-perl/File-Find-Rule/ChangeLog +++ b/dev-perl/File-Find-Rule/ChangeLog @@ -1,6 +1,9 @@ # 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.56 2011/09/03 21:04:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Find-Rule/ChangeLog,v 1.57 2011/09/04 11:21:48 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -File-Find-Rule-0.32.ebuild: + Cleanup 03 Sep 2011; Torsten Veller <tove@gentoo.org> File-Find-Rule-0.320.0.ebuild: Merge stable keywords from former version scheme ebuild diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.32.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.32.ebuild deleted file mode 100644 index 92cad56711de..000000000000 --- a/dev-perl/File-Find-Rule/File-Find-Rule-0.32.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 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.32.ebuild,v 1.7 2010/11/05 14:03:40 ssuominen Exp $ - -EAPI=2 - -MODULE_AUTHOR=RCLAMP -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" |