summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-03 00:06:06 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-03 00:08:02 +0200
commit5394068761cdb6e90c74f21e6b39dafdca2b1cd8 (patch)
tree3ecddaf989a9826857aaae26c1d7f5992461557b /dev-perl/WWW-Curl
parentdev-perl/WordNet-QueryData: EAPI=8 bump (diff)
downloadgentoo-5394068761cdb6e90c74f21e6b39dafdca2b1cd8.tar.gz
gentoo-5394068761cdb6e90c74f21e6b39dafdca2b1cd8.tar.bz2
gentoo-5394068761cdb6e90c74f21e6b39dafdca2b1cd8.zip
dev-perl/WWW-Curl: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3 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-r2.ebuild (renamed from dev-perl/WWW-Curl/WWW-Curl-4.170.0-r1.ebuild)7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.170.0-r1.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.170.0-r2.ebuild
index 55cab9448db5..42634bc468d1 100644
--- a/dev-perl/WWW-Curl/WWW-Curl-4.170.0-r1.ebuild
+++ b/dev-perl/WWW-Curl/WWW-Curl-4.170.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=SZBALINT
DIST_VERSION=4.17
@@ -12,10 +12,10 @@ 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}"
+BDEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${PN}-4.150.0-curl-7.50.2.patch
@@ -25,4 +25,5 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.17-RT130591.patch
"${FILESDIR}"/${PN}-4.17-RT132197.patch
)
+
PERL_RM_FILES=("t/meta.t" "t/pod-coverage.t" "t/pod.t")