diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-04-27 01:25:06 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-04-27 01:25:17 +0200 |
commit | c7174c94a8ef6af9b04870370380e13d878dc62f (patch) | |
tree | faad8493ae0319c5d8eaff2f4f0f3b29eaa69f28 /dev-perl/WWW-Curl | |
parent | app-emulation/cri-o: Remove vulnerable versions (diff) | |
download | gentoo-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.ebuild | 28 |
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 -} |