diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-12-25 01:09:32 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-12-25 01:09:32 +0100 |
commit | 3884b623559703c8010c2bf4d0e825970d0c8994 (patch) | |
tree | daeb9e97125377b6b4c1082e10eff8846e26c799 /dev-perl/IP-Country | |
parent | plasma-mobile.kde.org.eclass: Drop bogus SLOT def (diff) | |
download | gentoo-3884b623559703c8010c2bf4d0e825970d0c8994.tar.gz gentoo-3884b623559703c8010c2bf4d0e825970d0c8994.tar.bz2 gentoo-3884b623559703c8010c2bf4d0e825970d0c8994.zip |
dev-perl/IP-Country: new package, add 2.28
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-perl/IP-Country')
-rw-r--r-- | dev-perl/IP-Country/IP-Country-2.28.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/IP-Country/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/IP-Country/metadata.xml | 8 |
3 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/IP-Country/IP-Country-2.28.ebuild b/dev-perl/IP-Country/IP-Country-2.28.ebuild new file mode 100644 index 000000000000..e0803eaac8c7 --- /dev/null +++ b/dev-perl/IP-Country/IP-Country-2.28.ebuild @@ -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 )" diff --git a/dev-perl/IP-Country/Manifest b/dev-perl/IP-Country/Manifest new file mode 100644 index 000000000000..9ee47d7c8fe7 --- /dev/null +++ b/dev-perl/IP-Country/Manifest @@ -0,0 +1 @@ +DIST IP-Country-2.28.tar.gz 296585 BLAKE2B acdc78a53755526bcc964dd07dc6b3a179531b6321f332fcd4c0bdc4943c4e27062616168f5301a9f018bd0fb87e851bd813bfb41719fa437c54af7e4c2d3a72 SHA512 3596014eaeb7d0be8edd9b98c2f31e83587cc48c738837eaa78e9dc6c7ee6cee371a7bc230f28fa2901b9eece7fe0fa2126135a3d90d1261488d61cedcec25ac diff --git a/dev-perl/IP-Country/metadata.xml b/dev-perl/IP-Country/metadata.xml new file mode 100644 index 000000000000..c07e13d4a6bd --- /dev/null +++ b/dev-perl/IP-Country/metadata.xml @@ -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> |