diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-12 22:36:42 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-12 22:36:42 +0000 |
commit | 7097334606fddaf6a5039b37a37a7cfe8da623ba (patch) | |
tree | 9800dcb07db69570d4650446d379b76a66726357 /virtual | |
parent | Add Text::Balanced to Perl 5.22 mask (diff) | |
download | gentoo-2-7097334606fddaf6a5039b37a37a7cfe8da623ba.tar.gz gentoo-2-7097334606fddaf6a5039b37a37a7cfe8da623ba.tar.bz2 gentoo-2-7097334606fddaf6a5039b37a37a7cfe8da623ba.zip |
Add Perl 5.22 version, 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-Text-Balanced/ChangeLog | 12 | ||||
-rw-r--r-- | virtual/perl-Text-Balanced/perl-Text-Balanced-2.20.0-r6.ebuild (renamed from virtual/perl-Text-Balanced/perl-Text-Balanced-2.20.0-r5.ebuild) | 6 | ||||
-rw-r--r-- | virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0.ebuild | 20 |
3 files changed, 33 insertions, 5 deletions
diff --git a/virtual/perl-Text-Balanced/ChangeLog b/virtual/perl-Text-Balanced/ChangeLog index 622be1a33d9c..f99c853e92c0 100644 --- a/virtual/perl-Text-Balanced/ChangeLog +++ b/virtual/perl-Text-Balanced/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for virtual/perl-Text-Balanced -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog,v 1.46 2014/11/08 16:50:14 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/ChangeLog,v 1.47 2015/06/12 22:36:42 dilfridge Exp $ + +*perl-Text-Balanced-2.30.0 (12 Jun 2015) +*perl-Text-Balanced-2.20.0-r6 (12 Jun 2015) + + 12 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-Text-Balanced-2.20.0-r5.ebuild, +perl-Text-Balanced-2.20.0-r6.ebuild, + +perl-Text-Balanced-2.30.0.ebuild: + Add Perl 5.22 version, remove Perl 5.18 as provider *perl-Text-Balanced-2.20.0-r5 (08 Nov 2014) diff --git a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.20.0-r5.ebuild b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.20.0-r6.ebuild index fc1bc99edd33..f28cccfcfc83 100644 --- a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.20.0-r5.ebuild +++ b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.20.0-r6.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-Text-Balanced/perl-Text-Balanced-2.20.0-r5.ebuild,v 1.1 2014/11/08 16:50:14 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-2.20.0-r6.ebuild,v 1.1 2015/06/12 22:36:42 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-Text-Balanced/perl-Text-Balanced-2.30.0.ebuild b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0.ebuild new file mode 100644 index 000000000000..b139d2dfd3ae --- /dev/null +++ b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0.ebuild,v 1.1 2015/06/12 22:36:42 dilfridge Exp $ + +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |