commit: d58cf7e9ebf6ff7bdf37d3a43dee09ccc17a70eb
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 9 15:33:20 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 15:53:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58cf7e9
dev-perl/Boulder: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Boulder-1.300.0-r2.ebuild => Boulder-1.300.0-r3.ebuild} | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Boulder/Boulder-1.300.0-r2.ebuild
b/dev-perl/Boulder/Boulder-1.300.0-r3.ebuild
similarity index 93%
rename from dev-perl/Boulder/Boulder-1.300.0-r2.ebuild
rename to dev-perl/Boulder/Boulder-1.300.0-r3.ebuild
index f4249f7d0dc..b3331230d7e 100644
--- a/dev-perl/Boulder/Boulder-1.300.0-r2.ebuild
+++ b/dev-perl/Boulder/Boulder-1.300.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=LDS
DIST_VERSION=1.30
@@ -19,16 +19,19 @@ RDEPEND="
store? ( virtual/perl-DB_File )
xml? ( dev-perl/XML-Parser )
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
+
PATCHES=(
"${FILESDIR}/${PN}-${DIST_VERSION}-no-xml-parser-check.patch"
)
+
PERL_RM_FILES=(
# Incomplete, instructs not to use, deps not in Gentoo
"Boulder/Labbase.pm"
)
+
src_prepare() {
use xml || PERL_RM_FILES+=(
"Boulder/XML.pm"