diff options
author | 2010-09-21 19:03:16 +0000 | |
---|---|---|
committer | 2010-09-21 19:03:16 +0000 | |
commit | 700525195421ce6f95e1f8cea5af3d7097e488ff (patch) | |
tree | 5d825ba91d63b61cf6d1f14abae1ccc60e2ef8f6 /dev-perl/Getopt-Long-Descriptive | |
parent | Stable on amd64 wrt bug #337839 (diff) | |
download | historical-700525195421ce6f95e1f8cea5af3d7097e488ff.tar.gz historical-700525195421ce6f95e1f8cea5af3d7097e488ff.tar.bz2 historical-700525195421ce6f95e1f8cea5af3d7097e488ff.zip |
Version bump
Package-Manager: portage-2.2_rc84/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.086.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Getopt-Long-Descriptive/ChangeLog b/dev-perl/Getopt-Long-Descriptive/ChangeLog index deeef590d5af..141063f9462b 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.11 2010/04/09 07:57:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.12 2010/09/21 18:59:49 tove Exp $ + +*Getopt-Long-Descriptive-0.086 (21 Sep 2010) + + 21 Sep 2010; Torsten Veller <tove@gentoo.org> + +Getopt-Long-Descriptive-0.086.ebuild: + Version bump 09 Apr 2010; Torsten Veller <tove@gentoo.org> -Getopt-Long-Descriptive-0.083.ebuild, 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 new file mode 100644 index 000000000000..7159c404a4d3 --- /dev/null +++ b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.086.ebuild @@ -0,0 +1,24 @@ +# 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.1 2010/09/21 18:59:49 tove Exp $ + +EAPI=3 + +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 |