diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-30 02:41:17 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-30 02:41:52 +1300 |
commit | 72320cdd511cc06527385c428d55152eed685370 (patch) | |
tree | 1f2fdec32b7cf8d909086fe340e31c52417fb1c4 /dev-perl/local-lib | |
parent | dev-perl/libwww-perl: Bump to version 6.270.0 (diff) | |
download | gentoo-72320cdd511cc06527385c428d55152eed685370.tar.gz gentoo-72320cdd511cc06527385c428d55152eed685370.tar.bz2 gentoo-72320cdd511cc06527385c428d55152eed685370.zip |
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
Diffstat (limited to 'dev-perl/local-lib')
-rw-r--r-- | dev-perl/local-lib/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/local-lib/local-lib-2.0.24.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/local-lib/Manifest b/dev-perl/local-lib/Manifest index 7b765ed84b97..29890a2c66b2 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 000000000000..1f4dabba0f2f --- /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 ) +" |