diff options
author | 2012-08-06 11:29:59 +0000 | |
---|---|---|
committer | 2012-08-06 11:29:59 +0000 | |
commit | f478503a6cb508ef7f9918f22daa8c8a18787a4e (patch) | |
tree | 29ddb14cd0243b49a1c9e64b5373af1f2d0fd4bc /dev-perl/Getopt-Long-Descriptive | |
parent | [bump] dev-perl/JSON-XS-2.330.0 (diff) | |
download | historical-f478503a6cb508ef7f9918f22daa8c8a18787a4e.tar.gz historical-f478503a6cb508ef7f9918f22daa8c8a18787a4e.tar.bz2 historical-f478503a6cb508ef7f9918f22daa8c8a18787a4e.zip |
[bump] dev-perl/Getopt-Long-Descriptive-0.92.0
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Getopt-Long-Descriptive')
-rw-r--r-- | dev-perl/Getopt-Long-Descriptive/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.92.0.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Getopt-Long-Descriptive/ChangeLog b/dev-perl/Getopt-Long-Descriptive/ChangeLog index b8ca4fc451d3..75e829f004d0 100644 --- a/dev-perl/Getopt-Long-Descriptive/ChangeLog +++ b/dev-perl/Getopt-Long-Descriptive/ChangeLog @@ -1,6 +1,12 @@ # 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.23 2012/06/24 13:00:17 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.24 2012/08/06 11:29:59 tove Exp $ + +*Getopt-Long-Descriptive-0.92.0 (06 Aug 2012) + + 06 Aug 2012; Torsten Veller <tove@gentoo.org> + +Getopt-Long-Descriptive-0.92.0.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.92.0.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.92.0.ebuild new file mode 100644 index 000000000000..40ca35739ac7 --- /dev/null +++ b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.92.0.ebuild @@ -0,0 +1,25 @@ +# 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.92.0.ebuild,v 1.1 2012/08/06 11:29:59 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RJBS +MODULE_VERSION=0.092 +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 |