diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-10-28 05:34:29 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-10-28 05:34:29 +0000 |
commit | 4a6e2dac5469c630ca17bfd9d06613a610e48cc7 (patch) | |
tree | 4698bbca47016c890297ce630cdfa2bcc289bd22 /perl-core/Getopt-Long | |
parent | Bump (diff) | |
download | gentoo-2-4a6e2dac5469c630ca17bfd9d06613a610e48cc7.tar.gz gentoo-2-4a6e2dac5469c630ca17bfd9d06613a610e48cc7.tar.bz2 gentoo-2-4a6e2dac5469c630ca17bfd9d06613a610e48cc7.zip |
Bump
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'perl-core/Getopt-Long')
-rw-r--r-- | perl-core/Getopt-Long/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.420.0.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/perl-core/Getopt-Long/ChangeLog b/perl-core/Getopt-Long/ChangeLog index d4234a013d8d..c2d33de2d7fe 100644 --- a/perl-core/Getopt-Long/ChangeLog +++ b/perl-core/Getopt-Long/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Getopt-Long # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.44 2013/08/20 19:10:50 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.45 2013/10/28 05:34:29 patrick Exp $ + +*Getopt-Long-2.420.0 (28 Oct 2013) + + 28 Oct 2013; Patrick Lauer <patrick@gentoo.org> +Getopt-Long-2.420.0.ebuild: + Bump 20 Aug 2013; Fabian Groffen <grobian@gentoo.org> Getopt-Long-2.410.0.ebuild: Marked ~x64-macos diff --git a/perl-core/Getopt-Long/Getopt-Long-2.420.0.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.420.0.ebuild new file mode 100644 index 000000000000..18407a9e3515 --- /dev/null +++ b/perl-core/Getopt-Long/Getopt-Long-2.420.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.420.0.ebuild,v 1.1 2013/10/28 05:34:29 patrick Exp $ + +EAPI=5 + +MODULE_AUTHOR=JV +MODULE_VERSION=2.42 +inherit perl-module + +DESCRIPTION="Advanced handling of command line options" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND="virtual/perl-PodParser" +DEPEND="${RDEPEND}" + +SRC_TEST=do |