[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2021-06-04 Thread Andreas K. Hüttel
commit: 36dfd4484e23c5031eaead59f1ea95028e39d86f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jun  4 18:25:24 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jun  4 18:28:16 2021 +
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  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)"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2020-08-17 Thread Fabian Groffen
commit: ac65e67a97256c5c4093d81f0fc5df1be2817fdb
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Aug 17 08:29:03 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Aug 17 08:29:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac65e67a

dev-perl/Geo-IP-1.510.0: marked ~{x86,amd64}-linux, bug #690140

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
index 7c994c120ce..42aca1166c4 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-libs/geoip"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2019-07-29 Thread Aaron Bauman
commit: d85561a06262ab05d5875df09df2871ce1dffb6e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 29 18:24:53 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 29 18:41:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85561a0

dev-perl/Geo-IP: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
index b353140c382..dfdce5a9fc6 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module multilib
 DESCRIPTION="Look up country by IP Address"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 
~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-libs/geoip"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2019-04-01 Thread Andreas Sturmlechner
commit: e33834501ea9f76e7e9cd1fa25b67ca0d595208a
Author: Roy Bamford  gentoo  org>
AuthorDate: Mon Apr  1 12:29:56 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr  1 19:23:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3383450

dev-perl/Geo-IP: added ~arm64

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
index 02d49231d26..5ea884d139e 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module multilib
 DESCRIPTION="Look up country by IP Address"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-libs/geoip"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2018-08-24 Thread Markus Meier
commit: 0e5bc34dd25f5c0d9282b0f019559878c1339acf
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Aug 24 19:35:44 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Aug 24 19:35:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5bc34d

dev-perl/Geo-IP: arm stable, bug #657634

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
index cb5892a6024..02d49231d26 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module multilib
 DESCRIPTION="Look up country by IP Address"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-libs/geoip"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2018-07-30 Thread Mikle Kolyada
commit: d777c73a40c8a6b6712ce6bfd4f99a692a0586e6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jul 30 21:54:19 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jul 30 21:57:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d777c73a

dev-perl/Geo-IP: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
index 4a2a898535e..cb5892a6024 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module multilib
 DESCRIPTION="Look up country by IP Address"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-libs/geoip"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2018-06-26 Thread Tobias Klausmann
commit: 9e633ef0ff4d66106678dfc3c22d67b30547fc63
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun 26 12:28:14 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun 26 12:28:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e633ef0

dev-perl/Geo-IP-1.510.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/657634

 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
index e6c43600df3..0e92f34d5e8 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module multilib
 DESCRIPTION="Look up country by IP Address"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-libs/geoip"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2018-06-10 Thread Sergei Trofimovich
commit: 060510be9c19d54ac818b11b5028109ee3316b37
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 10 21:16:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 10 21:17:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060510be

dev-perl/Geo-IP: stable 1.510.0 for ia64, bug #657634

Bug: https://bugs.gentoo.org/657634
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
index 5de0295eb00..8ade3e22cc5 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module multilib
 DESCRIPTION="Look up country by IP Address"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-libs/geoip"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2018-06-10 Thread Thomas Deutschmann
commit: 156af473384cbeef027d15e98709bf230304a4df
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun 10 16:58:39 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun 10 16:58:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156af473

dev-perl/Geo-IP: x86 stable (bug #657634)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
index 6fb7b62e76d..5de0295eb00 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module multilib
 DESCRIPTION="Look up country by IP Address"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-libs/geoip"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2018-06-10 Thread Aaron Bauman
commit: ec6078fa04b2e024995c89afec1b238c667f21f6
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Jun 10 16:07:28 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jun 10 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec6078fa

dev-perl/Geo-IP: amd64 stable wrt bug #657634

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
index 0073564dde7..6fb7b62e76d 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module multilib
 DESCRIPTION="Look up country by IP Address"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-libs/geoip"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2018-06-09 Thread Sergei Trofimovich
commit: 5943587565e58618f5fa1ffa50dcc97398daa401
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jun  9 17:48:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  9 18:53:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59435875

dev-perl/Geo-IP: stable 1.510.0 for sparc

Bug: https://bugs.gentoo.org/657634
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
index 13de1bf8d46..0073564dde7 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module multilib
 DESCRIPTION="Look up country by IP Address"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-libs/geoip"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2017-10-13 Thread Jeroen Roovers
commit: ba62681301e74e9771b31bcaa2ee1d23cbe929af
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 13 17:43:52 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 13 17:43:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba626813

dev-perl/Geo-IP: Version bump.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 24 
 dev-perl/Geo-IP/Manifest  |  1 +
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
new file mode 100644
index 000..13de1bf8d46
--- /dev/null
+++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-libs/geoip"
+RDEPEND="${DEPEND}"
+
+SRC_TEST=do
+
+src_configure() {
+   myconf="LIBS=-L/usr/$(get_libdir)"
+   perl-module_src_configure
+}

diff --git a/dev-perl/Geo-IP/Manifest b/dev-perl/Geo-IP/Manifest
index b4085054eca..f3a178b349e 100644
--- a/dev-perl/Geo-IP/Manifest
+++ b/dev-perl/Geo-IP/Manifest
@@ -1,2 +1,3 @@
 DIST Geo-IP-1.45.tar.gz 134181 SHA256 
0eb765c238dde4a29d5c863d475c72078e5361deab2cfc168b9285bc049e3662 SHA512 
0737459b50251f64a0230176721e6a0cf7fb701451b3488c0a0628a183233b5346b7311a80fe35752104ab6812c6791cd4bafbbfa9e7ff51aa6bd4d489655af3
 WHIRLPOOL 
900aecd85e9c3e5a4ec9739f805fe4d9b4d075dd9e7f5b92d2de306d3974df474958ad81c631753cd8a5ac2a5764023e285046fd603153bb7a30ab0c20cba979
 DIST Geo-IP-1.50.tar.gz 145419 SHA256 
f91fea704e096e9ad2c821f43e1fea325f2737331738d9b136371b51334d262b SHA512 
db5dc8731c970dfd9bb95312666218623453818917a9035358ca5077357f2b3187e07e615f1280fef53e1a7ae6336e4cf4642855b23d5326fa5772bc6462
 WHIRLPOOL 
bab1400ddd0798b46128ff06c401e3e9274ecdfe123a81886360f00eba262362d95a32b68f043e0fe0756249b6fa9919d35db88fb47791c3a1222ae196fb3feb
+DIST Geo-IP-1.51.tar.gz 155629 SHA256 
163020315d5c5441836ac79e08a77b428f277fd090bea4fa80da7077b2436aba SHA512 
1149a2457a5a971a47585300ac68e71537fce4af3396aafe12ccb298b4a9e90b5fb0bc8bb01dec80698c3c57ae8e045a04c53747cc0ce80f8c4d3dd033ed76b3
 WHIRLPOOL 
e8dc50d9175ff3c3d9bbe1853e95edac8b2f2df594413c0175ee86040c1e75fdc4e71d80194a0d0d187d13bf7f96521750ed513c5a65b6e063a97e74bd29b846



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2017-10-13 Thread Jeroen Roovers
commit: 70ada5eccbb70d62d9f6c7367b227d249a80373c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 13 17:43:18 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 13 17:43:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ada5ec

dev-perl/Geo-IP: Fix SRC_URI.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-perl/Geo-IP/{Geo-IP-1.500.0.ebuild => Geo-IP-1.500.0-r1.ebuild} | 4 ++--
 dev-perl/Geo-IP/Manifest| 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.500.0-r1.ebuild
similarity index 87%
rename from dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
rename to dev-perl/Geo-IP/Geo-IP-1.500.0-r1.ebuild
index 7f36f9aafb2..a0cb83e4d4e 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.500.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 MODULE_AUTHOR=MAXMIND
-MODULE_VERSION=1.45
+MODULE_VERSION=1.50
 inherit perl-module multilib
 
 DESCRIPTION="Look up country by IP Address"

diff --git a/dev-perl/Geo-IP/Manifest b/dev-perl/Geo-IP/Manifest
index 6ce7857ccec..b4085054eca 100644
--- a/dev-perl/Geo-IP/Manifest
+++ b/dev-perl/Geo-IP/Manifest
@@ -1 +1,2 @@
 DIST Geo-IP-1.45.tar.gz 134181 SHA256 
0eb765c238dde4a29d5c863d475c72078e5361deab2cfc168b9285bc049e3662 SHA512 
0737459b50251f64a0230176721e6a0cf7fb701451b3488c0a0628a183233b5346b7311a80fe35752104ab6812c6791cd4bafbbfa9e7ff51aa6bd4d489655af3
 WHIRLPOOL 
900aecd85e9c3e5a4ec9739f805fe4d9b4d075dd9e7f5b92d2de306d3974df474958ad81c631753cd8a5ac2a5764023e285046fd603153bb7a30ab0c20cba979
+DIST Geo-IP-1.50.tar.gz 145419 SHA256 
f91fea704e096e9ad2c821f43e1fea325f2737331738d9b136371b51334d262b SHA512 
db5dc8731c970dfd9bb95312666218623453818917a9035358ca5077357f2b3187e07e615f1280fef53e1a7ae6336e4cf4642855b23d5326fa5772bc6462
 WHIRLPOOL 
bab1400ddd0798b46128ff06c401e3e9274ecdfe123a81886360f00eba262362d95a32b68f043e0fe0756249b6fa9919d35db88fb47791c3a1222ae196fb3feb



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2016-09-10 Thread Kent Fredric
commit: 152eca7e931665076927f8b33018ae05031ba68e
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep 10 11:29:21 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep 10 11:29:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152eca7e

dev-perl/Geo-IP: Fix get_libdir in global scope, bug #593372

Bug: https://bugs.gentoo.org/593372

Package-Manager: portage-2.3.0

 dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild | 8 ++--
 dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild | 6 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild
index 7aad310..b0e2873 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,4 +18,8 @@ DEPEND="dev-libs/geoip"
 RDEPEND="${DEPEND}"
 
 SRC_TEST=do
-myconf="LIBS=-L/usr/$(get_libdir)"
+
+src_configure() {
+   myconf="LIBS=-L/usr/$(get_libdir)"
+   perl-module_src_configure
+}

diff --git a/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
index 88c7216..75b7722 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
@@ -18,4 +18,8 @@ DEPEND="dev-libs/geoip"
 RDEPEND="${DEPEND}"
 
 SRC_TEST=do
-myconf="LIBS=-L/usr/$(get_libdir)"
+
+src_configure() {
+   myconf="LIBS=-L/usr/$(get_libdir)"
+   perl-module_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2016-07-24 Thread Jeroen Roovers
commit: 8a9168a67e543e1842531ca837027a26b086ee81
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 24 16:59:27 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 24 17:00:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9168a6

dev-perl/Geo-IP: Version bump.

Package-Manager: portage-2.3.0

 dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild | 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
new file mode 100644
index 000..88c7216
--- /dev/null
+++ b/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MAXMIND
+MODULE_VERSION=1.45
+inherit perl-module multilib
+
+DESCRIPTION="Look up country by IP Address"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-libs/geoip"
+RDEPEND="${DEPEND}"
+
+SRC_TEST=do
+myconf="LIBS=-L/usr/$(get_libdir)"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2016-01-31 Thread Andreas Hüttel
commit: 71cc216ac96cc82b7474b28e98c07b7b96be6412
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jan 31 14:06:31 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jan 31 14:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cc216a

dev-perl/Geo-IP: Remove old

Package-Manager: portage-2.2.27

 dev-perl/Geo-IP/Geo-IP-1.420.0.ebuild | 21 -
 dev-perl/Geo-IP/Geo-IP-1.430.0.ebuild | 21 -
 dev-perl/Geo-IP/Manifest  |  2 --
 3 files changed, 44 deletions(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.420.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.420.0.ebuild
deleted file mode 100644
index 0c5ba2b..000
--- a/dev-perl/Geo-IP/Geo-IP-1.420.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=BORISZ
-MODULE_VERSION=1.42
-inherit perl-module multilib
-
-DESCRIPTION="Look up country by IP Address"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-libs/geoip"
-RDEPEND="${DEPEND}"
-
-SRC_TEST=no
-myconf="LIBS=-L/usr/$(get_libdir)"

diff --git a/dev-perl/Geo-IP/Geo-IP-1.430.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.430.0.ebuild
deleted file mode 100644
index 46bacca..000
--- a/dev-perl/Geo-IP/Geo-IP-1.430.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=BORISZ
-MODULE_VERSION=1.43
-inherit perl-module multilib
-
-DESCRIPTION="Look up country by IP Address"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-libs/geoip"
-RDEPEND="${DEPEND}"
-
-SRC_TEST=do
-myconf="LIBS=-L/usr/$(get_libdir)"

diff --git a/dev-perl/Geo-IP/Manifest b/dev-perl/Geo-IP/Manifest
index a685859..6ce7857 100644
--- a/dev-perl/Geo-IP/Manifest
+++ b/dev-perl/Geo-IP/Manifest
@@ -1,3 +1 @@
-DIST Geo-IP-1.42.tar.gz 111881 SHA256 
c44b517490346e870cea22a1686937537088a85abf75eb8a01b136fc41cf81f5 SHA512 
289d42a479fa5b7916bbb222a6c4f8be535c4bc1169413725b11a1291d49d795e59df963e432cbdf865a624e98e7448807a79c207cae84155607e4adceb585ab
 WHIRLPOOL 
76303a43e633b669cce60004835ef09268699de833e4edea46affd96967041f346156baeb01a9d9f52a39b67749a5a24838b7bc8d7859a01c30becdb71f1bfe3
-DIST Geo-IP-1.43.tar.gz 112349 SHA256 
587ab026e377d609e1ce0057439cd90f57849e0faa38713a5d19ee9f8965f55c SHA512 
f848b4204138db82213b09d9193afc98d8bff04290cb4ad147196e136e3f2e17205bbc3123892208fedb20ae2785d0573517cd3c7de7804ce9424ee9688ce5fb
 WHIRLPOOL 
8d0ecd0da39eb10bebfeda396b322956b5b309af627040a7abcef018d23d2a345fa52a102951878b74d6b06f8e148ff59c7244ccffceedf1b511cd009bb3ffc6
 DIST Geo-IP-1.45.tar.gz 134181 SHA256 
0eb765c238dde4a29d5c863d475c72078e5361deab2cfc168b9285bc049e3662 SHA512 
0737459b50251f64a0230176721e6a0cf7fb701451b3488c0a0628a183233b5346b7311a80fe35752104ab6812c6791cd4bafbbfa9e7ff51aa6bd4d489655af3
 WHIRLPOOL 
900aecd85e9c3e5a4ec9739f805fe4d9b4d075dd9e7f5b92d2de306d3974df474958ad81c631753cd8a5ac2a5764023e285046fd603153bb7a30ab0c20cba979