From db52270e2b925ccc694ff5206c174211b682935d Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Wed, 1 Apr 2009 19:35:19 +0000 Subject: Version bump (Portage version: 2.2_rc28/cvs/Linux i686) --- perl-core/Getopt-Long/ChangeLog | 7 ++++++- perl-core/Getopt-Long/Getopt-Long-2.38.ebuild | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 perl-core/Getopt-Long/Getopt-Long-2.38.ebuild 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 +Getopt-Long-2.38.ebuild: + Version bump 13 Mar 2009; Torsten Veller -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 -- cgit v1.2.3-65-gdbad