diff options
author | 2014-12-09 20:53:09 +0000 | |
---|---|---|
committer | 2014-12-09 20:53:09 +0000 | |
commit | 7fcb59026b5ba085d6c54119cf8521d45fc6cd02 (patch) | |
tree | 1255a731b3d594639b4ab80953b6b30e6ea8c6c3 /dev-perl | |
parent | Version bump, bug 531998, CVE-2014-8500, CVE-2014-8680 (diff) | |
download | gentoo-2-7fcb59026b5ba085d6c54119cf8521d45fc6cd02.tar.gz gentoo-2-7fcb59026b5ba085d6c54119cf8521d45fc6cd02.tar.bz2 gentoo-2-7fcb59026b5ba085d6c54119cf8521d45fc6cd02.zip |
New package, imported from Perl overlay, dependency of dev-perl/App-perlbrew
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/local-lib/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch | 42 | ||||
-rw-r--r-- | dev-perl/local-lib/local-lib-1.8.26.ebuild | 29 | ||||
-rw-r--r-- | dev-perl/local-lib/metadata.xml | 10 |
4 files changed, 91 insertions, 0 deletions
diff --git a/dev-perl/local-lib/ChangeLog b/dev-perl/local-lib/ChangeLog new file mode 100644 index 000000000000..69126ffd8f98 --- /dev/null +++ b/dev-perl/local-lib/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/local-lib +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/local-lib/ChangeLog,v 1.1 2014/12/09 20:53:08 dilfridge Exp $ + +*local-lib-1.8.26 (09 Dec 2014) + + 09 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +local-lib-1.8.26.ebuild, +files/1.008026/0001_No_CPAN.patch, +metadata.xml: + New package, imported from Perl overlay, dependency of dev-perl/App-perlbrew + diff --git a/dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch b/dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch new file mode 100644 index 000000000000..e75f59035857 --- /dev/null +++ b/dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch @@ -0,0 +1,42 @@ +--- Makefile.PL 2013-11-05 18:07:13.000000000 +0000 ++++ Makefile.PL 2013-12-23 15:21:32.582135695 +0000 +@@ -37,6 +37,10 @@ + DEATH + + my $cwd; ++ ++{ # GENTOO ++ last; ++ + BEGIN { + $cwd = Cwd::cwd(); + # watch out for fancy dashes. these can wind up in our @ARGV if the user is +@@ -176,6 +180,8 @@ + } + } + ++} # END GENTOO ++ + use inc::Module::Install; + + name 'local-lib'; +@@ -185,6 +191,9 @@ + requires 'ExtUtils::Install' => '1.43'; # version INSTALL_BASE was added + requires 'Module::Build' => '0.36'; # PERL_MB_OPT + ++{ # GENTOO ++ last; ++ + # don't bother fixing CPAN.pm if bootstrapped from cpanminus + unless ($ENV{PERL5_CPANM_IS_RUNNING}) { + my $required_CPAN = '1.82'; +@@ -251,6 +260,9 @@ + auto_install; + } + chdir($cwd); ++ ++} # END GENTOO ++ + resources( + # r/w: p5sagit@git.shadowcat.co.uk:local-lib.git + repository => 'git://git.shadowcat.co.uk/p5sagit/local-lib.git', diff --git a/dev-perl/local-lib/local-lib-1.8.26.ebuild b/dev-perl/local-lib/local-lib-1.8.26.ebuild new file mode 100644 index 000000000000..dfec1245aa2e --- /dev/null +++ b/dev-perl/local-lib/local-lib-1.8.26.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/local-lib/local-lib-1.8.26.ebuild,v 1.1 2014/12/09 20:53:08 dilfridge Exp $ + +EAPI=5 +MODULE_AUTHOR=HAARG +MODULE_VERSION=1.008026 +inherit perl-module + +DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +PATCHES=( + "${FILESDIR}/${MODULE_VERSION}/0001_No_CPAN.patch" +) + +RDEPEND=" + >=virtual/perl-CPAN-1.820.0 + >=virtual/perl-ExtUtils-Install-1.430.0 + >=virtual/perl-ExtUtils-MakeMaker-6.740.0 + >=virtual/perl-Module-Build-0.360.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 +" + +SRC_TEST="do parallel" diff --git a/dev-perl/local-lib/metadata.xml b/dev-perl/local-lib/metadata.xml new file mode 100644 index 000000000000..feb3e1fdb666 --- /dev/null +++ b/dev-perl/local-lib/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">local-lib</remote-id> + <remote-id type="cpan-module">lib::core::only</remote-id> + <remote-id type="cpan-module">local::lib</remote-id> + </upstream> +</pkgmetadata> |