summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-10 15:52:08 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-10 16:02:08 +0200
commit0d244013b978a15e5a4fe045ada6bb627e9d5099 (patch)
treeb23c895afdab30ee24b2133237b0f5c59b3aaf83 /dev-perl
parentdev-perl/CGI: Version bump 4.53 (diff)
downloadgentoo-0d244013b978a15e5a4fe045ada6bb627e9d5099.tar.gz
gentoo-0d244013b978a15e5a4fe045ada6bb627e9d5099.tar.bz2
gentoo-0d244013b978a15e5a4fe045ada6bb627e9d5099.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/CGI-Builder/CGI-Builder-1.360.0-r3.ebuild (renamed from dev-perl/CGI-Builder/CGI-Builder-1.360.0-r2.ebuild)13
1 files 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
index a5c86b1d0bd0..1bf2110faffa 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