diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-05 20:22:45 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-05 20:22:45 +0000 |
commit | 3e9d51a77ba50129564c6fcd463104c3ab4895fc (patch) | |
tree | d3402a77eb850272eccb6e3b6bc2ce16cd978f3f /virtual | |
parent | Remove old (diff) | |
download | gentoo-2-3e9d51a77ba50129564c6fcd463104c3ab4895fc.tar.gz gentoo-2-3e9d51a77ba50129564c6fcd463104c3ab4895fc.tar.bz2 gentoo-2-3e9d51a77ba50129564c6fcd463104c3ab4895fc.zip |
Add Perl 5.22 as provider, remove Perl 5.18 as provider
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-ExtUtils-Manifest/ChangeLog | 12 | ||||
-rw-r--r-- | virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.630.0-r2.ebuild (renamed from virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.630.0-r1.ebuild) | 6 | ||||
-rw-r--r-- | virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.700.0-r1.ebuild (renamed from virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.700.0.ebuild) | 6 |
3 files changed, 18 insertions, 6 deletions
diff --git a/virtual/perl-ExtUtils-Manifest/ChangeLog b/virtual/perl-ExtUtils-Manifest/ChangeLog index 69e11925dbfa..3bafb94f8d29 100644 --- a/virtual/perl-ExtUtils-Manifest/ChangeLog +++ b/virtual/perl-ExtUtils-Manifest/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for virtual/perl-ExtUtils-Manifest # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Manifest/ChangeLog,v 1.55 2015/02/27 23:37:36 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Manifest/ChangeLog,v 1.56 2015/06/05 20:22:45 dilfridge Exp $ + +*perl-ExtUtils-Manifest-1.700.0-r1 (05 Jun 2015) +*perl-ExtUtils-Manifest-1.630.0-r2 (05 Jun 2015) + + 05 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-ExtUtils-Manifest-1.630.0-r1.ebuild, + +perl-ExtUtils-Manifest-1.630.0-r2.ebuild, + -perl-ExtUtils-Manifest-1.700.0.ebuild, + +perl-ExtUtils-Manifest-1.700.0-r1.ebuild: + Add Perl 5.22 as provider, remove Perl 5.18 as provider *perl-ExtUtils-Manifest-1.700.0 (27 Feb 2015) diff --git a/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.630.0-r1.ebuild b/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.630.0-r2.ebuild index df003c7d0a6d..825daa37beb1 100644 --- a/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.630.0-r1.ebuild +++ b/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.630.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.630.0-r1.ebuild,v 1.14 2014/12/02 20:13:57 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.630.0-r2.ebuild,v 1.1 2015/06/05 20:22:45 dilfridge Exp $ EAPI=5 @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 IUSE="" RDEPEND=" - || ( =dev-lang/perl-5.20* =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 " diff --git a/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.700.0.ebuild b/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.700.0-r1.ebuild index 270fec144a34..968c184c4a6d 100644 --- a/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.700.0.ebuild +++ b/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.700.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.700.0.ebuild,v 1.1 2015/02/27 23:37:36 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.700.0-r1.ebuild,v 1.1 2015/06/05 20:22:45 dilfridge Exp $ EAPI=5 @@ -14,5 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="" RDEPEND=" - ~perl-core/${PN#perl-}-${PV} + || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 " |