* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MaxMind-DB-Reader/
@ 2020-02-05 1:02 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-02-05 1:02 UTC (permalink / raw
To: gentoo-commits
commit: ca24e3824bb3793482d18ecac9f8f2290f8fc2d2
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 03:29:41 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 01:01:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca24e382
dev-perl/MaxMind-DB-Reader: Add w/ v=1.0.14
Required for dev-perl/GeoIP2, as suggested by Tomáš Mózes
Bug: https://github.com/gentoo/gentoo/pull/13973
Bug: 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/MaxMind-DB-Reader/Manifest | 1 +
.../MaxMind-DB-Reader-1.0.14.ebuild | 50 ++++++++++++++++++++++
dev-perl/MaxMind-DB-Reader/metadata.xml | 25 +++++++++++
3 files changed, 76 insertions(+)
diff --git a/dev-perl/MaxMind-DB-Reader/Manifest b/dev-perl/MaxMind-DB-Reader/Manifest
new file mode 100644
index 00000000000..b8702c4607b
--- /dev/null
+++ b/dev-perl/MaxMind-DB-Reader/Manifest
@@ -0,0 +1 @@
+DIST MaxMind-DB-Reader-1.000014.tar.gz 230327 BLAKE2B 0ef7fb605d6ef9a0df1a879b01256df412a38925e6d9bf1b7e5451c8a07caf9c93c61bdf471808ef7bfdab2c0abfeaba5db9a6279b630f9eeaed43bfb7966161 SHA512 3cafa359668497b046d2ead814df03350f323fa67dc3f14b7d9d9297f406d0a0b6fcd7f05b36b05a8e087b112c32579d591fe20a368f4ea760e142ccd0802d86
diff --git a/dev-perl/MaxMind-DB-Reader/MaxMind-DB-Reader-1.0.14.ebuild b/dev-perl/MaxMind-DB-Reader/MaxMind-DB-Reader-1.0.14.ebuild
new file mode 100644
index 00000000000..7fb4b096742
--- /dev/null
+++ b/dev-perl/MaxMind-DB-Reader/MaxMind-DB-Reader-1.0.14.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MAXMIND
+DIST_VERSION=1.000014
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Read MaxMind DB files and look up IP addresses"
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Data-IEEE754
+ dev-perl/Data-Printer
+ >=dev-perl/Data-Validate-IP-0.250.0
+ dev-perl/DateTime
+ virtual/perl-Encode
+ virtual/perl-Getopt-Long
+ dev-perl/List-AllUtils
+ virtual/perl-Math-BigInt
+ >=dev-perl/MaxMind-DB-Common-0.40.1
+ dev-perl/Module-Implementation
+ >=dev-perl/Moo-1.3.0
+ dev-perl/MooX-StrictConstructor
+ >=dev-perl/Role-Tiny-1.3.2
+ >=virtual/perl-Socket-1.870.0
+ virtual/perl-autodie
+ dev-perl/namespace-autoclean
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Exporter
+ virtual/perl-File-Spec
+ >=dev-perl/Path-Class-0.270.0
+ >=virtual/perl-Scalar-List-Utils-1.420.0
+ dev-perl/Test-Bits
+ dev-perl/Test-Fatal
+ dev-perl/Test-Number-Delta
+ dev-perl/Test-Requires
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/MaxMind-DB-Reader/metadata.xml b/dev-perl/MaxMind-DB-Reader/metadata.xml
new file mode 100644
index 00000000000..240185fa239
--- /dev/null
+++ b/dev-perl/MaxMind-DB-Reader/metadata.xml
@@ -0,0 +1,25 @@
+<?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">MaxMind-DB-Reader</remote-id>
+ <remote-id type="cpan-module">MaxMind::DB::Reader</remote-id>
+ <remote-id type="cpan-module">MaxMind::DB::Reader::Data::Container</remote-id>
+ <remote-id type="cpan-module">MaxMind::DB::Reader::Data::EndMarker</remote-id>
+ <remote-id type="cpan-module">MaxMind::DB::Reader::Decoder</remote-id>
+ <remote-id type="cpan-module">MaxMind::DB::Reader::PP</remote-id>
+ <remote-id type="cpan-module">MaxMind::DB::Reader::Role::HasDecoder</remote-id>
+ <remote-id type="cpan-module">MaxMind::DB::Reader::Role::HasMetadata</remote-id>
+ <remote-id type="cpan-module">MaxMind::DB::Reader::Role::NodeReader</remote-id>
+ <remote-id type="cpan-module">MaxMind::DB::Reader::Role::Reader</remote-id>
+ <remote-id type="cpan-module">MaxMind::DB::Reader::Role::Sysreader</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MaxMind-DB-Reader/
@ 2023-09-05 14:22 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-09-05 14:22 UTC (permalink / raw
To: gentoo-commits
commit: a793874eb8040a074c54af3dc5dfbc7cbd7b7cae
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 5 14:21:40 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 5 14:21:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a793874e
dev-perl/MaxMind-DB-Reader: Stabilize 1.0.14 x86, #913627
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/MaxMind-DB-Reader/MaxMind-DB-Reader-1.0.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/MaxMind-DB-Reader/MaxMind-DB-Reader-1.0.14.ebuild b/dev-perl/MaxMind-DB-Reader/MaxMind-DB-Reader-1.0.14.ebuild
index d9cf752328c6..5e7a2a6e77f0 100644
--- a/dev-perl/MaxMind-DB-Reader/MaxMind-DB-Reader-1.0.14.ebuild
+++ b/dev-perl/MaxMind-DB-Reader/MaxMind-DB-Reader-1.0.14.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Read MaxMind DB files and look up IP addresses"
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="~amd64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~loong ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MaxMind-DB-Reader/
@ 2023-09-05 14:22 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-09-05 14:22 UTC (permalink / raw
To: gentoo-commits
commit: 4f51fd73847a1378a206b239716ec327a5703195
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 5 14:21:45 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 5 14:21:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f51fd73
dev-perl/MaxMind-DB-Reader: Stabilize 1.0.14 amd64, #913627
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/MaxMind-DB-Reader/MaxMind-DB-Reader-1.0.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/MaxMind-DB-Reader/MaxMind-DB-Reader-1.0.14.ebuild b/dev-perl/MaxMind-DB-Reader/MaxMind-DB-Reader-1.0.14.ebuild
index 5e7a2a6e77f0..4ca8a8460b66 100644
--- a/dev-perl/MaxMind-DB-Reader/MaxMind-DB-Reader-1.0.14.ebuild
+++ b/dev-perl/MaxMind-DB-Reader/MaxMind-DB-Reader-1.0.14.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Read MaxMind DB files and look up IP addresses"
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="~amd64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~loong ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-05 14:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-05 14:22 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MaxMind-DB-Reader/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-09-05 14:22 Sam James
2020-02-05 1:02 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox