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/HTML-Quoted/
Date: Mon, 01 Nov 2021 11:25:15
Message-Id: 1635765885.8ad3d59002a5e7a0ac7f12de6d28e1c49a18b8b1.dilfridge@gentoo
1 commit: 8ad3d59002a5e7a0ac7f12de6d28e1c49a18b8b1
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 11:19:26 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 11:24:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad3d590
7
8 dev-perl/HTML-Quoted: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../{HTML-Quoted-0.40.0.ebuild => HTML-Quoted-0.40.0-r1.ebuild} | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild b/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild
17 similarity index 87%
18 rename from dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild
19 rename to dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild
20 index 79dd4f858e1..1dd69358273 100644
21 --- a/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0.ebuild
22 +++ b/dev-perl/HTML-Quoted/HTML-Quoted-0.40.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=TSIBLEY
32 DIST_VERSION=0.04
33 @@ -11,12 +11,11 @@ DESCRIPTION="Extract structure of quoted HTML mail message"
34
35 SLOT="0"
36 KEYWORDS="amd64 ~x86"
37 -IUSE=""
38
39 RDEPEND="
40 >=dev-perl/HTML-Parser-3.0.0
41 "
42 -DEPEND="${RDEPEND}
43 +BDEPEND="${RDEPEND}
44 >=virtual/perl-ExtUtils-MakeMaker-6.590.0
45 "