dev-perl/GeoIP2: EAPI bump

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2025-07-01 08:42:36 +02:00
parent 70afd1c1c0
commit 2419f6c8dd

View File

@@ -1,7 +1,7 @@
# Copyright 2020-2023 Gentoo Authors
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DIST_AUTHOR=MAXMIND
DIST_VERSION=2.006002
@@ -10,24 +10,17 @@ inherit perl-module
DESCRIPTION="API for MaxMind's GeoIP2 web services and databases"
SLOT="0"
KEYWORDS="amd64 ~loong ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Data-Dumper
>=dev-perl/Data-Validate-IP-0.250.0
virtual/perl-Exporter
virtual/perl-Getopt-Long
dev-perl/HTTP-Message
dev-perl/JSON-MaybeXS
dev-perl/LWP-Protocol-https
dev-perl/libwww-perl
dev-perl/List-SomeUtils
virtual/perl-MIME-Base64
>=dev-perl/MaxMind-DB-Reader-1.0.0
dev-perl/Moo
dev-perl/Params-Validate
virtual/perl-Scalar-List-Utils
dev-perl/Sub-Quote
dev-perl/Throwable
dev-perl/Try-Tiny
@@ -35,10 +28,7 @@ RDEPEND="
dev-perl/namespace-clean
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Spec
virtual/perl-IO-Compress
dev-perl/MaxMind-DB-Common
dev-perl/Path-Class
dev-perl/Test-Fatal