commit: 0277343a461c00486ae833098b20648d920caa59
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 6 06:06:11 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 6 06:19:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0277343a
dev-perl/URI: add 5.340.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/URI/Manifest | 1 +
dev-perl/URI/URI-5.340.0.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-perl/URI/Manifest b/dev-perl/URI/Manifest
index 4f61b0afa2d5..e9b0a720a140 100644
--- a/dev-perl/URI/Manifest
+++ b/dev-perl/URI/Manifest
@@ -1 +1,2 @@
DIST URI-5.32.tar.gz 133071 BLAKE2B
3b3898e82a3011aeacb67ef8721ccf88489a94df076eb9fc96197cc4d72723f0af483e831f626de48754b7f319f9894048d36ddc15bc28a4112d3b42f8c9855b
SHA512
856b95173adddc0099d00012981ab34f3b853871e590ef7f3e33fbf369b51c03e9f89011f390caf03c7b975b3632d3efb8456b14cc240d5b8a0fe8b8d147fe2c
+DIST URI-5.34.tar.gz 134385 BLAKE2B
19014b5f417f174a955cc2945b1c385e61d2881c5c0f26163823be4ad872c8daa0d3d2cbc7cf516fbd2ea877ae246f7d5c0e16468df390a5ccb339868db7b997
SHA512
990222d769bd1b85416a0814c2c80a8738d562b907e96ada1d45e1e9e751534f5f30fcca76339e1b6fb873fbc6e02eadc6dfdf1969bf8056ddf9c7bf59894c13
diff --git a/dev-perl/URI/URI-5.340.0.ebuild b/dev-perl/URI/URI-5.340.0.ebuild
new file mode 100644
index 000000000000..4d8a50ad6ba1
--- /dev/null
+++ b/dev-perl/URI/URI-5.340.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=5.34
+inherit perl-module
+
+DESCRIPTION="Uniform Resource Identifiers (absolute and relative)"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ dev-perl/MIME-Base32
+ >=dev-perl/Regexp-IPv6-0.30.0
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ dev-perl/Test-Fatal
+ dev-perl/Test-Needs
+ dev-perl/Test-Warnings
+ )
+"