summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-15 01:21:26 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-15 01:26:11 +0200
commite13598bae180c7395a993f09f8d80c94638ef5d1 (patch)
tree2c4937597c4598f38a53821aa8930da33c0b6052 /dev-perl
parentdev-perl/HTML-Tree: Remove old (diff)
downloadgentoo-e13598bae180c7395a993f09f8d80c94638ef5d1.tar.gz
gentoo-e13598bae180c7395a993f09f8d80c94638ef5d1.tar.bz2
gentoo-e13598bae180c7395a993f09f8d80c94638ef5d1.zip
dev-perl/HTTP-Body: EAPI=7 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/HTTP-Body/HTTP-Body-1.220.0-r1.ebuild (renamed from dev-perl/HTTP-Body/HTTP-Body-1.220.0.ebuild)14
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-perl/HTTP-Body/HTTP-Body-1.220.0.ebuild b/dev-perl/HTTP-Body/HTTP-Body-1.220.0-r1.ebuild
index e79962b2bb12..fa04f9105932 100644
--- a/dev-perl/HTTP-Body/HTTP-Body-1.220.0.ebuild
+++ b/dev-perl/HTTP-Body/HTTP-Body-1.220.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-MODULE_AUTHOR=GETTY
-MODULE_VERSION=1.22
+DIST_AUTHOR=GETTY
+DIST_VERSION=1.22
inherit perl-module
DESCRIPTION="HTTP Body Parser"
@@ -24,7 +24,7 @@ RDEPEND="
dev-perl/HTTP-Message
>=virtual/perl-IO-1.140.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Encode
@@ -35,11 +35,11 @@ DEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.860.0
)
"
+
PERL_RM_FILES=(
t/02pod.t
t/03podcoverage.t
t/04critic.t
)
-PATCHES=( "${FILESDIR}/${PN}-1.190.0-CVE-2013-4407.patch" )
-SRC_TEST=do
+PATCHES=( "${FILESDIR}/${PN}-1.190.0-CVE-2013-4407.patch" )