From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EFC55158020 for ; Sun, 25 Dec 2022 00:20:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08D0AE07A9; Sun, 25 Dec 2022 00:20:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E91F3E07A9 for ; Sun, 25 Dec 2022 00:20:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20EAB340F41 for ; Sun, 25 Dec 2022 00:20:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CB637DC for ; Sun, 25 Dec 2022 00:20:30 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1671927346.427b8356c6bf7eb4bf8a854979451baf5a9cf1de.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IP-Country-DB_File/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03.ebuild dev-perl/IP-Country-DB_File/Manifest dev-perl/IP-Country-DB_File/metadata.xml X-VCS-Directories: dev-perl/IP-Country-DB_File/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 427b8356c6bf7eb4bf8a854979451baf5a9cf1de X-VCS-Branch: master Date: Sun, 25 Dec 2022 00:20:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f18e2a1c-4c47-498b-ab88-f72522267caa X-Archives-Hash: 6f25b407f361fceb7d26a0444ca9997e commit: 427b8356c6bf7eb4bf8a854979451baf5a9cf1de Author: Conrad Kostecki gentoo org> AuthorDate: Sun Dec 25 00:13:18 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Dec 25 00:15:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=427b8356 dev-perl/IP-Country-DB_File: new package, add 3.03 Signed-off-by: Conrad Kostecki gentoo.org> .../IP-Country-DB_File/IP-Country-DB_File-3.03.ebuild | 18 ++++++++++++++++++ dev-perl/IP-Country-DB_File/Manifest | 1 + dev-perl/IP-Country-DB_File/metadata.xml | 8 ++++++++ 3 files changed, 27 insertions(+) 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 @@ + + + + + conikost@gentoo.org + Conrad Kostecki + +