summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-04-05 06:36:15 +1200
committerKent Fredric <kentnl@gentoo.org>2017-04-05 06:36:38 +1200
commita7da2316243875568021f7e44ffb0f6bc068130d (patch)
tree9bc2154ec8311532827c9e696e358ae35c69398d /dev-perl/local-lib
parentwww-servers/nginx: Bump to v1.11.13 mainline (diff)
downloadgentoo-a7da2316243875568021f7e44ffb0f6bc068130d.tar.gz
gentoo-a7da2316243875568021f7e44ffb0f6bc068130d.tar.bz2
gentoo-a7da2316243875568021f7e44ffb0f6bc068130d.zip
dev-perl/local-lib: Bump to version 2.0.19
Upstream: - Fix bootstrap on dirs with spaces - Fix variable interoplation with sh -u - Fix '.' in @INC issues Bug: https://bugs.gentoo.org/614672 Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/local-lib')
-rw-r--r--dev-perl/local-lib/Manifest1
-rw-r--r--dev-perl/local-lib/local-lib-2.0.19.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/local-lib/Manifest b/dev-perl/local-lib/Manifest
index 7c3f25e892a4..5b9838717d8e 100644
--- a/dev-perl/local-lib/Manifest
+++ b/dev-perl/local-lib/Manifest
@@ -1,2 +1,3 @@
DIST local-lib-2.000014.tar.gz 51593 SHA256 ae63356ab780c5a3aa46287b48daea748a3dd021d9b52dff8bf480b43787fa2b SHA512 3a7bb68af992215eb6787082fea7c09d5468aabe5c6478d028ce99ae878f6efdd8982804ba2c396af1fc0a5b46a4fa7f0e4831d9c32f1abd41ef631976c5efe8 WHIRLPOOL 990e3ca60a88544a0394fbb994832aff9c50988dde0372d8d7e437a72c28d30bf27438acfb8423aa57965bf58140e7a3284d6151a80cbd51bffc4ed201b6e6c1
DIST local-lib-2.000018.tar.gz 59350 SHA256 9ba8f5d55a03e029c3e18799942b89d2c457bb4414b9dce912dc1c8797d94894 SHA512 d94672b623de5c4e99270733a4de59f95c01b3c89cd552da05b04892893696cf57c9988b695cca2eda624a2c48bb392fe51d17eb842ed09e0824d71fcb4eb80e WHIRLPOOL df53e7ae77cf6758b69bfc3291c7b4a77c030c2ae428123a93ce3a4fcd460d70be33f2b8bf8bfa6b20f12eb109707a58863adcf44c7bfeddafdec6f06557bb70
+DIST local-lib-2.000019.tar.gz 62149 SHA256 36ad327a099667b8cb292c10229c33849c787470e0b978e4963b69b6df4c0b01 SHA512 ab7d2d43566fef1d5dce41649859a01306d302b46739cf110b4d0330ae3cec3e49e3b06f67612f9e33b6bcb7654ec5ff0a97cf44fecc8a9cd6d5b24421671614 WHIRLPOOL 59fbcc768ea82d88add5ac96fb463c0e7990f8b94787a3fa476b2cd5800a1db4fc3b45dbe686f05b714d009fea983003b77fcc6a23d04479abec3f11e657f8c4
diff --git a/dev-perl/local-lib/local-lib-2.0.19.ebuild b/dev-perl/local-lib/local-lib-2.0.19.ebuild
new file mode 100644
index 000000000000..05a7573da16b
--- /dev/null
+++ b/dev-perl/local-lib/local-lib-2.0.19.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.000019
+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 )
+"