diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-15 23:39:31 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-30 17:09:06 +0200 |
commit | 2d732c3977e267b67458df3c81677a683515728f (patch) | |
tree | a25a3f97b7330e55bcdecddcdcb7ced81204b6b4 /virtual/perl-File-Spec | |
parent | dev-lang/perl: Version bump (diff) | |
download | gentoo-2d732c3977e267b67458df3c81677a683515728f.tar.gz gentoo-2d732c3977e267b67458df3c81677a683515728f.tar.bz2 gentoo-2d732c3977e267b67458df3c81677a683515728f.zip |
virtual/perl-File-Spec: Add version for Perl 5.22.2
Package-Manager: portage-2.2.28
Diffstat (limited to 'virtual/perl-File-Spec')
-rw-r--r-- | virtual/perl-File-Spec/perl-File-Spec-3.560.0-r1.ebuild | 20 | ||||
-rw-r--r-- | virtual/perl-File-Spec/perl-File-Spec-3.560.100.ebuild (renamed from virtual/perl-File-Spec/perl-File-Spec-3.560.0.ebuild) | 4 |
2 files changed, 22 insertions, 2 deletions
diff --git a/virtual/perl-File-Spec/perl-File-Spec-3.560.0-r1.ebuild b/virtual/perl-File-Spec/perl-File-Spec-3.560.0-r1.ebuild new file mode 100644 index 000000000000..2b7acad11327 --- /dev/null +++ b/virtual/perl-File-Spec/perl-File-Spec-3.560.0-r1.ebuild @@ -0,0 +1,20 @@ +# 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.1* =dev-lang/perl-5.22.0* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" diff --git a/virtual/perl-File-Spec/perl-File-Spec-3.560.0.ebuild b/virtual/perl-File-Spec/perl-File-Spec-3.560.100.ebuild index 1ecbd779ed7e..b5adbb8c6388 100644 --- a/virtual/perl-File-Spec/perl-File-Spec-3.560.0.ebuild +++ b/virtual/perl-File-Spec/perl-File-Spec-3.560.100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="" RDEPEND=" - || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.22.2* ~perl-core/${PN#perl-}-${PV} ) !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 " |