commit: 0d244013b978a15e5a4fe045ada6bb627e9d5099
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 13:52:08 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 14:02:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d244013
dev-perl/CGI-Builder: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...lder-1.360.0-r2.ebuild => CGI-Builder-1.360.0-r3.ebuild} | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/dev-perl/CGI-Builder/CGI-Builder-1.360.0-r2.ebuild
b/dev-perl/CGI-Builder/CGI-Builder-1.360.0-r3.ebuild
similarity index 88%
rename from dev-perl/CGI-Builder/CGI-Builder-1.360.0-r2.ebuild
rename to dev-perl/CGI-Builder/CGI-Builder-1.360.0-r3.ebuild
index a5c86b1d0bd..1bf2110faff 100644
--- a/dev-perl/CGI-Builder/CGI-Builder-1.360.0-r2.ebuild
+++ b/dev-perl/CGI-Builder/CGI-Builder-1.360.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=DOMIZIO
DIST_VERSION=1.36
@@ -12,15 +12,16 @@ DESCRIPTION="Framework to build simple or complex web-apps"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=">=dev-perl/OOTools-2.21
- >=dev-perl/IO-Util-1.5
+RDEPEND=">=dev-perl/OOTools-2.210.0
+ >=dev-perl/IO-Util-1.500.0
dev-perl/CGI
"
-RDEPEND="${DEPEND}"
+BDEPEND="${RDEPEND}
+"
PATCHES=( "${FILESDIR}/${P}-test-cgipm.patch" )
+
src_test() {
local MODULES=(
# https://rt.cpan.org/Ticket/Display.html?id=123292