dev-perl/local-lib: Bump to version 2.0.24
authorKent Fredric <kentnl@gentoo.org>
Sun, 29 Oct 2017 13:41:17 +0000 (02:41 +1300)
committerKent Fredric <kentnl@gentoo.org>
Sun, 29 Oct 2017 13:41:52 +0000 (02:41 +1300)
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
dev-perl/local-lib/local-lib-2.0.24.ebuild [new file with mode: 0644]

index 7b765ed84b97744e75164e7c11f7f4eda1a8abc5..29890a2c66b20843826144ca3174f85b5e78ca1e 100644 (file)
@@ -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 (file)
index 0000000..1f4dabb
--- /dev/null
@@ -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 )
+"