diff options
author | Torsten Veller <tove@gentoo.org> | 2011-05-21 06:27:19 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-05-21 06:27:19 +0000 |
commit | 373f13120c1be4ac3b457e6292fabd925ad87022 (patch) | |
tree | 9e4df24c7a10441619110fd04f838165315da20a /virtual/perl-ExtUtils-Manifest | |
parent | Change version scheme. Force stable keywords (diff) | |
download | historical-373f13120c1be4ac3b457e6292fabd925ad87022.tar.gz historical-373f13120c1be4ac3b457e6292fabd925ad87022.tar.bz2 historical-373f13120c1be4ac3b457e6292fabd925ad87022.zip |
Add perl-5.14.0 as provider. Change version scheme. Force stable keywords
Package-Manager: portage-2.2.0_alpha34/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'virtual/perl-ExtUtils-Manifest')
-rw-r--r-- | virtual/perl-ExtUtils-Manifest/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.580.0.ebuild (renamed from virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.58.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/virtual/perl-ExtUtils-Manifest/ChangeLog b/virtual/perl-ExtUtils-Manifest/ChangeLog index 07db1f39eb95..a474048fb479 100644 --- a/virtual/perl-ExtUtils-Manifest/ChangeLog +++ b/virtual/perl-ExtUtils-Manifest/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-ExtUtils-Manifest -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Manifest/ChangeLog,v 1.9 2010/09/13 14:27:48 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Manifest/ChangeLog,v 1.10 2011/05/21 06:27:15 tove Exp $ + +*perl-ExtUtils-Manifest-1.580.0 (21 May 2011) + + 21 May 2011; Torsten Veller <tove@gentoo.org> + -perl-ExtUtils-Manifest-1.58.ebuild, +perl-ExtUtils-Manifest-1.580.0.ebuild: + Add perl-5.14.0 as provider. Change version scheme 13 Sep 2010; Joseph Jezak <josejx@gentoo.org> perl-ExtUtils-Manifest-1.58.ebuild: diff --git a/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.58.ebuild b/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.580.0.ebuild index af3401ce3a41..96e71bc6bf96 100644 --- a/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.58.ebuild +++ b/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.580.0.ebuild @@ -1,6 +1,6 @@ -# 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/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.58.ebuild,v 1.9 2010/09/13 14:27:48 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.580.0.ebuild,v 1.1 2011/05/21 06:27:15 tove Exp $ DESCRIPTION="Virtual for perl-core/ExtUtils-Manifest" HOMEPAGE="" @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" IUSE="" -RDEPEND="~perl-core/ExtUtils-Manifest-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~perl-core/ExtUtils-Manifest-${PV} )" |