Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/WWW-Curl/
Date: Mon, 26 Apr 2021 23:25:32
Message-Id: 1619479517.c7174c94a8ef6af9b04870370380e13d878dc62f.dilfridge@gentoo
1 commit: c7174c94a8ef6af9b04870370380e13d878dc62f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 26 23:25:06 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 26 23:25:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7174c94
7
8 dev-perl/WWW-Curl: Remove old
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild | 28 ----------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild
17 deleted file mode 100644
18 index 8a61bc797f1..00000000000
19 --- a/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=SZBALINT
28 -MODULE_VERSION=4.17
29 -inherit perl-module
30 -
31 -DESCRIPTION="Perl extension interface for libcurl"
32 -
33 -LICENSE="|| ( MPL-1.0 MPL-1.1 MIT )"
34 -SLOT="0"
35 -KEYWORDS="amd64 ppc ~ppc64 x86"
36 -IUSE=""
37 -
38 -RDEPEND="net-misc/curl"
39 -DEPEND="${RDEPEND}"
40 -
41 -SRC_TEST=online
42 -
43 -PATCHES=("${FILESDIR}"/${PN}-4.150.0-curl-7.50.2.patch)
44 -
45 -src_prepare() {
46 - sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
47 - die "Can't patch Makefile.PL for 5.26 dot-in-inc"
48 - perl-module_src_prepare
49 -}