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/local-lib-2.0.19.ebuild
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/local-lib-2.0.19.ebuild')
-rw-r--r--dev-perl/local-lib/local-lib-2.0.19.ebuild23
1 files changed, 23 insertions, 0 deletions
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 )
+"