summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-02-14 23:05:34 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-02-14 23:05:34 +0000
commite2ac1eeabfabfa111d44855878d275d099a608bf (patch)
tree3b7db155419453a059da3ccbc1347d3e031da7b6
parentVersion bump (diff)
downloadgentoo-2-e2ac1eeabfabfa111d44855878d275d099a608bf.tar.gz
gentoo-2-e2ac1eeabfabfa111d44855878d275d099a608bf.tar.bz2
gentoo-2-e2ac1eeabfabfa111d44855878d275d099a608bf.zip
Add 5.20.2 version
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
-rw-r--r--virtual/perl-File-Spec/ChangeLog8
-rw-r--r--virtual/perl-File-Spec/perl-File-Spec-3.480.100.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/virtual/perl-File-Spec/ChangeLog b/virtual/perl-File-Spec/ChangeLog
index 22cfffb90c98..e6ec71b879ab 100644
--- a/virtual/perl-File-Spec/ChangeLog
+++ b/virtual/perl-File-Spec/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/perl-File-Spec
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/ChangeLog,v 1.95 2015/02/14 15:37:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-File-Spec/ChangeLog,v 1.96 2015/02/14 23:05:34 dilfridge Exp $
+
+*perl-File-Spec-3.480.100 (14 Feb 2015)
+
+ 14 Feb 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ +perl-File-Spec-3.480.100.ebuild:
+ Add 5.20.2 version
14 Feb 2015; Agostino Sarubbo <ago@gentoo.org> perl-File-Spec-3.480.0.ebuild:
Stable for ppc, wrt bug #536790
diff --git a/virtual/perl-File-Spec/perl-File-Spec-3.480.100.ebuild b/virtual/perl-File-Spec/perl-File-Spec-3.480.100.ebuild
new file mode 100644
index 000000000000..6653afc16ea1
--- /dev/null
+++ b/virtual/perl-File-Spec/perl-File-Spec-3.480.100.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-File-Spec/perl-File-Spec-3.480.100.ebuild,v 1.1 2015/02/14 23:05:34 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.20.2* ~perl-core/${PN#perl-}-${PV} )
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"