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/HTTP-Body/
Date: Mon, 14 Jun 2021 23:26:29
Message-Id: 1623713171.e13598bae180c7395a993f09f8d80c94638ef5d1.dilfridge@gentoo
1 commit: e13598bae180c7395a993f09f8d80c94638ef5d1
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 23:21:26 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 23:26:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e13598ba
7
8 dev-perl/HTTP-Body: EAPI=7 bump
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...TTP-Body-1.220.0.ebuild => HTTP-Body-1.220.0-r1.ebuild} | 14 +++++++-------
14 1 file changed, 7 insertions(+), 7 deletions(-)
15
16 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
17 similarity index 87%
18 rename from dev-perl/HTTP-Body/HTTP-Body-1.220.0.ebuild
19 rename to dev-perl/HTTP-Body/HTTP-Body-1.220.0-r1.ebuild
20 index e79962b2bb1..fa04f910593 100644
21 --- a/dev-perl/HTTP-Body/HTTP-Body-1.220.0.ebuild
22 +++ b/dev-perl/HTTP-Body/HTTP-Body-1.220.0-r1.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=7
30
31 -MODULE_AUTHOR=GETTY
32 -MODULE_VERSION=1.22
33 +DIST_AUTHOR=GETTY
34 +DIST_VERSION=1.22
35 inherit perl-module
36
37 DESCRIPTION="HTTP Body Parser"
38 @@ -24,7 +24,7 @@ RDEPEND="
39 dev-perl/HTTP-Message
40 >=virtual/perl-IO-1.140.0
41 "
42 -DEPEND="${RDEPEND}
43 +BDEPEND="${RDEPEND}
44 virtual/perl-ExtUtils-MakeMaker
45 test? (
46 virtual/perl-Encode
47 @@ -35,11 +35,11 @@ DEPEND="${RDEPEND}
48 >=virtual/perl-Test-Simple-0.860.0
49 )
50 "
51 +
52 PERL_RM_FILES=(
53 t/02pod.t
54 t/03podcoverage.t
55 t/04critic.t
56 )
57 -PATCHES=( "${FILESDIR}/${PN}-1.190.0-CVE-2013-4407.patch" )
58
59 -SRC_TEST=do
60 +PATCHES=( "${FILESDIR}/${PN}-1.190.0-CVE-2013-4407.patch" )