diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 09:59:13 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 09:59:13 +0000 |
commit | e199ed82b61ba3bc496f01479a3715934c625be6 (patch) | |
tree | 1104c62d31b12ff69026cec57a84e3a1d6cc7c9a /virtual/perl-XSLoader | |
parent | Drop keywords (diff) | |
download | gentoo-2-e199ed82b61ba3bc496f01479a3715934c625be6.tar.gz gentoo-2-e199ed82b61ba3bc496f01479a3715934c625be6.tar.bz2 gentoo-2-e199ed82b61ba3bc496f01479a3715934c625be6.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/perl-XSLoader')
-rw-r--r-- | virtual/perl-XSLoader/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-XSLoader/perl-XSLoader-0.160.0-r2.ebuild | 20 | ||||
-rw-r--r-- | virtual/perl-XSLoader/perl-XSLoader-0.200.0.ebuild | 20 |
3 files changed, 27 insertions, 21 deletions
diff --git a/virtual/perl-XSLoader/ChangeLog b/virtual/perl-XSLoader/ChangeLog index 3004e7697adf..b43ca13acf5e 100644 --- a/virtual/perl-XSLoader/ChangeLog +++ b/virtual/perl-XSLoader/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-XSLoader # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-XSLoader/ChangeLog,v 1.43 2015/04/05 02:16:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-XSLoader/ChangeLog,v 1.44 2015/06/13 09:59:13 dilfridge Exp $ + +*perl-XSLoader-0.200.0 (13 Jun 2015) + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-XSLoader-0.160.0-r2.ebuild, +perl-XSLoader-0.200.0.ebuild: + Add Perl 5.22 version, remove old 05 Apr 2015; Mike Frysinger <vapier@gentoo.org> perl-XSLoader-0.170.0.ebuild: Mark s390/sh stable. diff --git a/virtual/perl-XSLoader/perl-XSLoader-0.160.0-r2.ebuild b/virtual/perl-XSLoader/perl-XSLoader-0.160.0-r2.ebuild deleted file mode 100644 index a4b9daf10c44..000000000000 --- a/virtual/perl-XSLoader/perl-XSLoader-0.160.0-r2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-XSLoader/perl-XSLoader-0.160.0-r2.ebuild,v 1.1 2014/11/08 17:04:08 dilfridge Exp $ - -EAPI=5 - -DESCRIPTION="Virtual for ${PN#perl-}" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND=" - || ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} ) - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 -" diff --git a/virtual/perl-XSLoader/perl-XSLoader-0.200.0.ebuild b/virtual/perl-XSLoader/perl-XSLoader-0.200.0.ebuild new file mode 100644 index 000000000000..33ff0a21b206 --- /dev/null +++ b/virtual/perl-XSLoader/perl-XSLoader-0.200.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-XSLoader/perl-XSLoader-0.200.0.ebuild,v 1.1 2015/06/13 09:59:13 dilfridge Exp $ + +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~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 +" |