diff options
author | 2015-02-14 23:16:44 +0000 | |
---|---|---|
committer | 2015-02-14 23:16:44 +0000 | |
commit | 2f33eeb4f993657c2f5c37fa7c3fb9241ee42682 (patch) | |
tree | 2dd558b417e3354df5bbd17086a146b55410094c /virtual/perl-CPAN | |
parent | Add 5.20.2 version (diff) | |
download | gentoo-2-2f33eeb4f993657c2f5c37fa7c3fb9241ee42682.tar.gz gentoo-2-2f33eeb4f993657c2f5c37fa7c3fb9241ee42682.tar.bz2 gentoo-2-2f33eeb4f993657c2f5c37fa7c3fb9241ee42682.zip |
Add 5.20.2 version, kinda
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'virtual/perl-CPAN')
-rw-r--r-- | virtual/perl-CPAN/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild | 4 | ||||
-rw-r--r-- | virtual/perl-CPAN/perl-CPAN-2.90.0.ebuild | 21 |
3 files changed, 30 insertions, 3 deletions
diff --git a/virtual/perl-CPAN/ChangeLog b/virtual/perl-CPAN/ChangeLog index 0573dcb557b4..41c26d988c0f 100644 --- a/virtual/perl-CPAN/ChangeLog +++ b/virtual/perl-CPAN/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-CPAN # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/ChangeLog,v 1.27 2015/02/14 15:37:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/ChangeLog,v 1.28 2015/02/14 23:16:44 dilfridge Exp $ + +*perl-CPAN-2.90.0 (14 Feb 2015) + + 14 Feb 2015; Andreas K. Huettel <dilfridge@gentoo.org> + perl-CPAN-2.0.5.ebuild, +perl-CPAN-2.90.0.ebuild: + Add 5.20.2 version, kinda 14 Feb 2015; Agostino Sarubbo <ago@gentoo.org> perl-CPAN-2.0.5.ebuild: Stable for ppc, wrt bug #536790 diff --git a/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild b/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild index 2bd7f6803f2a..7ead2ae48e29 100644 --- a/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild +++ b/virtual/perl-CPAN/perl-CPAN-2.0.5.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-CPAN/perl-CPAN-2.0.5.ebuild,v 1.6 2015/02/14 15:37:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.0.5.ebuild,v 1.7 2015/02/14 23:16:44 dilfridge Exp $ EAPI=5 @@ -15,7 +15,7 @@ IUSE="" DEPEND="" RDEPEND=" - || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.20.1* =dev-lang/perl-5.20.0* ~perl-core/${PN#perl-}-${PV} ) !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 " diff --git a/virtual/perl-CPAN/perl-CPAN-2.90.0.ebuild b/virtual/perl-CPAN/perl-CPAN-2.90.0.ebuild new file mode 100644 index 000000000000..c6ce7aa2df5c --- /dev/null +++ b/virtual/perl-CPAN/perl-CPAN-2.90.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN/perl-CPAN-2.90.0.ebuild,v 1.1 2015/02/14 23:16:44 dilfridge Exp $ + +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND=" + || ( =dev-lang/perl-5.20.2* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |