summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-09-29 22:54:18 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-09-29 22:54:18 +0200
commit00a87ff8cb08b23e282582253537974a60ae9dd2 (patch)
treec9aeec7086d87cb12046d01768b21a3b3c657eea /dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.78.0.ebuild
parentdev-perl/IO-Socket-SSL: Fix openssl compatibility test (diff)
downloadgentoo-00a87ff8cb08b23e282582253537974a60ae9dd2.tar.gz
gentoo-00a87ff8cb08b23e282582253537974a60ae9dd2.tar.bz2
gentoo-00a87ff8cb08b23e282582253537974a60ae9dd2.zip
dev-perl/IO-Socket-SSL: drop 2.74.0, 2.78.0, 2.81.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.78.0.ebuild')
-rw-r--r--dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.78.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.78.0.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.78.0.ebuild
deleted file mode 100644
index bf4faa8c48e9..000000000000
--- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.78.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=SULLR
-DIST_VERSION=2.078
-DIST_EXAMPLES=("example/*")
-inherit perl-module
-
-DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="idn"
-
-RDEPEND="
- dev-perl/Mozilla-CA
- >=dev-perl/Net-SSLeay-1.460.0
- virtual/perl-Scalar-List-Utils
- idn? (
- || (
- >=dev-perl/URI-1.50
- dev-perl/Net-LibIDN
- dev-perl/Net-IDN-Encode
- )
- )"
-BDEPEND="
- ${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
-
-mydoc=("docs/debugging.txt")