summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-30 02:41:17 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-30 02:41:52 +1300
commit72320cdd511cc06527385c428d55152eed685370 (patch)
tree1f2fdec32b7cf8d909086fe340e31c52417fb1c4 /dev-perl/local-lib/local-lib-2.0.24.ebuild
parentdev-perl/libwww-perl: Bump to version 6.270.0 (diff)
downloadgentoo-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/local-lib-2.0.24.ebuild')
-rw-r--r--dev-perl/local-lib/local-lib-2.0.24.ebuild23
1 files changed, 23 insertions, 0 deletions
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 )
+"