diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 17:27:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 17:27:53 +0000 |
commit | fe113e9ec13a210167867fa0e05d4469c769cec2 (patch) | |
tree | 9696f33129847ed937c48b206cbd6d1c14b9e8d3 /dev-perl/Getopt-Long-Descriptive | |
parent | Add app-emulation/emul-linux-x86-soundlibs dependency. Bug #345235 (diff) | |
download | historical-fe113e9ec13a210167867fa0e05d4469c769cec2.tar.gz historical-fe113e9ec13a210167867fa0e05d4469c769cec2.tar.bz2 historical-fe113e9ec13a210167867fa0e05d4469c769cec2.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Getopt-Long-Descriptive')
3 files changed, 5 insertions, 49 deletions
diff --git a/dev-perl/Getopt-Long-Descriptive/ChangeLog b/dev-perl/Getopt-Long-Descriptive/ChangeLog index b100faf57698..d9da00c760fc 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.14 2011/01/12 20:55:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.15 2011/01/14 17:27:53 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -Getopt-Long-Descriptive-0.085.ebuild, -Getopt-Long-Descriptive-0.086.ebuild: + Cleanup *Getopt-Long-Descriptive-0.87 (12 Jan 2011) diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.085.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.085.ebuild deleted file mode 100644 index 40483dc2d866..000000000000 --- a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.085.ebuild +++ /dev/null @@ -1,24 +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/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.085.ebuild,v 1.1 2010/03/15 18:43:29 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=RJBS -inherit perl-module - -DESCRIPTION="Getopt::Long with usage text" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -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 diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.086.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.086.ebuild deleted file mode 100644 index 30774f4d7f75..000000000000 --- a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.086.ebuild +++ /dev/null @@ -1,24 +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/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.086.ebuild,v 1.2 2010/11/15 10:59:25 grobian Exp $ - -EAPI=3 - -MODULE_AUTHOR=RJBS -inherit perl-module - -DESCRIPTION="Getopt::Long with usage text" - -SLOT="0" -KEYWORDS="~amd64 ~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 |