summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-29 19:57:18 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-29 19:57:18 +0000
commit1bdd8fbbef5b223bc272bf1838e0a307adc49396 (patch)
tree4796d2f7544cdf4159872c418c68e387dadb38e0 /perl-core
parentarm stable, bug #529834 (diff)
downloadgentoo-2-1bdd8fbbef5b223bc272bf1838e0a307adc49396.tar.gz
gentoo-2-1bdd8fbbef5b223bc272bf1838e0a307adc49396.tar.bz2
gentoo-2-1bdd8fbbef5b223bc272bf1838e0a307adc49396.zip
Add Perl 5.20 version; the bundled copy is deprecated
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Module-Build/ChangeLog8
-rw-r--r--perl-core/Module-Build/Module-Build-0.420.500.ebuild39
2 files changed, 46 insertions, 1 deletions
diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog
index c4e5ff786ef7..7e75470f9221 100644
--- a/perl-core/Module-Build/ChangeLog
+++ b/perl-core/Module-Build/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for perl-core/Module-Build
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.84 2014/07/26 14:07:02 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.85 2014/11/29 19:57:18 dilfridge Exp $
+
+*Module-Build-0.420.500 (29 Nov 2014)
+
+ 29 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ +Module-Build-0.420.500.ebuild:
+ Add Perl 5.20 version; the bundled copy is deprecated
*Module-Build-0.400.300-r1 (26 Jul 2014)
*Module-Build-0.420.0-r1 (26 Jul 2014)
diff --git a/perl-core/Module-Build/Module-Build-0.420.500.ebuild b/perl-core/Module-Build/Module-Build-0.420.500.ebuild
new file mode 100644
index 000000000000..ec528588a8ba
--- /dev/null
+++ b/perl-core/Module-Build/Module-Build-0.420.500.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.420.500.ebuild,v 1.1 2014/11/29 19:57:18 dilfridge Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=LEONT
+MODULE_VERSION=0.4205
+inherit perl-module
+
+DESCRIPTION="Build and install Perl modules"
+
+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="test"
+
+RDEPEND="
+ >=virtual/perl-Archive-Tar-1.09
+ >=virtual/perl-CPAN-Meta-2.110.420
+ >=virtual/perl-CPAN-Meta-YAML-0.3.0
+ virtual/perl-Data-Dumper
+ >=virtual/perl-ExtUtils-CBuilder-0.270.0
+ virtual/perl-ExtUtils-Install
+ virtual/perl-ExtUtils-Manifest
+ >=virtual/perl-ExtUtils-ParseXS-2.210.0
+ >=virtual/perl-File-Spec-0.820.0
+ >=virtual/perl-File-Temp-0.150.0
+ virtual/perl-Getopt-Long
+ >=virtual/perl-Module-Metadata-1.0.2
+ >=virtual/perl-Parse-CPAN-Meta-1.440.100
+ >=virtual/perl-Perl-OSType-1
+ virtual/perl-Test-Harness
+ >=virtual/perl-Test-Simple-0.490.0
+ virtual/perl-Text-ParseWords
+ >=virtual/perl-version-0.870.0
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"