diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-14 15:19:07 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-23 23:31:13 +1300 |
commit | bcce48f417ec4a73fad97da2468a99a91cb92564 (patch) | |
tree | e8244e5cde0a61c14d8194324e740a149ada732d /virtual/perl-CPAN | |
parent | virtual/perl-Archive-Tar: Bump to 2.40.100_rc for 5.24.1 (diff) | |
download | gentoo-bcce48f417ec4a73fad97da2468a99a91cb92564.tar.gz gentoo-bcce48f417ec4a73fad97da2468a99a91cb92564.tar.bz2 gentoo-bcce48f417ec4a73fad97da2468a99a91cb92564.zip |
virtual/perl-CPAN: Bump to 2.110.100 for perl 5.24.1
Package-Manager: portage-2.3.0
Diffstat (limited to 'virtual/perl-CPAN')
-rw-r--r-- | virtual/perl-CPAN/perl-CPAN-2.110.100_rc.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/virtual/perl-CPAN/perl-CPAN-2.110.100_rc.ebuild b/virtual/perl-CPAN/perl-CPAN-2.110.100_rc.ebuild new file mode 100644 index 000000000000..9a3bc412d17f --- /dev/null +++ b/virtual/perl-CPAN/perl-CPAN-2.110.100_rc.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +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.24.1* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |