From 36dfd4484e23c5031eaead59f1ea95028e39d86f Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Fri, 4 Jun 2021 20:25:24 +0200 Subject: dev-perl/Geo-IP: EAPI=7 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel --- dev-perl/Geo-IP/Geo-IP-1.510.0-r1.ebuild | 23 +++++++++++++++++++++++ dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 24 ------------------------ 2 files changed, 23 insertions(+), 24 deletions(-) create mode 100644 dev-perl/Geo-IP/Geo-IP-1.510.0-r1.ebuild delete mode 100644 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild (limited to 'dev-perl/Geo-IP') diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0-r1.ebuild b/dev-perl/Geo-IP/Geo-IP-1.510.0-r1.ebuild new file mode 100644 index 000000000000..2985be70e374 --- /dev/null +++ b/dev-perl/Geo-IP/Geo-IP-1.510.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=MAXMIND +DIST_VERSION=1.51 +inherit perl-module + +DESCRIPTION="Look up country by IP Address" + +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="dev-libs/geoip" +RDEPEND="${DEPEND}" +BDEPEND="${DEPEND}" + +src_configure() { + myconf="LIBS=-L/usr/$(get_libdir)" + perl-module_src_configure +} diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild deleted file mode 100644 index e742c4b5e111..000000000000 --- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=MAXMIND -MODULE_VERSION=1.51 -inherit perl-module multilib - -DESCRIPTION="Look up country by IP Address" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-libs/geoip" -RDEPEND="${DEPEND}" - -SRC_TEST=do - -src_configure() { - myconf="LIBS=-L/usr/$(get_libdir)" - perl-module_src_configure -} -- cgit v1.2.3-65-gdbad