From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83D381382C5 for ; Mon, 26 Apr 2021 23:25:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91B12E0825; Mon, 26 Apr 2021 23:25:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74BFCE0825 for ; Mon, 26 Apr 2021 23:25:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 811A2341316 for ; Mon, 26 Apr 2021 23:25:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0621C3 for ; Mon, 26 Apr 2021 23:25:27 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1619479517.c7174c94a8ef6af9b04870370380e13d878dc62f.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/WWW-Curl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild X-VCS-Directories: dev-perl/WWW-Curl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: c7174c94a8ef6af9b04870370380e13d878dc62f X-VCS-Branch: master Date: Mon, 26 Apr 2021 23:25:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ff29fee-1c03-4905-a0e7-f235e46a4cde X-Archives-Hash: 66f068bc4178c4d621c6e9c4379d30d9 commit: c7174c94a8ef6af9b04870370380e13d878dc62f Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Apr 26 23:25:06 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Apr 26 23:25:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7174c94 dev-perl/WWW-Curl: Remove old Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild | 28 ---------------------------- 1 file changed, 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 8a61bc797f1..00000000000 --- 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 -}