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/XML-Fast/
Date: Tue, 05 Oct 2021 22:52:26
Message-Id: 1633474309.40fc130317b05a3c4e78e56e32b5081deac17918.dilfridge@gentoo
1 commit: 40fc130317b05a3c4e78e56e32b5081deac17918
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 22:31:19 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 22:51:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fc1303
7
8 dev-perl/XML-Fast: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...{XML-Fast-0.170.0.ebuild => XML-Fast-0.170.0-r1.ebuild} | 14 ++++++++------
14 1 file changed, 8 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild b/dev-perl/XML-Fast/XML-Fast-0.170.0-r1.ebuild
17 similarity index 60%
18 rename from dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild
19 rename to dev-perl/XML-Fast/XML-Fast-0.170.0-r1.ebuild
20 index dfe6dafa67d..83ce2259192 100644
21 --- a/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild
22 +++ b/dev-perl/XML-Fast/XML-Fast-0.170.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2018 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=MONS
32 DIST_VERSION=0.17
33 @@ -11,8 +11,10 @@ DESCRIPTION="Simple and very fast XML to hash conversion"
34
35 SLOT="0"
36 KEYWORDS="amd64 x86"
37 -IUSE=""
38
39 -RDEPEND="virtual/perl-Encode"
40 -DEPEND="${RDEPEND}
41 - virtual/perl-ExtUtils-MakeMaker"
42 +RDEPEND="
43 + virtual/perl-Encode
44 +"
45 +BDEPEND="${RDEPEND}
46 + virtual/perl-ExtUtils-MakeMaker
47 +"