diff options
author | Torsten Veller <tove@gentoo.org> | 2011-05-20 14:04:00 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-05-20 14:04:00 +0000 |
commit | 05fdea50373de25c34af773272d8bd6d26402b7a (patch) | |
tree | 71744c6c1762a17ad5ed40c368ef0cf9a86c8864 /perl-core | |
parent | Add perl-5.14.0 as provider. Force stable keywords (diff) | |
download | gentoo-2-05fdea50373de25c34af773272d8bd6d26402b7a.tar.gz gentoo-2-05fdea50373de25c34af773272d8bd6d26402b7a.tar.bz2 gentoo-2-05fdea50373de25c34af773272d8bd6d26402b7a.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/Module-Pluggable/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/Module-Pluggable/Module-Pluggable-3.900.0.ebuild (renamed from perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild) | 5 |
2 files changed, 11 insertions, 4 deletions
diff --git a/perl-core/Module-Pluggable/ChangeLog b/perl-core/Module-Pluggable/ChangeLog index 91c20264bf9a..345cc701acd9 100644 --- a/perl-core/Module-Pluggable/ChangeLog +++ b/perl-core/Module-Pluggable/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Module-Pluggable -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.11 2009/12/23 16:36:03 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.12 2011/05/20 14:03:56 tove Exp $ + +*Module-Pluggable-3.900.0 (20 May 2011) + + 20 May 2011; Torsten Veller <tove@gentoo.org> -Module-Pluggable-3.9.ebuild, + +Module-Pluggable-3.900.0.ebuild: + Change version scheme 23 Dec 2009; Fabian Groffen <grobian@gentoo.org> Module-Pluggable-3.9.ebuild: diff --git a/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-3.900.0.ebuild index 201e380bf07f..111b2fa15bcc 100644 --- a/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild +++ b/perl-core/Module-Pluggable/Module-Pluggable-3.900.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2009 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/Module-Pluggable/Module-Pluggable-3.9.ebuild,v 1.9 2009/12/23 16:36:03 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.900.0.ebuild,v 1.1 2011/05/20 14:03:56 tove Exp $ EAPI=2 +MODULE_VERSION=3.9 MODULE_AUTHOR=SIMONW inherit perl-module |