diff options
author | Torsten Veller <tove@gentoo.org> | 2009-04-01 19:35:19 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-04-01 19:35:19 +0000 |
commit | db52270e2b925ccc694ff5206c174211b682935d (patch) | |
tree | 7e70c9885bed4f2a3cb129197c43d13e221c2d63 /perl-core/Getopt-Long | |
parent | Version bump (diff) | |
download | gentoo-2-db52270e2b925ccc694ff5206c174211b682935d.tar.gz gentoo-2-db52270e2b925ccc694ff5206c174211b682935d.tar.bz2 gentoo-2-db52270e2b925ccc694ff5206c174211b682935d.zip |
Version bump
(Portage version: 2.2_rc28/cvs/Linux i686)
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.38.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/perl-core/Getopt-Long/ChangeLog b/perl-core/Getopt-Long/ChangeLog index 041078e6ed3d..23752243fc60 100644 --- a/perl-core/Getopt-Long/ChangeLog +++ b/perl-core/Getopt-Long/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Getopt-Long # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.26 2009/03/13 21:00:30 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.27 2009/04/01 19:35:19 tove Exp $ + +*Getopt-Long-2.38 (01 Apr 2009) + + 01 Apr 2009; Torsten Veller <tove@gentoo.org> +Getopt-Long-2.38.ebuild: + Version bump 13 Mar 2009; Torsten Veller <tove@gentoo.org> -Getopt-Long-2.34.ebuild, -Getopt-Long-2.35.ebuild: diff --git a/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild new file mode 100644 index 000000000000..571823b7e831 --- /dev/null +++ b/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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.38.ebuild,v 1.1 2009/04/01 19:35:19 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=JV +inherit perl-module + +DESCRIPTION="Advanced handling of command line options" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="virtual/perl-PodParser" +DEPEND="${RDEPEND}" + +SRC_TEST=do |