summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-20 06:34:11 +0100
committerSam James <sam@gentoo.org>2023-06-20 06:34:11 +0100
commit6e908dfc4e6e1b67f46de810cff8d21f49d0bc7a (patch)
tree229ff4f71b35a28ed544a5e3b5b78693d7c42c20 /dev-perl/local-lib
parentdev-perl/Log-Agent: update DESCRIPTION (diff)
downloadgentoo-6e908dfc4e6e1b67f46de810cff8d21f49d0bc7a.tar.gz
gentoo-6e908dfc4e6e1b67f46de810cff8d21f49d0bc7a.tar.bz2
gentoo-6e908dfc4e6e1b67f46de810cff8d21f49d0bc7a.zip
dev-perl/local-lib: add 2.0.29
Signed-off-by: Sam James <sam@gentoo.org>
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.29.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/local-lib/Manifest b/dev-perl/local-lib/Manifest
index 4b4f31d3da45..31631c8091db 100644
--- a/dev-perl/local-lib/Manifest
+++ b/dev-perl/local-lib/Manifest
@@ -1 +1,2 @@
DIST local-lib-2.000028.tar.gz 63662 BLAKE2B 15fb15d150e9d8b726ebd259a15fe44f06ed891eaa9ced700bb144e176f9690f9212189b5e93c980a14ebbe567a682e412e7878bb01bd63901adee0bf7e959c4 SHA512 3311ab9807132405bed96defdea05873a2301dc9ee7acaee0989b1c1d85b00960f2cbe14350133f4156bd846defd1ea17e489d7c691996b01ade8ac50b343957
+DIST local-lib-2.000029.tar.gz 63789 BLAKE2B 653f3fdbf91746d0941e04d2c96ef62783a10cb0cd9705c4c5c8d52ef30eaadad374e76939844184c9b04232b46e75b59d079583146c4b8d41d5f5e5aa6dd8bb SHA512 4b5370fed9975b702aa13bb58665f4b05f60e5665ec01be2051d5cc38d9953199bce9ad62788689c2520b5b0d84c438458f78728fd2e6915447dc1c8678978b1
diff --git a/dev-perl/local-lib/local-lib-2.0.29.ebuild b/dev-perl/local-lib/local-lib-2.0.29.ebuild
new file mode 100644
index 000000000000..394b1ac7a00a
--- /dev/null
+++ b/dev-perl/local-lib/local-lib-2.0.29.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=2.000029
+inherit perl-module
+
+DESCRIPTION="Create and use a local lib/ for perl modules with PERL5LIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+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
+"
+BDEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ test? ( virtual/perl-Test-Simple )
+"