public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IP-Country-DB_File/
@ 2022-12-25  0:20 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2022-12-25  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     427b8356c6bf7eb4bf8a854979451baf5a9cf1de
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 00:13:18 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <conikost <AT> 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 @@
+<?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>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IP-Country-DB_File/
@ 2022-12-25 19:45 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2022-12-25 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     40e36a921cdf4a206d1a9ecb6216a4c49cef32ed
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 19:42:23 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 19:44:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e36a92

dev-perl/IP-Country-DB_File: fix tests

Closes: https://bugs.gentoo.org/888209
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...ountry-DB_File-3.03.ebuild => IP-Country-DB_File-3.03-r1.ebuild} | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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-r1.ebuild
similarity index 84%
rename from dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03.ebuild
rename to dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03-r1.ebuild
index 91460af3fb9d..f9313e94690e 100644
--- 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-r1.ebuild
@@ -15,4 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc
 
 RDEPEND="dev-perl/IP-Country"
 DEPEND="${RDEPEND}"
-BDEPEND="test? ( virtual/perl-Test-Harness )"
+BDEPEND="test? (
+		virtual/perl-DB_File
+		virtual/perl-Test-Harness
+	)
+"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IP-Country-DB_File/
@ 2022-12-29 22:20 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2022-12-29 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     93c7a8b68993691ff74cfda9aeb3f1a14cae3414
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 22:20:05 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 22:20:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c7a8b6

dev-perl/IP-Country-DB_File: fix version

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...try-DB_File-3.03-r1.ebuild => IP-Country-DB_File-3.30.0.ebuild} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03-r1.ebuild b/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0.ebuild
similarity index 84%
rename from dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03-r1.ebuild
rename to dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0.ebuild
index f9313e94690e..bacf39ac4004 100644
--- a/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03-r1.ebuild
+++ b/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0.ebuild
@@ -4,18 +4,17 @@
 EAPI=8
 
 DIST_AUTHOR=NWELLNHOF
-
+DIST_VERSION=3.03
 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? (
+DEPEND="test? (
+		${RDEPEND}
 		virtual/perl-DB_File
 		virtual/perl-Test-Harness
 	)


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IP-Country-DB_File/
@ 2023-06-24  2:57 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-06-24  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     832e70041480e3b25a3452f19ff28c2d611126d5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 02:56:27 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 02:56:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832e7004

dev-perl/IP-Country-DB_File: update upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/IP-Country-DB_File/metadata.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-perl/IP-Country-DB_File/metadata.xml b/dev-perl/IP-Country-DB_File/metadata.xml
index c07e13d4a6bd..3acfaefb857b 100644
--- a/dev-perl/IP-Country-DB_File/metadata.xml
+++ b/dev-perl/IP-Country-DB_File/metadata.xml
@@ -5,4 +5,10 @@
 		<email>conikost@gentoo.org</email>
 		<name>Conrad Kostecki</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="cpan">IP-Country-DB_File</remote-id>
+		<remote-id type="cpan-module">IP::Country::DB_File</remote-id>
+		<remote-id type="cpan-module">IP::Country::DB_File::Builder</remote-id>
+		<remote-id type="github">nwellnhof/IP-Country-DB_File</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-24  2:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-29 22:20 [gentoo-commits] repo/gentoo:master commit in: dev-perl/IP-Country-DB_File/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2023-06-24  2:57 Sam James
2022-12-25 19:45 Conrad Kostecki
2022-12-25  0:20 Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox