diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 10:10:29 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 10:10:29 +0000 |
commit | 176d5aa243b7203ea4a4fd0aa2964756724bc40c (patch) | |
tree | 744e19e2de0edf8055e7f3899b0b9fd2ab139321 /virtual | |
parent | Add if to Perl 5.22 mask (diff) | |
download | gentoo-2-176d5aa243b7203ea4a4fd0aa2964756724bc40c.tar.gz gentoo-2-176d5aa243b7203ea4a4fd0aa2964756724bc40c.tar.bz2 gentoo-2-176d5aa243b7203ea4a4fd0aa2964756724bc40c.zip |
Add Perl 5.22 version, remove old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-if/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-if/perl-if-0.60.400.ebuild (renamed from virtual/perl-if/perl-if-0.60.200-r2.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/virtual/perl-if/ChangeLog b/virtual/perl-if/ChangeLog index 0ea42a4642ce..54a3bd43f6b1 100644 --- a/virtual/perl-if/ChangeLog +++ b/virtual/perl-if/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-if # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-if/ChangeLog,v 1.20 2015/02/18 08:38:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-if/ChangeLog,v 1.21 2015/06/13 10:10:29 dilfridge Exp $ + +*perl-if-0.60.400 (13 Jun 2015) + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-if-0.60.200-r2.ebuild, +perl-if-0.60.400.ebuild: + Add Perl 5.22 version, remove old 18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> perl-if-0.60.300.ebuild: Stable for alpha, wrt bug #536790 diff --git a/virtual/perl-if/perl-if-0.60.200-r2.ebuild b/virtual/perl-if/perl-if-0.60.400.ebuild index ef18fba6cd90..171cdadeff76 100644 --- a/virtual/perl-if/perl-if-0.60.200-r2.ebuild +++ b/virtual/perl-if/perl-if-0.60.400.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-if/perl-if-0.60.200-r2.ebuild,v 1.2 2015/02/07 23:01:45 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-if/perl-if-0.60.400.ebuild,v 1.1 2015/06/13 10:10:29 dilfridge Exp $ EAPI=5 @@ -10,12 +10,12 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" DEPEND="" RDEPEND=" - || ( =dev-lang/perl-5.18* ~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 " |