diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-30 08:15:49 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-30 08:15:49 +0000 |
commit | cdd7dd0bb397230a0f6ef5c0f2c8fcbaaae50c55 (patch) | |
tree | 3f2a3ff31b1ab20677486be4b9f974dcaf5b5d23 | |
parent | Cleanup (diff) | |
download | gentoo-2-cdd7dd0bb397230a0f6ef5c0f2c8fcbaaae50c55.tar.gz gentoo-2-cdd7dd0bb397230a0f6ef5c0f2c8fcbaaae50c55.tar.bz2 gentoo-2-cdd7dd0bb397230a0f6ef5c0f2c8fcbaaae50c55.zip |
Cleanup
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Getopt-Long-Descriptive/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.89.ebuild | 25 |
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-perl/Getopt-Long-Descriptive/ChangeLog b/dev-perl/Getopt-Long-Descriptive/ChangeLog index c94c27888687..dfc589bbe874 100644 --- a/dev-perl/Getopt-Long-Descriptive/ChangeLog +++ b/dev-perl/Getopt-Long-Descriptive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Getopt-Long-Descriptive # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.19 2011/04/23 06:42:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.20 2011/07/30 08:15:49 tove Exp $ + + 30 Jul 2011; Torsten Veller <tove@gentoo.org> + -Getopt-Long-Descriptive-0.89.ebuild: + Cleanup *Getopt-Long-Descriptive-0.90.0 (23 Apr 2011) diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.89.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.89.ebuild deleted file mode 100644 index 7eb27dc00c88..000000000000 --- a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.89.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.89.ebuild,v 1.2 2011/02/19 18:45:00 xarthisius Exp $ - -EAPI=3 - -MODULE_AUTHOR=RJBS -MODULE_VERSION=0.089 -inherit perl-module - -DESCRIPTION="Getopt::Long with usage text" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-solaris" -IUSE="test" - -RDEPEND=">=dev-perl/Params-Validate-0.91 - dev-perl/IO-stringy - dev-perl/Sub-Exporter - virtual/perl-Scalar-List-Utils" -DEPEND="test? ( ${RDEPEND} - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do |