* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GeoIP2/
@ 2020-02-05 1:02 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-02-05 1:02 UTC (permalink / raw
To: gentoo-commits
commit: a1a45dc633757c57576e1bc46c68bd9bc628aa0e
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 06:25:05 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 01:02:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a45dc6
dev-perl/GeoIP2: Add w/ v=2.6.2
Provides access to GeoIP2 databases used for example by
SpamAssasssin to map IP addresses to geo locations.
Suggested by Tomáš Mózes
Closes: https://github.com/gentoo/gentoo/pull/13973
Closes: https://bugs.gentoo.org/675494
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild | 48 ++++++++++++++++++++++++++++++++++
dev-perl/GeoIP2/Manifest | 1 +
dev-perl/GeoIP2/metadata.xml | 51 +++++++++++++++++++++++++++++++++++++
3 files changed, 100 insertions(+)
diff --git a/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild b/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild
new file mode 100644
index 00000000000..1d22f4beebe
--- /dev/null
+++ b/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MAXMIND
+DIST_VERSION=2.006002
+inherit perl-module
+
+DESCRIPTION="API for MaxMind's GeoIP2 web services and databases"
+SLOT="0"
+KEYWORDS="~amd64 ~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
+ dev-perl/URI
+ 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
+ dev-perl/Test-Number-Delta
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/GeoIP2/Manifest b/dev-perl/GeoIP2/Manifest
new file mode 100644
index 00000000000..6454c807645
--- /dev/null
+++ b/dev-perl/GeoIP2/Manifest
@@ -0,0 +1 @@
+DIST GeoIP2-2.006002.tar.gz 249915 BLAKE2B c1635de576e0c7f0ebad85bb3d850d6fbc979108777c494ec1685b4ce68b87c895e46df904b9cde5712b9d6aa9f6b341b66c024459f6cf88546f2e6ef6732c0f SHA512 a552c6487b340aa928cfc6ce037724cf0fa98332b731388734bc2b25e7d1a31e2c45c0cd12b6c962b5b483172837587254d742fb04cbcec67586d92dae71e356
diff --git a/dev-perl/GeoIP2/metadata.xml b/dev-perl/GeoIP2/metadata.xml
new file mode 100644
index 00000000000..e3f764df66c
--- /dev/null
+++ b/dev-perl/GeoIP2/metadata.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>hydrapolic@gmail.com</email>
+ <name>Tomáš Mózes</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">GeoIP2</remote-id>
+ <remote-id type="cpan-module">GeoIP2</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Database::Reader</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Error::Generic</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Error::HTTP</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Error::IPAddressNotFound</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Error::Type</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Error::WebService</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Model::ASN</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Model::AnonymousIP</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Model::City</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Model::ConnectionType</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Model::Country</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Model::Domain</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Model::Enterprise</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Model::ISP</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Model::Insights</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Record::City</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Record::Continent</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Record::Country</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Record::Location</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Record::MaxMind</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Record::Postal</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Record::RepresentedCountry</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Record::Subdivision</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Record::Traits</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Role::Error::HTTP</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Role::HasIPAddress</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Role::HasLocales</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Role::Model</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Role::Model::Flat</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Role::Model::HasSubdivisions</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Role::Model::Location</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Role::Record::Country</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Role::Record::HasNames</remote-id>
+ <remote-id type="cpan-module">GeoIP2::Types</remote-id>
+ <remote-id type="cpan-module">GeoIP2::WebService::Client</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GeoIP2/
@ 2023-07-27 10:22 WANG Xuerui
0 siblings, 0 replies; 4+ messages in thread
From: WANG Xuerui @ 2023-07-27 10:22 UTC (permalink / raw
To: gentoo-commits
commit: 76417fdaa1ac752ebefd1cf4250077ec4f6dd372
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 09:29:06 2023 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 10:21:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76417fda
dev-perl/GeoIP2: keyword 2.6.2 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild b/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild
index 2efaf825c7b4..4f3f46337ec9 100644
--- a/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild
+++ b/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="API for MaxMind's GeoIP2 web services and databases"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~loong ~riscv ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GeoIP2/
@ 2023-09-05 14:22 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-09-05 14:22 UTC (permalink / raw
To: gentoo-commits
commit: 9f835c616e82ee3da1323bda377f75eb370c6d3e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 5 14:21:43 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 5 14:21:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f835c61
dev-perl/GeoIP2: Stabilize 2.6.2 amd64, #913627
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild b/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild
index 148e04a19d07..8a5d806094cc 100644
--- a/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild
+++ b/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="API for MaxMind's GeoIP2 web services and databases"
SLOT="0"
-KEYWORDS="~amd64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~loong ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GeoIP2/
@ 2023-09-05 14:22 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-09-05 14:22 UTC (permalink / raw
To: gentoo-commits
commit: 3d90fd7188621b0c05a07093e3e1c971baf2c92a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 5 14:21:38 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 5 14:21:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d90fd71
dev-perl/GeoIP2: Stabilize 2.6.2 x86, #913627
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild b/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild
index 4f3f46337ec9..148e04a19d07 100644
--- a/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild
+++ b/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="API for MaxMind's GeoIP2 web services and databases"
SLOT="0"
-KEYWORDS="~amd64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~loong ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-09-05 14:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-05 1:02 [gentoo-commits] repo/gentoo:master commit in: dev-perl/GeoIP2/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2023-07-27 10:22 WANG Xuerui
2023-09-05 14:22 Sam James
2023-09-05 14:22 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox