summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-29 20:02:38 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-29 20:02:38 +0000
commit2accb5b46386082f51c74ddbf485b9c599fff186 (patch)
treeb6715d8193674876ed29f4ffaf33b5b487ee62b4 /virtual/perl-Module-Build
parentadded prefix keywords (diff)
downloadgentoo-2-2accb5b46386082f51c74ddbf485b9c599fff186.tar.gz
gentoo-2-2accb5b46386082f51c74ddbf485b9c599fff186.tar.bz2
gentoo-2-2accb5b46386082f51c74ddbf485b9c599fff186.zip
The Perl 5.20 bundled version is deprecated and throws warnings, therefore we install from CPAN; bug 531052
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'virtual/perl-Module-Build')
-rw-r--r--virtual/perl-Module-Build/ChangeLog9
-rw-r--r--virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild (renamed from virtual/perl-Module-Build/perl-Module-Build-0.420.500.ebuild)10
2 files changed, 12 insertions, 7 deletions
diff --git a/virtual/perl-Module-Build/ChangeLog b/virtual/perl-Module-Build/ChangeLog
index 87d2b37e1490..d358ac57fc76 100644
--- a/virtual/perl-Module-Build/ChangeLog
+++ b/virtual/perl-Module-Build/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for virtual/perl-Module-Build
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.88 2014/07/09 20:19:40 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.89 2014/11/29 20:02:38 dilfridge Exp $
+
+*perl-Module-Build-0.420.500-r1 (29 Nov 2014)
+
+ 29 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ -perl-Module-Build-0.420.500.ebuild, +perl-Module-Build-0.420.500-r1.ebuild:
+ The Perl 5.20 bundled version is deprecated and throws warnings, therefore we
+ install from CPAN; bug 531052
*perl-Module-Build-0.420.500 (09 Jul 2014)
*perl-Module-Build-0.400.300-r1 (09 Jul 2014)
diff --git a/virtual/perl-Module-Build/perl-Module-Build-0.420.500.ebuild b/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild
index 576ec20f6554..917ffc6d8591 100644
--- a/virtual/perl-Module-Build/perl-Module-Build-0.420.500.ebuild
+++ b/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.420.500.ebuild,v 1.1 2014/07/09 20:19:40 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.420.500-r1.ebuild,v 1.1 2014/11/29 20:02:38 dilfridge Exp $
EAPI=5
@@ -13,8 +13,6 @@ 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* ~perl-core/${PN#perl-}-${PV} )
- !<perl-core/${PN#perl-}-${PV}
- !>perl-core/${PN#perl-}-${PV}-r999
-"
+RDEPEND="~perl-core/${PN#perl-}-${PV}"
+
+# this is the =dev-lang/perl-5.20* version, but the bundled copy is deprecated