diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-11-28 23:56:49 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-12-07 07:37:45 +1300 |
commit | 22e3a007e85a490af42754d4bb39f3ae4cbc830b (patch) | |
tree | 5c7a1ea9fb38f1f4023808ef8ea24eabe5757105 /virtual/perl-File-Spec | |
parent | dev-lang/perl: Bump to version 5.22.3_rc4 (diff) | |
download | gentoo-22e3a007e85a490af42754d4bb39f3ae4cbc830b.tar.gz gentoo-22e3a007e85a490af42754d4bb39f3ae4cbc830b.tar.bz2 gentoo-22e3a007e85a490af42754d4bb39f3ae4cbc830b.zip |
virtual/perl-*: Add new virtual versions for 5.22.3
virtual/perl-bignum: Add 0.390.100_rc for 5.22.3*
virtual/perl-ExtUtils-Command: Add 1.200.100_rc for 5.22.3+
virtual/perl-ExtUtils-MakeMaker: Add 7.40.200 for 5.22.3+
virtual/perl-File-Spec: add 3.560.200 for 5.22.3
virtual/perl-HTTP-Tiny: Add 0.54.10 for 5.22.3
virtual/perl-IO: Add 1.360.100 for 5.22.3
virtual/perl-IO-Compress: Add 2.68.1 for 5.22.3
virtual/perl-libnet: Add 3.50.100 for 5.22.3
virtual/perl-Module-CoreList: Add 5.201.610.192.200 for 5.22.3
virtual/perl-Parse-CPAN-Meta: Add 1.441.700.100 for 5.22.3
virtual/perl-Storable: Add 2.530.200 for 5.22.3
virtual/perl-Test: Add 1.260.100 for 5.22.3
virtual/perl-Test-Harness: Add 3.350.100 for 5.22.3
virtual/perl-XSLoader: Add 0.200.100 for 5.22.3
Package-Manager: portage-2.3.2
Diffstat (limited to 'virtual/perl-File-Spec')
-rw-r--r-- | virtual/perl-File-Spec/perl-File-Spec-3.560.200_rc.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/virtual/perl-File-Spec/perl-File-Spec-3.560.200_rc.ebuild b/virtual/perl-File-Spec/perl-File-Spec-3.560.200_rc.ebuild new file mode 100644 index 000000000000..bc4ee967cc56 --- /dev/null +++ b/virtual/perl-File-Spec/perl-File-Spec-3.560.200_rc.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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.3* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |