summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-08 21:19:41 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-09 00:43:38 +0200
commit1f2fc58f494dcd2bb4272ce36350e3c52af2808d (patch)
treeb0e4c3a9b4b9de1dd7cf44ec1d58cd5ad4b3fd83 /dev-perl/Apache-DBI
parentdev-db/percona-xtrabackup: remove unused patches (diff)
downloadgentoo-1f2fc58f494dcd2bb4272ce36350e3c52af2808d.tar.gz
gentoo-1f2fc58f494dcd2bb4272ce36350e3c52af2808d.tar.bz2
gentoo-1f2fc58f494dcd2bb4272ce36350e3c52af2808d.zip
dev-perl/Apache-DBI: 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/Apache-DBI')
-rw-r--r--dev-perl/Apache-DBI/Apache-DBI-1.120.0-r3.ebuild (renamed from dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild)15
1 files changed, 8 insertions, 7 deletions
diff --git a/dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild b/dev-perl/Apache-DBI/Apache-DBI-1.120.0-r3.ebuild
index 838ee8c9c2b0..39a9379ae0b0 100644
--- a/dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild
+++ b/dev-perl/Apache-DBI/Apache-DBI-1.120.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=PHRED
DIST_VERSION=1.12
@@ -12,16 +12,17 @@ DESCRIPTION="Authentication and Authorization via Perl's DBI"
SLOT="0"
KEYWORDS="~alpha amd64 ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND=">=dev-perl/Digest-SHA1-2.10.0
- >=virtual/perl-Digest-MD5-2.2
- >=dev-perl/DBI-1.30"
+RDEPEND="
+ >=dev-perl/Digest-SHA1-2.10.0
+ >=virtual/perl-Digest-MD5-2.200.0
+ >=dev-perl/DBI-1.300.0
+"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
+
src_test() {
local MODULES=(
"Apache::DBI ${DIST_VERSION}"