summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 07:06:20 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 07:20:07 +0100
commit933f5f5032458f3d7679a872ec2cc80b133e1d67 (patch)
tree9539822137081f20b6c191e7432cfb88b2186f82 /dev-perl/URI
parentdev-perl/UNIVERSAL-require: Remove old (diff)
downloadgentoo-933f5f5032458f3d7679a872ec2cc80b133e1d67.tar.gz
gentoo-933f5f5032458f3d7679a872ec2cc80b133e1d67.tar.bz2
gentoo-933f5f5032458f3d7679a872ec2cc80b133e1d67.zip
dev-perl/URI: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/URI')
-rw-r--r--dev-perl/URI/Manifest1
-rw-r--r--dev-perl/URI/URI-1.730.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-perl/URI/Manifest b/dev-perl/URI/Manifest
index 080b5ae4178c..31f34b850cf1 100644
--- a/dev-perl/URI/Manifest
+++ b/dev-perl/URI/Manifest
@@ -1,2 +1 @@
-DIST URI-1.73.tar.gz 106930 BLAKE2B 85adc080b463d67142c96e7ab7af13ff4a231054f28976edb8d7746cd9d788693f1cc2f1b30658530634e2693bc76bbdb47b1dfb6a6caca89117bd92aa78b910 SHA512 b72d07e9e9e284f360ad4bf42b22ddec2d1930be40ec465ca28c68484e87b01c55ab664cdec63af387bc435e9428681c64aed39b46b668d7c7c5f36be5fbeb2e
DIST URI-5.09.tar.gz 108897 BLAKE2B 3c8114d259e75d8da298c9e376a3a6d6f8f224c9348e9bd9118eac4a0144c6c37756ab4427f60cca43cc2b14a95492fa4ec7c1c7952871b6250a686cc27a2a37 SHA512 b9af77064abb8cb83900a02c18b3d5b8f840559f0f925be71b18bcdb4a24c40d654ccf9969d72b7d8930ea17ae4f4f4291fd327bb0b93c204c8f819a1776b8bb
diff --git a/dev-perl/URI/URI-1.730.0.ebuild b/dev-perl/URI/URI-1.730.0.ebuild
deleted file mode 100644
index d51e06eb95f0..000000000000
--- a/dev-perl/URI/URI-1.730.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=1.73
-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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Data-Dumper
- virtual/perl-Encode
- >=virtual/perl-Exporter-5.570.0
- virtual/perl-File-Spec
- >=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-Temp
- virtual/perl-Test
- dev-perl/Test-Needs
- >=virtual/perl-Test-Simple-0.960.0
- )
-"