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-Response-Encoding/
Date: Sat, 19 Jun 2021 19:56:19
Message-Id: 1624132546.fe238149a8110dcf3828a4a53e7ba90411e5aa33.dilfridge@gentoo
1 commit: fe238149a8110dcf3828a4a53e7ba90411e5aa33
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 19 19:26:38 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 19 19:55:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe238149
7
8 dev-perl/HTTP-Response-Encoding: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...-r1.ebuild => HTTP-Response-Encoding-0.60.0-r2.ebuild} | 15 +++++++--------
14 1 file changed, 7 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-perl/HTTP-Response-Encoding/HTTP-Response-Encoding-0.60.0-r1.ebuild b/dev-perl/HTTP-Response-Encoding/HTTP-Response-Encoding-0.60.0-r2.ebuild
17 similarity index 73%
18 rename from dev-perl/HTTP-Response-Encoding/HTTP-Response-Encoding-0.60.0-r1.ebuild
19 rename to dev-perl/HTTP-Response-Encoding/HTTP-Response-Encoding-0.60.0-r2.ebuild
20 index b36720cd987..9d44f76c3d7 100644
21 --- a/dev-perl/HTTP-Response-Encoding/HTTP-Response-Encoding-0.60.0-r1.ebuild
22 +++ b/dev-perl/HTTP-Response-Encoding/HTTP-Response-Encoding-0.60.0-r2.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=8
30
31 -MODULE_AUTHOR=DANKOGAI
32 -MODULE_VERSION=0.06
33 +DIST_AUTHOR=DANKOGAI
34 +DIST_VERSION=0.06
35 inherit perl-module
36
37 DESCRIPTION="Adds encoding() to HTTP::Response"
38 @@ -15,10 +15,9 @@ IUSE="test"
39 RESTRICT="!test? ( test )"
40
41 RDEPEND="dev-perl/libwww-perl"
42 -DEPEND="${RDEPEND}
43 +BDEPEND="${RDEPEND}
44 test? (
45 dev-perl/Test-Pod
46 dev-perl/Test-Pod-Coverage
47 - )"
48 -
49 -SRC_TEST=do
50 + )
51 +"