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-Expat/
Date: Wed, 06 Oct 2021 16:48:09
Message-Id: 1633538853.1f9ffe061c173069d7269f920c3910d0f0ddfc1e.dilfridge@gentoo
1 commit: 1f9ffe061c173069d7269f920c3910d0f0ddfc1e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 6 16:44:27 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 6 16:47:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9ffe06
7
8 dev-perl/XML-SAX-Expat: 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 ...10.0.ebuild => XML-SAX-Expat-0.510.0-r1.ebuild} | 24 ++++++++++------------
14 1 file changed, 11 insertions(+), 13 deletions(-)
15
16 diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r1.ebuild
17 similarity index 81%
18 rename from dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
19 rename to dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r1.ebuild
20 index e279e51d0d3..22648f93e9d 100644
21 --- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
22 +++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r1.ebuild
23 @@ -1,28 +1,26 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=8
29
30 -MODULE_AUTHOR=BJOERN
31 -MODULE_VERSION=0.51
32 +DIST_AUTHOR=BJOERN
33 +DIST_VERSION=0.51
34 inherit perl-module
35
36 DESCRIPTION="SAX2 Driver for Expat"
37 -LICENSE="|| ( Artistic GPL-2 )"
38 SLOT="0"
39 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"
40 -IUSE="test"
41 -RESTRICT="!test? ( test )"
42
43 -RDEPEND=">=dev-perl/XML-SAX-0.15-r1
44 - >=dev-perl/XML-NamespaceSupport-1.09
45 - dev-perl/XML-Parser"
46 -DEPEND="${RDEPEND}
47 +RDEPEND="
48 + >=dev-perl/XML-SAX-0.150.0-r1
49 + >=dev-perl/XML-NamespaceSupport-1.90.0
50 + dev-perl/XML-Parser
51 +"
52 +BDEPEND="${RDEPEND}
53 test? (
54 virtual/perl-Test-Simple
55 - )"
56 -
57 -SRC_TEST=do
58 + )
59 +"
60
61 src_test() {
62 perl_rm_files t/98podsyn.t t/99podcov.t