dilfridge    14/12/09 20:53:09

  Added:                0001_No_CPAN.patch
  Log:
  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!)

Revision  Changes    Path
1.1                  dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch?rev=1.1&content-type=text/plain

Index: 0001_No_CPAN.patch
===================================================================
--- 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: [email protected]:local-lib.git
   repository => 'git://git.shadowcat.co.uk/p5sagit/local-lib.git',




Reply via email to