dev-perl/MaxMind-DB-Reader-XS: Add w/ version=1.0.8

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@gentoo.org>
This commit is contained in:
Kent Fredric 2020-02-04 18:50:56 +13:00
parent ca24e3824b
commit 839fa6f296
No known key found for this signature in database
GPG Key ID: 75AE9219A81583B5
3 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST MaxMind-DB-Reader-XS-1.000008.tar.gz 309693 BLAKE2B 6b6d964785126c26e9920eac3716529a1fcd75bc4ddd2a68f9c00ba8a5d189991344bc1f9adf7ccf43fc09fe0c404b5ccdea5eab95c18b65a990c0468f1bb30d SHA512 183cc650fd953db66233d7118dbb5a699965816847643b99a45927791104fb20c5bf04757236adf7b88c8a85edea54098d0034856c8bb31a17a209da62423661

View File

@ -0,0 +1,45 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=MAXMIND
DIST_VERSION=1.000008
inherit perl-module
DESCRIPTION="Fast XS implementation of MaxMind DB reader"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-libs/libmaxminddb:=
dev-perl/Math-Int128
dev-perl/Math-Int64
dev-perl/MaxMind-DB-Reader
>=dev-perl/MaxMind-DB-Common-0.40.1
dev-perl/Moo
virtual/perl-XSLoader
dev-perl/namespace-autoclean
"
DEPEND="
>=dev-perl/Module-Build-0.280.0
dev-libs/libmaxminddb:=
"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.280.0
test? (
virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
dev-perl/Module-Implementation
>=dev-perl/Net-Works-0.210.0
>=dev-perl/Path-Class-0.270.0
dev-perl/Test-Fatal
dev-perl/Test-Number-Delta
dev-perl/Test-Requires
>=virtual/perl-Test-Simple-0.960.0
virtual/perl-autodie
virtual/perl-version
)
"

View File

@ -0,0 +1,16 @@
<?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-XS</remote-id>
<remote-id type="cpan-module">MaxMind::DB::Reader::XS</remote-id>
</upstream>
</pkgmetadata>