* [gentoo-commits] repo/gentoo:master commit in: dev-perl/URI-cpan/
@ 2021-09-22 19:27 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-09-22 19:27 UTC (permalink / raw
To: gentoo-commits
commit: ad50f5e489ccd52a51f486e3860d8a2c961ae810
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 19:07:40 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 19:26:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad50f5e4
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 <AT> gentoo.org>
dev-perl/URI-cpan/Manifest | 1 +
dev-perl/URI-cpan/URI-cpan-1.7.0.ebuild | 21 +++++++++++++++++++++
dev-perl/URI-cpan/metadata.xml | 8 ++++++++
3 files changed, 30 insertions(+)
diff --git a/dev-perl/URI-cpan/Manifest b/dev-perl/URI-cpan/Manifest
new file mode 100644
index 00000000000..585d58fb919
--- /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 00000000000..5c7e9788b4c
--- /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 00000000000..e2c9afaca62
--- /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>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/URI-cpan/
@ 2023-06-18 1:07 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-06-18 1:07 UTC (permalink / raw
To: gentoo-commits
commit: 44ca55414c918250a8005c01ef2d4653e28281d0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 00:53:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 01:06:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ca5541
dev-perl/URI-cpan: add 1.8.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/URI-cpan/Manifest | 1 +
dev-perl/URI-cpan/URI-cpan-1.8.0.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
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
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/URI-cpan/
@ 2023-09-09 7:52 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-09-09 7:52 UTC (permalink / raw
To: gentoo-commits
commit: f45e5017815caee9e0a68b711817e89ca6094bb7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 9 07:47:34 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 9 07:51:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f45e5017
dev-perl/URI-cpan: add 1.9.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/URI-cpan/Manifest | 1 +
dev-perl/URI-cpan/URI-cpan-1.9.0.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-perl/URI-cpan/Manifest b/dev-perl/URI-cpan/Manifest
index daa3e3c0f528..aeb3503b96f0 100644
--- a/dev-perl/URI-cpan/Manifest
+++ b/dev-perl/URI-cpan/Manifest
@@ -1,2 +1,3 @@
DIST URI-cpan-1.007.tar.gz 16116 BLAKE2B 337dcd5a3d6f418a88a5ce33552dba7218dd6be36a57127fa6bfdcda255e95d868299cc2441b10416dbf0577327738fe9aa4ba6179c127edd0b42f08abdebd70 SHA512 1c7a900a0f319dc7e2c4d1a3adeb3e55459df4563251f54f8ea6cd6f00911189a2f724fd9b90b5dbdf9933d393ce148568653d5bae4362d67b643024dc371342
DIST URI-cpan-1.008.tar.gz 17246 BLAKE2B 6dbcbe7141d2363966d631c5184fd5c21efba7cb6db3bc93155dff1389d75cbcb851c46710f55fa787d26d0bd4f4342ad7da660aca95f9fc0185bb8e2660ff2b SHA512 07918c561b30d8a193df265c14467cb3bb5484686e52296462a8d031b19d490a9d5e3b18e2856a8ecbe1f0841e1c56466a81b214e252cadd17740bcef50f6056
+DIST URI-cpan-1.009.tar.gz 17768 BLAKE2B fb3a312e2502ef43bca205520702bc82aaf491e9a533ed0b63dce6df580f3998b1d1e9d566d6ba9f7f36f84c3fbcc21103d035129e9c989d1f63895e8b1cf59f SHA512 7f9cedb6d3df1e012dddb1f848dcbf3ad8bd62073aee75a795b907c70a0f3d93a10f3b6da03b00a2d3ead87fa288fae4efb69ea980c6c7fcf5eef34782cc9812
diff --git a/dev-perl/URI-cpan/URI-cpan-1.9.0.ebuild b/dev-perl/URI-cpan/URI-cpan-1.9.0.ebuild
new file mode 100644
index 000000000000..17d2708834b6
--- /dev/null
+++ b/dev-perl/URI-cpan/URI-cpan-1.9.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.009
+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
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-09 7:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-22 19:27 [gentoo-commits] repo/gentoo:master commit in: dev-perl/URI-cpan/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2023-06-18 1:07 Sam James
2023-09-09 7:52 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox