diff options
author | Torsten Veller <tove@gentoo.org> | 2012-09-02 16:24:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-09-02 16:24:42 +0000 |
commit | 0e57c903b4d9b15afd280f4d8d31b638fd835194 (patch) | |
tree | 22e225c94e5ef4a409abda3c26ddfba151a5854e /dev-perl | |
parent | Initial commit of this multipurpose library, will be used by orcus in future ... (diff) | |
download | gentoo-2-0e57c903b4d9b15afd280f4d8d31b638fd835194.tar.gz gentoo-2-0e57c903b4d9b15afd280f4d8d31b638fd835194.tar.bz2 gentoo-2-0e57c903b4d9b15afd280f4d8d31b638fd835194.zip |
Cleanup
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Getopt-Long-Descriptive/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.91.0.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 3aac2137f110..23b942c71fef 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.25 2012/09/01 11:36:30 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.26 2012/09/02 16:24:42 tove Exp $ + + 02 Sep 2012; Torsten Veller <tove@gentoo.org> + -Getopt-Long-Descriptive-0.91.0.ebuild: + Cleanup 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> Getopt-Long-Descriptive-0.92.0.ebuild: diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.91.0.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.91.0.ebuild deleted file mode 100644 index e1f2434b92f4..000000000000 --- a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.91.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 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.91.0.ebuild,v 1.1 2012/02/23 19:33:07 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=RJBS -MODULE_VERSION=0.091 -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.970.0 - 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 |