diff options
author | Sam James <sam@gentoo.org> | 2023-06-18 01:53:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-18 02:06:15 +0100 |
commit | 44ca55414c918250a8005c01ef2d4653e28281d0 (patch) | |
tree | 48dda396a437a34852919539c4fd982a915564d9 /dev-perl/URI-cpan | |
parent | dev-perl/User-Identity: add 1.20.0 (diff) | |
download | gentoo-44ca55414c918250a8005c01ef2d4653e28281d0.tar.gz gentoo-44ca55414c918250a8005c01ef2d4653e28281d0.tar.bz2 gentoo-44ca55414c918250a8005c01ef2d4653e28281d0.zip |
dev-perl/URI-cpan: add 1.8.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/URI-cpan')
-rw-r--r-- | dev-perl/URI-cpan/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/URI-cpan/URI-cpan-1.8.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/URI-cpan/Manifest b/dev-perl/URI-cpan/Manifest index 585d58fb9198..daa3e3c0f528 100644 --- a/dev-perl/URI-cpan/Manifest +++ b/dev-perl/URI-cpan/Manifest @@ -1 +1,2 @@ DIST URI-cpan-1.007.tar.gz 16116 BLAKE2B 337dcd5a3d6f418a88a5ce33552dba7218dd6be36a57127fa6bfdcda255e95d868299cc2441b10416dbf0577327738fe9aa4ba6179c127edd0b42f08abdebd70 SHA512 1c7a900a0f319dc7e2c4d1a3adeb3e55459df4563251f54f8ea6cd6f00911189a2f724fd9b90b5dbdf9933d393ce148568653d5bae4362d67b643024dc371342 +DIST URI-cpan-1.008.tar.gz 17246 BLAKE2B 6dbcbe7141d2363966d631c5184fd5c21efba7cb6db3bc93155dff1389d75cbcb851c46710f55fa787d26d0bd4f4342ad7da660aca95f9fc0185bb8e2660ff2b SHA512 07918c561b30d8a193df265c14467cb3bb5484686e52296462a8d031b19d490a9d5e3b18e2856a8ecbe1f0841e1c56466a81b214e252cadd17740bcef50f6056 diff --git a/dev-perl/URI-cpan/URI-cpan-1.8.0.ebuild b/dev-perl/URI-cpan/URI-cpan-1.8.0.ebuild new file mode 100644 index 000000000000..7d75801242fc --- /dev/null +++ b/dev-perl/URI-cpan/URI-cpan-1.8.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RJBS +DIST_VERSION=1.008 +inherit perl-module + +DESCRIPTION="URLs that refer to things on the CPAN" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-perl/CPAN-DistnameInfo + virtual/perl-Carp + dev-perl/URI +" +BDEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.780.0 +" |