commit:     72320cdd511cc06527385c428d55152eed685370
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 13:41:17 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 13:41:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72320cdd

dev-perl/local-lib: Bump to version 2.0.24

Upstream:
- fix handling of inc_version_list
- dont load strict/warnings outside of author mode
- use Cwd.pm when printing/exiting
- don't try to self-reexec in embedded perl
- improve relative directory handling
- Cope with home dirs with spaces on older CPAN.pm
- Improve bootstrap with CPAN.pm 1.82 to 1.86_51

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/local-lib/Manifest                |  1 +
 dev-perl/local-lib/local-lib-2.0.24.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/local-lib/Manifest b/dev-perl/local-lib/Manifest
index 7b765ed84b9..29890a2c66b 100644
--- a/dev-perl/local-lib/Manifest
+++ b/dev-perl/local-lib/Manifest
@@ -1 +1,2 @@
 DIST local-lib-2.000019.tar.gz 62149 SHA256 
36ad327a099667b8cb292c10229c33849c787470e0b978e4963b69b6df4c0b01 SHA512 
ab7d2d43566fef1d5dce41649859a01306d302b46739cf110b4d0330ae3cec3e49e3b06f67612f9e33b6bcb7654ec5ff0a97cf44fecc8a9cd6d5b24421671614
 WHIRLPOOL 
59fbcc768ea82d88add5ac96fb463c0e7990f8b94787a3fa476b2cd5800a1db4fc3b45dbe686f05b714d009fea983003b77fcc6a23d04479abec3f11e657f8c4
+DIST local-lib-2.000024.tar.gz 62941 SHA256 
2e9b917bd48a0615e42633b2a327494e04610d8f710765b9493d306cead98a05 SHA512 
d23c984f0652ea8dd7028cd2dcc00991e69a5ad1ac6fce9707f953a5e6456d8173b444b7631884e764eb5ff18cea29e8e560c3835eacc0aa34382c0d172a7fd0
 WHIRLPOOL 
0d9bf900c6b79c38b02dc672f0015b271173ce5314893dd8027f8f77a2ccb7b9e946a2c82fa159eabe1b908c416577fe92eacabc4a0bf33f34ad8acf4fe96cca

diff --git a/dev-perl/local-lib/local-lib-2.0.24.ebuild 
b/dev-perl/local-lib/local-lib-2.0.24.ebuild
new file mode 100644
index 00000000000..1f4dabba0f2
--- /dev/null
+++ b/dev-perl/local-lib/local-lib-2.0.24.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DIST_AUTHOR=HAARG
+DIST_VERSION=2.000024
+inherit perl-module
+
+DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+       >=virtual/perl-CPAN-1.820.0
+       >=virtual/perl-ExtUtils-Install-1.430.0
+       >=virtual/perl-ExtUtils-MakeMaker-7.0.0
+       >=dev-perl/Module-Build-0.360.0
+"
+DEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+       test? ( virtual/perl-Test-Simple )
+"

Reply via email to