summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-22 21:07:40 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-22 21:26:55 +0200
commitad50f5e489ccd52a51f486e3860d8a2c961ae810 (patch)
tree9ab7db09c10a957fa5faecac77fc4aca8d64ea58 /dev-perl/URI-cpan
parentdev-perl/Regexp-Trie: New package, needed for Module-CPANTS-Analyse (diff)
downloadgentoo-ad50f5e489ccd52a51f486e3860d8a2c961ae810.tar.gz
gentoo-ad50f5e489ccd52a51f486e3860d8a2c961ae810.tar.bz2
gentoo-ad50f5e489ccd52a51f486e3860d8a2c961ae810.zip
dev-perl/URI-cpan: New package, needed for Module-CPANTS-Analyse
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/URI-cpan')
-rw-r--r--dev-perl/URI-cpan/Manifest1
-rw-r--r--dev-perl/URI-cpan/URI-cpan-1.7.0.ebuild21
-rw-r--r--dev-perl/URI-cpan/metadata.xml8
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/URI-cpan/Manifest b/dev-perl/URI-cpan/Manifest
new file mode 100644
index 000000000000..585d58fb9198
--- /dev/null
+++ b/dev-perl/URI-cpan/Manifest
@@ -0,0 +1 @@
+DIST URI-cpan-1.007.tar.gz 16116 BLAKE2B 337dcd5a3d6f418a88a5ce33552dba7218dd6be36a57127fa6bfdcda255e95d868299cc2441b10416dbf0577327738fe9aa4ba6179c127edd0b42f08abdebd70 SHA512 1c7a900a0f319dc7e2c4d1a3adeb3e55459df4563251f54f8ea6cd6f00911189a2f724fd9b90b5dbdf9933d393ce148568653d5bae4362d67b643024dc371342
diff --git a/dev-perl/URI-cpan/URI-cpan-1.7.0.ebuild b/dev-perl/URI-cpan/URI-cpan-1.7.0.ebuild
new file mode 100644
index 000000000000..5c7e9788b4ca
--- /dev/null
+++ b/dev-perl/URI-cpan/URI-cpan-1.7.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.007
+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}
+"
diff --git a/dev-perl/URI-cpan/metadata.xml b/dev-perl/URI-cpan/metadata.xml
new file mode 100644
index 000000000000..e2c9afaca62c
--- /dev/null
+++ b/dev-perl/URI-cpan/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+</pkgmetadata>