diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-08 07:25:33 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-08 07:25:33 +0000 |
commit | 3b6cb091b2336e3145996a6cd069614ae2ace510 (patch) | |
tree | ebbbd7dd0893f2cbfcf786690bbb670ddcf3969d /dev-perl/Getopt-Long-Descriptive | |
parent | Version bump to v1.0.27. (diff) | |
download | historical-3b6cb091b2336e3145996a6cd069614ae2ace510.tar.gz historical-3b6cb091b2336e3145996a6cd069614ae2ace510.tar.bz2 historical-3b6cb091b2336e3145996a6cd069614ae2ace510.zip |
Version bump
Package-Manager: portage-2.2.0_alpha21/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.89.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 d9da00c760fc..42d2af06a8f6 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.15 2011/01/14 17:27:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.16 2011/02/08 07:22:01 tove Exp $ + +*Getopt-Long-Descriptive-0.89 (08 Feb 2011) + + 08 Feb 2011; Torsten Veller <tove@gentoo.org> + +Getopt-Long-Descriptive-0.89.ebuild: + Version bump 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Getopt-Long-Descriptive-0.085.ebuild, -Getopt-Long-Descriptive-0.086.ebuild: 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 new file mode 100644 index 000000000000..cbfdfa01c721 --- /dev/null +++ b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.89.ebuild @@ -0,0 +1,25 @@ +# 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.1 2011/02/08 07:22:01 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=RJBS +MODULE_VERSION=0.089 +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 |