summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2023-04-23 02:49:01 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-04-23 02:49:01 +0200
commit0c3a91ed12413ac4cb92fe83a8ceb1eed5961417 (patch)
treec043e9830670df8f34d7537efeab5134820675a6 /dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0-r1.ebuild
parentapp-misc/mx5000tools: fix compilation with musl (diff)
downloadgentoo-0c3a91ed12413ac4cb92fe83a8ceb1eed5961417.tar.gz
gentoo-0c3a91ed12413ac4cb92fe83a8ceb1eed5961417.tar.bz2
gentoo-0c3a91ed12413ac4cb92fe83a8ceb1eed5961417.zip
dev-perl/IP-Country-DB_File: update test deps
Closes: https://bugs.gentoo.org/888458 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0-r1.ebuild')
-rw-r--r--dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0-r1.ebuild b/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0-r1.ebuild
new file mode 100644
index 000000000000..0c9f105a81d5
--- /dev/null
+++ b/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=NWELLNHOF
+DIST_VERSION=3.03
+inherit perl-module
+
+DESCRIPTION="Build an IP address to country code database"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="dev-perl/IP-Country"
+DEPEND="test? (
+ ${RDEPEND}
+ dev-perl/Math-Int64
+ virtual/perl-DB_File
+ virtual/perl-Test-Harness
+ )
+"