public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/local-lib/, dev-perl/local-lib/files/1.008026/
@ 2013-12-23 15:28 Kent Fredric
  0 siblings, 0 replies; only message in thread
From: Kent Fredric @ 2013-12-23 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     714d814053da598715f9b2810e16e42354022819
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Dec 23 15:24:44 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Dec 23 15:24:44 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=714d8140

[newversion] dev-perl/local-lib-1.8.26

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/local-lib/ChangeLog                       |  6 +++
 .../local-lib/files/1.008026/0001_No_CPAN.patch    | 42 ++++++++++++++++++++
 dev-perl/local-lib/local-lib-1.8.26.ebuild         | 45 ++++++++++++++++++++++
 3 files changed, 93 insertions(+)

diff --git a/dev-perl/local-lib/ChangeLog b/dev-perl/local-lib/ChangeLog
index a85bef0..9edf45e 100644
--- a/dev-perl/local-lib/ChangeLog
+++ b/dev-perl/local-lib/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*local-lib-1.8.26 (23 Dec 2013)
+
+  23 Dec 2013; Kent Fredric <kentfredric@gmail.com> +local-lib-1.8.26.ebuild,
+  +files/1.008026/0001_No_CPAN.patch:
+  Version Bump
+
 *local-lib-1.8.9 (25 Feb 2013)
 
   25 Feb 2013; Kent Fredric <kentfredric@gmail.com>

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 0000000..e75f590
--- /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 0000000..ebf294d
--- /dev/null
+++ b/dev-perl/local-lib/local-lib-1.8.26.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=HAARG
+MODULE_VERSION=1.008026
+inherit perl-module
+
+DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+PATCHES=(
+	"${FILESDIR}/${MODULE_VERSION}/0001_No_CPAN.patch"
+)
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_runtime() {
+	# CPAN 1.82 ( 1.820.0 )
+	echo \>=virtual/perl-CPAN-1.820.0
+	# ExtUtils::Install 1.43 ( 1.430.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-1.430.0
+	# ExtUtils::MakeMaker 6.74 ( 6.740.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.740.0
+	# Module::Build 0.36 ( 0.360.0 )
+	echo \>=virtual/perl-Module-Build-0.360.0
+	# perl v5.6.0 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do parallel"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-23 15:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23 15:28 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/local-lib/, dev-perl/local-lib/files/1.008026/ Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox