* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IP-Country/
@ 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: 3884b623559703c8010c2bf4d0e825970d0c8994
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 00:09:32 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 00:09:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3884b623
dev-perl/IP-Country: new package, add 2.28
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-perl/IP-Country/IP-Country-2.28.ebuild | 16 ++++++++++++++++
dev-perl/IP-Country/Manifest | 1 +
dev-perl/IP-Country/metadata.xml | 8 ++++++++
3 files changed, 25 insertions(+)
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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IP-Country/
@ 2022-12-29 22:13 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2022-12-29 22:13 UTC (permalink / raw
To: gentoo-commits
commit: 930378dce0d72f1deb6bc5c822f67320f876f2c7
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 22:12:32 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 22:12:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930378dc
dev-perl/IP-Country: fix version
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../IP-Country/{IP-Country-2.28.ebuild => IP-Country-2.280.0.ebuild} | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-perl/IP-Country/IP-Country-2.28.ebuild b/dev-perl/IP-Country/IP-Country-2.280.0.ebuild
similarity index 91%
rename from dev-perl/IP-Country/IP-Country-2.28.ebuild
rename to dev-perl/IP-Country/IP-Country-2.280.0.ebuild
index e0803eaac8c7..80efa8bd6c15 100644
--- a/dev-perl/IP-Country/IP-Country-2.28.ebuild
+++ b/dev-perl/IP-Country/IP-Country-2.280.0.ebuild
@@ -4,13 +4,11 @@
EAPI=8
DIST_AUTHOR=NWETTERS
-
+DIST_VERSION=2.28
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 )"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IP-Country/
@ 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: 8e216d53dbb073a2483f6543090f3a96c722fa8d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 02:56:26 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 02:56:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e216d53
dev-perl/IP-Country: update upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/IP-Country/metadata.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/dev-perl/IP-Country/metadata.xml b/dev-perl/IP-Country/metadata.xml
index c07e13d4a6bd..edf230bf34d2 100644
--- a/dev-perl/IP-Country/metadata.xml
+++ b/dev-perl/IP-Country/metadata.xml
@@ -5,4 +5,13 @@
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">IP-Country</remote-id>
+ <remote-id type="cpan-module">IP::Authority</remote-id>
+ <remote-id type="cpan-module">IP::Country</remote-id>
+ <remote-id type="cpan-module">IP::Country::Fast</remote-id>
+ <remote-id type="cpan-module">IP::Country::MaxMind</remote-id>
+ <remote-id type="cpan-module">IP::Country::Medium</remote-id>
+ <remote-id type="cpan-module">IP::Country::Slow</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IP-Country/
@ 2025-06-25 11:42 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-06-25 11:42 UTC (permalink / raw
To: gentoo-commits
commit: e974ca36538c8b46b62b99f554bbee39fa633f3b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 11:40:23 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 11:42:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e974ca36
dev-perl/IP-Country: fix MissingVersionedVirtualPerlDependency
(Test only dep.)
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/IP-Country/IP-Country-2.280.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-perl/IP-Country/IP-Country-2.280.0.ebuild b/dev-perl/IP-Country/IP-Country-2.280.0.ebuild
index 4bd7b924b8db..4a7a0c6b557b 100644
--- a/dev-perl/IP-Country/IP-Country-2.280.0.ebuild
+++ b/dev-perl/IP-Country/IP-Country-2.280.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,6 @@ DIST_VERSION=2.28
inherit perl-module
DESCRIPTION="Lookup country from IP address or hostname"
+
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-BDEPEND="test? ( virtual/perl-Test-Harness )"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-06-25 11:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25 11:42 [gentoo-commits] repo/gentoo:master commit in: dev-perl/IP-Country/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-06-24 2:57 Sam James
2022-12-29 22:13 Andreas K. Hüttel
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