diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-06 19:42:56 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-06 19:42:56 +0000 |
commit | 5b6008b70073f0e2de256ff62c9fb5dd8236f8df (patch) | |
tree | c667fa18a5b8a99e9836fb1d07506bf02ba36d40 /virtual | |
parent | Drop keywords (diff) | |
download | gentoo-2-5b6008b70073f0e2de256ff62c9fb5dd8236f8df.tar.gz gentoo-2-5b6008b70073f0e2de256ff62c9fb5dd8236f8df.tar.bz2 gentoo-2-5b6008b70073f0e2de256ff62c9fb5dd8236f8df.zip |
Add Perl 5.22 version, remove old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-JSON-PP/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-JSON-PP/perl-JSON-PP-2.272.20-r1.ebuild | 20 | ||||
-rw-r--r-- | virtual/perl-JSON-PP/perl-JSON-PP-2.273.0.ebuild | 20 |
3 files changed, 27 insertions, 21 deletions
diff --git a/virtual/perl-JSON-PP/ChangeLog b/virtual/perl-JSON-PP/ChangeLog index 28cf55b1dc24..cc28dbb119e0 100644 --- a/virtual/perl-JSON-PP/ChangeLog +++ b/virtual/perl-JSON-PP/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-JSON-PP # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/ChangeLog,v 1.50 2015/04/04 23:50:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/ChangeLog,v 1.51 2015/06/06 19:42:56 dilfridge Exp $ + +*perl-JSON-PP-2.273.0 (06 Jun 2015) + + 06 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-JSON-PP-2.272.20-r1.ebuild, +perl-JSON-PP-2.273.0.ebuild: + Add Perl 5.22 version, remove old 04 Apr 2015; Mike Frysinger <vapier@gentoo.org> perl-JSON-PP-2.272.20-r1.ebuild, perl-JSON-PP-2.272.30.ebuild: diff --git a/virtual/perl-JSON-PP/perl-JSON-PP-2.272.20-r1.ebuild b/virtual/perl-JSON-PP/perl-JSON-PP-2.272.20-r1.ebuild deleted file mode 100644 index b30a7cd82993..000000000000 --- a/virtual/perl-JSON-PP/perl-JSON-PP-2.272.20-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/perl-JSON-PP-2.272.20-r1.ebuild,v 1.13 2015/04/04 23:50:46 vapier 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 ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~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-JSON-PP/perl-JSON-PP-2.273.0.ebuild b/virtual/perl-JSON-PP/perl-JSON-PP-2.273.0.ebuild new file mode 100644 index 000000000000..4ebc977bdb21 --- /dev/null +++ b/virtual/perl-JSON-PP/perl-JSON-PP-2.273.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-JSON-PP/perl-JSON-PP-2.273.0.ebuild,v 1.1 2015/06/06 19:42:56 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 ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~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 +" |