From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A03ED138247 for ; Mon, 23 Dec 2013 15:28:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09FF2E0A52; Mon, 23 Dec 2013 15:28:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E1D7E0A52 for ; Mon, 23 Dec 2013 15:28:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C39933F607 for ; Mon, 23 Dec 2013 15:28:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A9EDDE560C for ; Mon, 23 Dec 2013 15:28:51 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1387812284.714d814053da598715f9b2810e16e42354022819.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/local-lib/, dev-perl/local-lib/files/1.008026/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/local-lib/ChangeLog dev-perl/local-lib/files/1.008026/0001_No_CPAN.patch dev-perl/local-lib/local-lib-1.8.26.ebuild X-VCS-Directories: dev-perl/local-lib/ dev-perl/local-lib/files/1.008026/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 714d814053da598715f9b2810e16e42354022819 X-VCS-Branch: master Date: Mon, 23 Dec 2013 15:28:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 97a4f50c-f8b7-453f-a797-99077a47e375 X-Archives-Hash: c99e39d756f6dab3e7ea718356f6048f commit: 714d814053da598715f9b2810e16e42354022819 Author: Kent Fredric gmail com> AuthorDate: Mon Dec 23 15:24:44 2013 +0000 Commit: Kent Fredric gmail 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 +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 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"