summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-04-27 01:25:06 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-04-27 01:25:17 +0200
commitc7174c94a8ef6af9b04870370380e13d878dc62f (patch)
treefaad8493ae0319c5d8eaff2f4f0f3b29eaa69f28 /dev-perl/WWW-Curl
parentapp-emulation/cri-o: Remove vulnerable versions (diff)
downloadgentoo-c7174c94a8ef6af9b04870370380e13d878dc62f.tar.gz
gentoo-c7174c94a8ef6af9b04870370380e13d878dc62f.tar.bz2
gentoo-c7174c94a8ef6af9b04870370380e13d878dc62f.zip
dev-perl/WWW-Curl: Remove old
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/WWW-Curl')
-rw-r--r--dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild
deleted file mode 100644
index 8a61bc797f13..000000000000
--- a/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SZBALINT
-MODULE_VERSION=4.17
-inherit perl-module
-
-DESCRIPTION="Perl extension interface for libcurl"
-
-LICENSE="|| ( MPL-1.0 MPL-1.1 MIT )"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND="net-misc/curl"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=online
-
-PATCHES=("${FILESDIR}"/${PN}-4.150.0-curl-7.50.2.patch)
-
-src_prepare() {
- sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
- die "Can't patch Makefile.PL for 5.26 dot-in-inc"
- perl-module_src_prepare
-}