From 4a6e2dac5469c630ca17bfd9d06613a610e48cc7 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Mon, 28 Oct 2013 05:34:29 +0000 Subject: Bump (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit) --- perl-core/Getopt-Long/ChangeLog | 7 ++++++- perl-core/Getopt-Long/Getopt-Long-2.420.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 perl-core/Getopt-Long/Getopt-Long-2.420.0.ebuild (limited to 'perl-core/Getopt-Long') 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 +Getopt-Long-2.420.0.ebuild: + Bump 20 Aug 2013; Fabian Groffen 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 -- cgit v1.2.3-65-gdbad