diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-14 07:22:56 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-14 07:22:56 +0000 |
commit | c49c3ab798e3d527ce5ea5e4d40a656632703b98 (patch) | |
tree | a4761af555e256da3d96b89399205670e4ac7cc0 /perl-core | |
parent | Bump (diff) | |
download | gentoo-2-c49c3ab798e3d527ce5ea5e4d40a656632703b98.tar.gz gentoo-2-c49c3ab798e3d527ce5ea5e4d40a656632703b98.tar.bz2 gentoo-2-c49c3ab798e3d527ce5ea5e4d40a656632703b98.zip |
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Getopt-Long/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.410.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 ea81c6566899..729d5e72b9e6 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.42 2013/03/13 07:47:55 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.43 2013/08/14 07:22:56 patrick Exp $ + +*Getopt-Long-2.410.0 (14 Aug 2013) + + 14 Aug 2013; Patrick Lauer <patrick@gentoo.org> +Getopt-Long-2.410.0.ebuild: + Bump *Getopt-Long-2.390.0 (13 Mar 2013) diff --git a/perl-core/Getopt-Long/Getopt-Long-2.410.0.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.410.0.ebuild new file mode 100644 index 000000000000..9451fb71988c --- /dev/null +++ b/perl-core/Getopt-Long/Getopt-Long-2.410.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.410.0.ebuild,v 1.1 2013/08/14 07:22:56 patrick Exp $ + +EAPI=5 + +MODULE_AUTHOR=JV +MODULE_VERSION=2.41 +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 ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND="virtual/perl-PodParser" +DEPEND="${RDEPEND}" + +SRC_TEST=do |