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-SAX-ExpatXS/
Date: Wed, 06 Oct 2021 16:48:09
Message-Id: 1633538856.7b9fdc32696f538360b081a4b0568d104c687455.dilfridge@gentoo
1 commit: 7b9fdc32696f538360b081a4b0568d104c687455
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 6 16:45:49 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 6 16:47:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9fdc32
7
8 dev-perl/XML-SAX-ExpatXS: 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 ...1.330.0.ebuild => XML-SAX-ExpatXS-1.330.0-r1.ebuild} | 17 +++++++++--------
14 1 file changed, 9 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0-r1.ebuild
17 similarity index 59%
18 rename from dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild
19 rename to dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0-r1.ebuild
20 index a9ed0a4074e..7b5af9d499f 100644
21 --- a/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild
22 +++ b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0-r1.ebuild
23 @@ -1,7 +1,7 @@
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=6
29 +EAPI=8
30
31 DIST_AUTHOR=PCIMPRICH
32 DIST_VERSION=1.33
33 @@ -10,12 +10,13 @@ inherit perl-module
34 DESCRIPTION="Perl SAX 2 XS extension to Expat parser"
35 SLOT="0"
36 KEYWORDS="~amd64 x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 -RDEPEND="dev-libs/expat
41 - >=dev-perl/XML-SAX-0.960.0"
42 -DEPEND="${RDEPEND}
43 +RDEPEND="
44 + dev-libs/expat
45 + >=dev-perl/XML-SAX-0.960.0
46 +"
47 +BDEPEND="${RDEPEND}
48 virtual/perl-ExtUtils-MakeMaker
49 test? ( virtual/perl-Test
50 - virtual/perl-Test-Harness )"
51 + virtual/perl-Test-Harness )
52 +"