dev-perl/IP-Country: new package, add 2.28

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2022-12-25 01:09:32 +01:00
parent d854d59405
commit 3884b62355
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=NWETTERS
inherit perl-module
DESCRIPTION="Lookup country from IP address or hostname"
SLOT="0"
LICENSE="|| ( Artistic GPL-1+ )"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
BDEPEND="test? ( virtual/perl-Test-Harness )"

View File

@@ -0,0 +1 @@
DIST IP-Country-2.28.tar.gz 296585 BLAKE2B acdc78a53755526bcc964dd07dc6b3a179531b6321f332fcd4c0bdc4943c4e27062616168f5301a9f018bd0fb87e851bd813bfb41719fa437c54af7e4c2d3a72 SHA512 3596014eaeb7d0be8edd9b98c2f31e83587cc48c738837eaa78e9dc6c7ee6cee371a7bc230f28fa2901b9eece7fe0fa2126135a3d90d1261488d61cedcec25ac

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
</pkgmetadata>