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-Simple/
Date: Thu, 07 Oct 2021 21:07:43
Message-Id: 1633640787.3b96d850fd21eee49080b1f0b570e533ceb085b5.dilfridge@gentoo
1 commit: 3b96d850fd21eee49080b1f0b570e533ceb085b5
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 20:34:32 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 21:06:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b96d850
7
8 dev-perl/XML-Simple: 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-Simple-2.250.0.ebuild => XML-Simple-2.250.0-r1.ebuild} | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild b/dev-perl/XML-Simple/XML-Simple-2.250.0-r1.ebuild
17 similarity index 91%
18 rename from dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
19 rename to dev-perl/XML-Simple/XML-Simple-2.250.0-r1.ebuild
20 index b2b57eed923..f2c6fb97e06 100644
21 --- a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
22 +++ b/dev-perl/XML-Simple/XML-Simple-2.250.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 DIST_AUTHOR=GRANTM
31 DIST_VERSION=2.25
32 @@ -11,8 +11,6 @@ DESCRIPTION="An API for simple XML files"
33
34 SLOT="0"
35 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38
39 RDEPEND="
40 virtual/perl-Storable
41 @@ -20,9 +18,11 @@ RDEPEND="
42 >=dev-perl/XML-SAX-0.150.0
43 dev-perl/XML-SAX-Expat
44 "
45 -DEPEND="${RDEPEND}
46 +BDEPEND="${RDEPEND}
47 virtual/perl-ExtUtils-MakeMaker
48 test? ( >=virtual/perl-Test-Simple-0.880.0 )
49 "
50 +
51 PATCHES=("${FILESDIR}/${PN}-2.25-saxtests.patch")
52 +
53 PERL_RM_FILES=("t/author-pod-syntax.t")