diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-14 18:21:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-14 18:21:50 +0000 |
commit | b711103bb9b267d7058150aa0784c26538cafffd (patch) | |
tree | 1ab153c34ec8e5c95a5fbdfda588165ef0767e20 | |
parent | stable ppc64, bug 296825 (diff) | |
download | gentoo-2-b711103bb9b267d7058150aa0784c26538cafffd.tar.gz gentoo-2-b711103bb9b267d7058150aa0784c26538cafffd.tar.bz2 gentoo-2-b711103bb9b267d7058150aa0784c26538cafffd.zip |
Version bump
(Portage version: 2.2_rc59/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Getopt-Long-Descriptive/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.083.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 c3c3eb49ba57..07fb9c871e2a 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.6 2009/12/10 08:59:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.7 2009/12/14 18:21:50 tove Exp $ + +*Getopt-Long-Descriptive-0.083 (14 Dec 2009) + + 14 Dec 2009; Torsten Veller <tove@gentoo.org> + +Getopt-Long-Descriptive-0.083.ebuild: + Version bump *Getopt-Long-Descriptive-0.082 (10 Dec 2009) diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.083.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.083.ebuild new file mode 100644 index 000000000000..b30a71f5b641 --- /dev/null +++ b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.083.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 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.083.ebuild,v 1.1 2009/12/14 18:21:50 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 |