Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/local-lib/
Date: Sun, 29 Oct 2017 13:42:06
Message-Id: 1509284512.72320cdd511cc06527385c428d55152eed685370.kentnl@gentoo
1 commit: 72320cdd511cc06527385c428d55152eed685370
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 13:41:17 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 13:41:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72320cdd
7
8 dev-perl/local-lib: Bump to version 2.0.24
9
10 Upstream:
11 - fix handling of inc_version_list
12 - dont load strict/warnings outside of author mode
13 - use Cwd.pm when printing/exiting
14 - don't try to self-reexec in embedded perl
15 - improve relative directory handling
16 - Cope with home dirs with spaces on older CPAN.pm
17 - Improve bootstrap with CPAN.pm 1.82 to 1.86_51
18
19 Package-Manager: Portage-2.3.8, Repoman-2.3.3
20
21 dev-perl/local-lib/Manifest | 1 +
22 dev-perl/local-lib/local-lib-2.0.24.ebuild | 23 +++++++++++++++++++++++
23 2 files changed, 24 insertions(+)
24
25 diff --git a/dev-perl/local-lib/Manifest b/dev-perl/local-lib/Manifest
26 index 7b765ed84b9..29890a2c66b 100644
27 --- a/dev-perl/local-lib/Manifest
28 +++ b/dev-perl/local-lib/Manifest
29 @@ -1 +1,2 @@
30 DIST local-lib-2.000019.tar.gz 62149 SHA256 36ad327a099667b8cb292c10229c33849c787470e0b978e4963b69b6df4c0b01 SHA512 ab7d2d43566fef1d5dce41649859a01306d302b46739cf110b4d0330ae3cec3e49e3b06f67612f9e33b6bcb7654ec5ff0a97cf44fecc8a9cd6d5b24421671614 WHIRLPOOL 59fbcc768ea82d88add5ac96fb463c0e7990f8b94787a3fa476b2cd5800a1db4fc3b45dbe686f05b714d009fea983003b77fcc6a23d04479abec3f11e657f8c4
31 +DIST local-lib-2.000024.tar.gz 62941 SHA256 2e9b917bd48a0615e42633b2a327494e04610d8f710765b9493d306cead98a05 SHA512 d23c984f0652ea8dd7028cd2dcc00991e69a5ad1ac6fce9707f953a5e6456d8173b444b7631884e764eb5ff18cea29e8e560c3835eacc0aa34382c0d172a7fd0 WHIRLPOOL 0d9bf900c6b79c38b02dc672f0015b271173ce5314893dd8027f8f77a2ccb7b9e946a2c82fa159eabe1b908c416577fe92eacabc4a0bf33f34ad8acf4fe96cca
32
33 diff --git a/dev-perl/local-lib/local-lib-2.0.24.ebuild b/dev-perl/local-lib/local-lib-2.0.24.ebuild
34 new file mode 100644
35 index 00000000000..1f4dabba0f2
36 --- /dev/null
37 +++ b/dev-perl/local-lib/local-lib-2.0.24.ebuild
38 @@ -0,0 +1,23 @@
39 +# Copyright 1999-2017 Gentoo Foundation
40 +# Distributed under the terms of the GNU General Public License v2
41 +
42 +EAPI=6
43 +DIST_AUTHOR=HAARG
44 +DIST_VERSION=2.000024
45 +inherit perl-module
46 +
47 +DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB'
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE="test"
51 +
52 +RDEPEND="
53 + >=virtual/perl-CPAN-1.820.0
54 + >=virtual/perl-ExtUtils-Install-1.430.0
55 + >=virtual/perl-ExtUtils-MakeMaker-7.0.0
56 + >=dev-perl/Module-Build-0.360.0
57 +"
58 +DEPEND="${RDEPEND}
59 + >=virtual/perl-ExtUtils-MakeMaker-6.590.0
60 + test? ( virtual/perl-Test-Simple )
61 +"