diff options
author | Torsten Veller <tove@gentoo.org> | 2013-03-13 07:47:55 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-03-13 07:47:55 +0000 |
commit | 6aefd418351a3f84d29a78c6212c8f869df11d26 (patch) | |
tree | ea99fec202f5233a753e05a7abff9317e146f8c7 /perl-core | |
parent | [bump] virtual/perl-Pod-Simple-3.260.0 (diff) | |
download | gentoo-2-6aefd418351a3f84d29a78c6212c8f869df11d26.tar.gz gentoo-2-6aefd418351a3f84d29a78c6212c8f869df11d26.tar.bz2 gentoo-2-6aefd418351a3f84d29a78c6212c8f869df11d26.zip |
[bump] perl-core/Getopt-Long-2.390.0
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Getopt-Long/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.390.0.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/perl-core/Getopt-Long/ChangeLog b/perl-core/Getopt-Long/ChangeLog index e7ee80d26bde..ea81c6566899 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.41 2012/08/27 17:40:29 armin76 Exp $ +# 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 $ + +*Getopt-Long-2.390.0 (13 Mar 2013) + + 13 Mar 2013; Torsten Veller <tove@gentoo.org> +Getopt-Long-2.390.0.ebuild: + Version bump 27 Aug 2012; Raúl Porcel <armin76@gentoo.org> Getopt-Long-2.380.0.ebuild: arm/s390/sh stable diff --git a/perl-core/Getopt-Long/Getopt-Long-2.390.0.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.390.0.ebuild new file mode 100644 index 000000000000..5666e1329e17 --- /dev/null +++ b/perl-core/Getopt-Long/Getopt-Long-2.390.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.390.0.ebuild,v 1.1 2013/03/13 07:47:55 tove Exp $ + +EAPI=5 + +MODULE_AUTHOR=JV +MODULE_VERSION=2.39 +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 |