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 0000000000000..1d22f4beebe4b --- /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 0000000000000..6454c80764580 --- /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 0000000000000..e3f764df66cb8 --- /dev/null +++ b/dev-perl/GeoIP2/metadata.xml @@ -0,0 +1,51 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + hydrapolic@gmail.com + Tomáš Mózes + + + GeoIP2 + GeoIP2 + GeoIP2::Database::Reader + GeoIP2::Error::Generic + GeoIP2::Error::HTTP + GeoIP2::Error::IPAddressNotFound + GeoIP2::Error::Type + GeoIP2::Error::WebService + GeoIP2::Model::ASN + GeoIP2::Model::AnonymousIP + GeoIP2::Model::City + GeoIP2::Model::ConnectionType + GeoIP2::Model::Country + GeoIP2::Model::Domain + GeoIP2::Model::Enterprise + GeoIP2::Model::ISP + GeoIP2::Model::Insights + GeoIP2::Record::City + GeoIP2::Record::Continent + GeoIP2::Record::Country + GeoIP2::Record::Location + GeoIP2::Record::MaxMind + GeoIP2::Record::Postal + GeoIP2::Record::RepresentedCountry + GeoIP2::Record::Subdivision + GeoIP2::Record::Traits + GeoIP2::Role::Error::HTTP + GeoIP2::Role::HasIPAddress + GeoIP2::Role::HasLocales + GeoIP2::Role::Model + GeoIP2::Role::Model::Flat + GeoIP2::Role::Model::HasSubdivisions + GeoIP2::Role::Model::Location + GeoIP2::Role::Record::Country + GeoIP2::Role::Record::HasNames + GeoIP2::Types + GeoIP2::WebService::Client + +