commit: 36dfd4484e23c5031eaead59f1ea95028e39d86f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 4 18:25:24 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 4 18:28:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36dfd448
dev-perl/Geo-IP: EAPI=7 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Geo-IP-1.510.0.ebuild => Geo-IP-1.510.0-r1.ebuild} | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
b/dev-perl/Geo-IP/Geo-IP-1.510.0-r1.ebuild
similarity index 81%
rename from dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
rename to dev-perl/Geo-IP/Geo-IP-1.510.0-r1.ebuild
index e742c4b5e11..2985be70e37 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.510.0-r1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-MODULE_AUTHOR=MAXMIND
-MODULE_VERSION=1.51
-inherit perl-module multilib
+DIST_AUTHOR=MAXMIND
+DIST_VERSION=1.51
+inherit perl-module
DESCRIPTION="Look up country by IP Address"
@@ -15,8 +15,7 @@ IUSE=""
DEPEND="dev-libs/geoip"
RDEPEND="${DEPEND}"
-
-SRC_TEST=do
+BDEPEND="${DEPEND}"
src_configure() {
myconf="LIBS=-L/usr/$(get_libdir)"