summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Net-HTTP/Net-HTTP-6.210.0.ebuild')
-rw-r--r--dev-perl/Net-HTTP/Net-HTTP-6.210.0.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-perl/Net-HTTP/Net-HTTP-6.210.0.ebuild b/dev-perl/Net-HTTP/Net-HTTP-6.210.0.ebuild
deleted file mode 100644
index 52e403b26c7a..000000000000
--- a/dev-perl/Net-HTTP/Net-HTTP-6.210.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=OALDERS
-DIST_VERSION=6.21
-inherit perl-module
-
-DESCRIPTION="Low-level HTTP connection (client)"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
-IUSE="minimal test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- !minimal? (
- virtual/perl-IO-Socket-IP
- dev-perl/IO-Socket-INET6
- >=dev-perl/IO-Socket-SSL-2.12.0
- )
- virtual/perl-Carp
- !<dev-perl/libwww-perl-6
- virtual/perl-Compress-Raw-Zlib
- virtual/perl-IO
- virtual/perl-IO-Compress
- dev-perl/URI
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Data-Dumper
- virtual/perl-File-Spec
- virtual/perl-Socket
- virtual/perl-Test-Simple
- )
-"