diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-12-25 01:13:18 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-12-25 01:15:46 +0100 |
commit | 427b8356c6bf7eb4bf8a854979451baf5a9cf1de (patch) | |
tree | e8bdcc8911919cb9613b310fc0be98b79db5f718 /dev-perl/IP-Country-DB_File | |
parent | dev-perl/IP-Country: new package, add 2.28 (diff) | |
download | gentoo-427b8356c6bf7eb4bf8a854979451baf5a9cf1de.tar.gz gentoo-427b8356c6bf7eb4bf8a854979451baf5a9cf1de.tar.bz2 gentoo-427b8356c6bf7eb4bf8a854979451baf5a9cf1de.zip |
dev-perl/IP-Country-DB_File: new package, add 3.03
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-perl/IP-Country-DB_File')
-rw-r--r-- | dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/IP-Country-DB_File/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/IP-Country-DB_File/metadata.xml | 8 |
3 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03.ebuild b/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03.ebuild new file mode 100644 index 000000000000..91460af3fb9d --- /dev/null +++ b/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=NWELLNHOF + +inherit perl-module + +DESCRIPTION="Build an IP address to country code database" + +SLOT="0" +LICENSE="|| ( Artistic GPL-1+ )" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="dev-perl/IP-Country" +DEPEND="${RDEPEND}" +BDEPEND="test? ( virtual/perl-Test-Harness )" diff --git a/dev-perl/IP-Country-DB_File/Manifest b/dev-perl/IP-Country-DB_File/Manifest new file mode 100644 index 000000000000..7058e931fb5c --- /dev/null +++ b/dev-perl/IP-Country-DB_File/Manifest @@ -0,0 +1 @@ +DIST IP-Country-DB_File-3.03.tar.gz 16736 BLAKE2B 1cd35992134a965419d03e15d2ae5270992a0e28ac04a70003815ecf64b2b76360bcbde2200fb002786b521c7fc4baccdb17380ac7e9834fca4483da611fc708 SHA512 bc23bf9a6c4ea37325ea9c0eefb4eeef84f3a131a74aae4c0332e81a32d8f6a827d8764463621507f5dd07509ea4d74ce2faaa50b83f3d33b64c1b30dfc24329 diff --git a/dev-perl/IP-Country-DB_File/metadata.xml b/dev-perl/IP-Country-DB_File/metadata.xml new file mode 100644 index 000000000000..c07e13d4a6bd --- /dev/null +++ b/dev-perl/IP-Country-DB_File/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> |