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/Boulder/
Date: Sat, 09 Oct 2021 15:54:26
Message-Id: 1633794823.d58cf7e9ebf6ff7bdf37d3a43dee09ccc17a70eb.dilfridge@gentoo
1 commit: d58cf7e9ebf6ff7bdf37d3a43dee09ccc17a70eb
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 15:33:20 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 15:53:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58cf7e9
7
8 dev-perl/Boulder: 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 .../{Boulder-1.300.0-r2.ebuild => Boulder-1.300.0-r3.ebuild} | 9 ++++++---
14 1 file changed, 6 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-perl/Boulder/Boulder-1.300.0-r2.ebuild b/dev-perl/Boulder/Boulder-1.300.0-r3.ebuild
17 similarity index 93%
18 rename from dev-perl/Boulder/Boulder-1.300.0-r2.ebuild
19 rename to dev-perl/Boulder/Boulder-1.300.0-r3.ebuild
20 index f4249f7d0dc..b3331230d7e 100644
21 --- a/dev-perl/Boulder/Boulder-1.300.0-r2.ebuild
22 +++ b/dev-perl/Boulder/Boulder-1.300.0-r3.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2020 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=LDS
32 DIST_VERSION=1.30
33 @@ -19,16 +19,19 @@ RDEPEND="
34 store? ( virtual/perl-DB_File )
35 xml? ( dev-perl/XML-Parser )
36 "
37 -DEPEND="${RDEPEND}
38 +BDEPEND="${RDEPEND}
39 virtual/perl-ExtUtils-MakeMaker
40 "
41 +
42 PATCHES=(
43 "${FILESDIR}/${PN}-${DIST_VERSION}-no-xml-parser-check.patch"
44 )
45 +
46 PERL_RM_FILES=(
47 # Incomplete, instructs not to use, deps not in Gentoo
48 "Boulder/Labbase.pm"
49 )
50 +
51 src_prepare() {
52 use xml || PERL_RM_FILES+=(
53 "Boulder/XML.pm"