diff options
author | Torsten Veller <tove@gentoo.org> | 2011-06-18 20:20:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-06-18 20:20:50 +0000 |
commit | 1c28cc7c5e5cc8ecc76f4c63e7049f840bcbdefd (patch) | |
tree | 8b2b5c96952ccce1fc9791aed6b95a60adb818b9 /virtual/perl-CPAN-Meta | |
parent | Fixed metadata to include me as a maintainer (diff) | |
download | historical-1c28cc7c5e5cc8ecc76f4c63e7049f840bcbdefd.tar.gz historical-1c28cc7c5e5cc8ecc76f4c63e7049f840bcbdefd.tar.bz2 historical-1c28cc7c5e5cc8ecc76f4c63e7049f840bcbdefd.zip |
Add perl-5.14 as provider. Force stable keywords
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'virtual/perl-CPAN-Meta')
-rw-r--r-- | virtual/perl-CPAN-Meta/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.110.440-r1.ebuild (renamed from virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.110.440.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/virtual/perl-CPAN-Meta/ChangeLog b/virtual/perl-CPAN-Meta/ChangeLog index 696f58a10941..d7f332b0ccef 100644 --- a/virtual/perl-CPAN-Meta/ChangeLog +++ b/virtual/perl-CPAN-Meta/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-CPAN-Meta # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog,v 1.10 2011/06/13 00:45:45 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog,v 1.11 2011/06/18 20:20:49 tove Exp $ + +*perl-CPAN-Meta-2.110.440-r1 (18 Jun 2011) + + 18 Jun 2011; Torsten Veller <tove@gentoo.org> + -perl-CPAN-Meta-2.110.440.ebuild, +perl-CPAN-Meta-2.110.440-r1.ebuild: + Add perl-5.14 as provider 13 Jun 2011; Matt Turner <mattst88@gentoo.org> perl-CPAN-Meta-2.110.930.ebuild: diff --git a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.110.440.ebuild b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.110.440-r1.ebuild index 9c9ff91b978e..de41d9f5013a 100644 --- a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.110.440.ebuild +++ b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.110.440-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.110.440.ebuild,v 1.4 2011/03/19 13:01:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.110.440-r1.ebuild,v 1.1 2011/06/18 20:20:49 tove Exp $ DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -RDEPEND="~perl-core/${PN#perl-}-${PV}" +RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/${PN#perl-}-${PV} )" |