dev-perl/local-lib: add 2.0.29

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-20 06:34:11 +01:00
parent f2392cecea
commit 6e908dfc4e
2 changed files with 25 additions and 0 deletions

View File

@@ -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

View File

@@ -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 )
"