summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-21 22:15:35 +0000
committerSam James <sam@gentoo.org>2022-12-21 22:25:41 +0000
commit9fc1e8cc1495dbdcf9c8cfa062d4b786294eb398 (patch)
treeb2e6ef58f8e3084460cf5954cc0b6e3188cc4c7f /dev-perl/URI
parentapp-misc/cstream: drop 3.1.1-r1 (diff)
downloadgentoo-9fc1e8cc1495dbdcf9c8cfa062d4b786294eb398.tar.gz
gentoo-9fc1e8cc1495dbdcf9c8cfa062d4b786294eb398.tar.bz2
gentoo-9fc1e8cc1495dbdcf9c8cfa062d4b786294eb398.zip
dev-perl/URI: drop 5.90.0, 5.100.0
Bug: https://bugs.gentoo.org/886883 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/URI')
-rw-r--r--dev-perl/URI/Manifest2
-rw-r--r--dev-perl/URI/URI-5.100.0.ebuild34
-rw-r--r--dev-perl/URI/URI-5.90.0.ebuild34
3 files changed, 0 insertions, 70 deletions
diff --git a/dev-perl/URI/Manifest b/dev-perl/URI/Manifest
index d55143b41a60..445f83ec1a51 100644
--- a/dev-perl/URI/Manifest
+++ b/dev-perl/URI/Manifest
@@ -1,3 +1 @@
-DIST URI-5.09.tar.gz 108897 BLAKE2B 3c8114d259e75d8da298c9e376a3a6d6f8f224c9348e9bd9118eac4a0144c6c37756ab4427f60cca43cc2b14a95492fa4ec7c1c7952871b6250a686cc27a2a37 SHA512 b9af77064abb8cb83900a02c18b3d5b8f840559f0f925be71b18bcdb4a24c40d654ccf9969d72b7d8930ea17ae4f4f4291fd327bb0b93c204c8f819a1776b8bb
-DIST URI-5.10.tar.gz 109471 BLAKE2B 8f2701bc78efccf13161318050fdd83f6ee51843b101c4135a2f434e4cd1bd7359eeca1708b91d7571128aa7098d43c70ff84d048656f978ad230b29faed7945 SHA512 6ce53b258c2f1115e58ca858beec0c055452993b83abf3ebf23784e00fcbe636f3b7a460a2016923f9fab0e0bbd112475048eb9671d6d1e1c3b4db33a503efb5
DIST URI-5.11.tar.gz 113305 BLAKE2B 0a68623a22d38f9269839522f8f42ea4f7f817388de2fb43715bb138dd593541a23eb803705be9e687da6d644f1c426063ee0bdae85525242954be7bb453176f SHA512 d04dd1b4a00f7bc712433e789947dc11296de6376c73da30bfc1e87082b471d9d056d7bb6dcae11f452fdf87d3b5b69edf6d5782dfa461c5ebe1ee041f55d660
diff --git a/dev-perl/URI/URI-5.100.0.ebuild b/dev-perl/URI/URI-5.100.0.ebuild
deleted file mode 100644
index 9498c242aa7f..000000000000
--- a/dev-perl/URI/URI-5.100.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=OALDERS
-DIST_VERSION=5.10
-inherit perl-module
-
-DESCRIPTION="Uniform Resource Identifiers (absolute and relative)"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Data-Dumper
- virtual/perl-Encode
- >=virtual/perl-Exporter-5.570.0
- >=virtual/perl-MIME-Base64-2
- virtual/perl-Scalar-List-Utils
- virtual/perl-libnet
- virtual/perl-parent
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-Test
- dev-perl/Test-Needs
- >=virtual/perl-Test-Simple-0.960.0
- )
-"
diff --git a/dev-perl/URI/URI-5.90.0.ebuild b/dev-perl/URI/URI-5.90.0.ebuild
deleted file mode 100644
index f4d2e8e1ddcd..000000000000
--- a/dev-perl/URI/URI-5.90.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=OALDERS
-DIST_VERSION=5.09
-inherit perl-module
-
-DESCRIPTION="Uniform Resource Identifiers (absolute and relative)"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Data-Dumper
- virtual/perl-Encode
- >=virtual/perl-Exporter-5.570.0
- >=virtual/perl-MIME-Base64-2
- virtual/perl-Scalar-List-Utils
- virtual/perl-libnet
- virtual/perl-parent
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-Test
- dev-perl/Test-Needs
- >=virtual/perl-Test-Simple-0.960.0
- )
-"