diff options
author | Torsten Veller <tove@gentoo.org> | 2011-05-21 06:15:09 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-05-21 06:15:09 +0000 |
commit | 8a8ea085c8278d360b550d19923acf428ab92c56 (patch) | |
tree | f5c92a0a2a0873574c84068d31484f331738187f /perl-core | |
parent | Stable for HPPA (bug #354227). (diff) | |
download | gentoo-2-8a8ea085c8278d360b550d19923acf428ab92c56.tar.gz gentoo-2-8a8ea085c8278d360b550d19923acf428ab92c56.tar.bz2 gentoo-2-8a8ea085c8278d360b550d19923acf428ab92c56.zip |
Change version scheme. Force stable keywords
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Getopt-Long/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.380.0.ebuild (renamed from perl-core/Getopt-Long/Getopt-Long-2.38.ebuild) | 5 |
2 files changed, 11 insertions, 4 deletions
diff --git a/perl-core/Getopt-Long/ChangeLog b/perl-core/Getopt-Long/ChangeLog index ddf2ef7efb6e..1f83f6f82f38 100644 --- a/perl-core/Getopt-Long/ChangeLog +++ b/perl-core/Getopt-Long/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Getopt-Long -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.36 2010/01/17 13:40:09 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.37 2011/05/21 06:15:04 tove Exp $ + +*Getopt-Long-2.380.0 (21 May 2011) + + 21 May 2011; Torsten Veller <tove@gentoo.org> -Getopt-Long-2.38.ebuild, + +Getopt-Long-2.380.0.ebuild: + Change version scheme 17 Jan 2010; Torsten Veller <tove@gentoo.org> -Getopt-Long-2.36.ebuild, -Getopt-Long-2.37.ebuild: diff --git a/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.380.0.ebuild index c495dc81a184..36d6d0314a3d 100644 --- a/perl-core/Getopt-Long/Getopt-Long-2.38.ebuild +++ b/perl-core/Getopt-Long/Getopt-Long-2.380.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.9 2010/01/05 18:52:27 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/Getopt-Long-2.380.0.ebuild,v 1.1 2011/05/21 06:15:04 tove Exp $ EAPI=2 MODULE_AUTHOR=JV +MODULE_VERSION=2.38 inherit perl-module DESCRIPTION="Advanced handling of command line options" |