commit: 940f050b7b0e3d7acdd19c5762751764059554fe
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 7 23:33:39 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 7 23:35:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=940f050b
dev-perl/Apache-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>
...0.0-r2.ebuild => Apache-CGI-Builder-1.300.0-r3.ebuild} | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/dev-perl/Apache-CGI-Builder/Apache-CGI-Builder-1.300.0-r2.ebuild
b/dev-perl/Apache-CGI-Builder/Apache-CGI-Builder-1.300.0-r3.ebuild
similarity index 87%
rename from dev-perl/Apache-CGI-Builder/Apache-CGI-Builder-1.300.0-r2.ebuild
rename to dev-perl/Apache-CGI-Builder/Apache-CGI-Builder-1.300.0-r3.ebuild
index 47d5d71ee1c..232f203d8e6 100644
--- a/dev-perl/Apache-CGI-Builder/Apache-CGI-Builder-1.300.0-r2.ebuild
+++ b/dev-perl/Apache-CGI-Builder/Apache-CGI-Builder-1.300.0-r3.ebuild
@@ -1,23 +1,23 @@
-# 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.3
inherit perl-module
DESCRIPTION="CGI::Builder and Apache2/mod_perl2 integration"
-
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=">=dev-perl/OOTools-2.21
- >=dev-perl/CGI-Builder-1.2
+RDEPEND="
+ >=dev-perl/OOTools-2.210.0
+ >=dev-perl/CGI-Builder-1.200.0
www-apache/mod_perl
"
-RDEPEND="${DEPEND}"
+BDEPEND="${RDEPEND}
+"
PATCHES=( "${FILESDIR}/${P}-no-apache-1.patch" )
@@ -25,6 +25,7 @@ src_prepare() {
rm "${S}/lib/Apache/CGI/Builder.pm" || die "Can't remove Apache-1
support"
perl-module_src_prepare
}
+
src_test() {
local MODULES=(
"Apache2::CGI::Builder ${DIST_VERSION}"