public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/geoipyupdate/
@ 2024-04-18 23:48 Michael Orlitzky
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Orlitzky @ 2024-04-18 23:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6b06a5d8472f421db6e983d9a107d2e5bd2f62af
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 23:08:37 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 23:45:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b06a5d8

net-misc/geoipyupdate: new package, add 0.0.1

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-misc/geoipyupdate/Manifest                  |  1 +
 net-misc/geoipyupdate/geoipyupdate-0.0.1.ebuild | 26 +++++++++++++++++++++++++
 net-misc/geoipyupdate/metadata.xml              |  7 +++++++
 3 files changed, 34 insertions(+)

diff --git a/net-misc/geoipyupdate/Manifest b/net-misc/geoipyupdate/Manifest
new file mode 100644
index 000000000000..69b30316f27f
--- /dev/null
+++ b/net-misc/geoipyupdate/Manifest
@@ -0,0 +1 @@
+DIST geoipyupdate-0.0.1.tar.gz 17000 BLAKE2B e68d044fc748f0876745a21cb77e8098367ab7e260ff53e0e6b68ad88d7c1deb4b6f3977eeaf61a1b0a54f30f0fc32e302a89e996a9ccb69f9dc9c48c3d0df03 SHA512 8e78866f083b3ab8ef445d82e4d9081f7f59437348638e951c615f610e382ac5b7f9dc08c3a28735322442a22d276cfed12dcd375ac613f0d18f10ef94b200b7

diff --git a/net-misc/geoipyupdate/geoipyupdate-0.0.1.ebuild b/net-misc/geoipyupdate/geoipyupdate-0.0.1.ebuild
new file mode 100644
index 000000000000..6212aa8469a4
--- /dev/null
+++ b/net-misc/geoipyupdate/geoipyupdate-0.0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple python replacement for the MaxMind geoipupdate program"
+HOMEPAGE="https://michael.orlitzky.com/code/geoipyupdate.xhtml"
+SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.gz"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
+
+DOCS=( README.rst doc/geoipyupdate-sample.toml )
+
+src_install() {
+	distutils-r1_src_install
+	doman doc/man1/geoipyupdate.1
+}

diff --git a/net-misc/geoipyupdate/metadata.xml b/net-misc/geoipyupdate/metadata.xml
new file mode 100644
index 000000000000..c6418674131d
--- /dev/null
+++ b/net-misc/geoipyupdate/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>mjo@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/geoipyupdate/
@ 2025-03-23 13:41 Michael Orlitzky
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Orlitzky @ 2025-03-23 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d14c921647e488aa6080a683d26979ef44c59f6b
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 23 13:18:20 2025 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 23 13:40:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14c9216

net-misc/geoipyupdate: add 0.0.3, drop 0.0.1

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-misc/geoipyupdate/Manifest                                      | 2 +-
 .../{geoipyupdate-0.0.1.ebuild => geoipyupdate-0.0.3.ebuild}        | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/geoipyupdate/Manifest b/net-misc/geoipyupdate/Manifest
index 69b30316f27f..dcae62181f5b 100644
--- a/net-misc/geoipyupdate/Manifest
+++ b/net-misc/geoipyupdate/Manifest
@@ -1 +1 @@
-DIST geoipyupdate-0.0.1.tar.gz 17000 BLAKE2B e68d044fc748f0876745a21cb77e8098367ab7e260ff53e0e6b68ad88d7c1deb4b6f3977eeaf61a1b0a54f30f0fc32e302a89e996a9ccb69f9dc9c48c3d0df03 SHA512 8e78866f083b3ab8ef445d82e4d9081f7f59437348638e951c615f610e382ac5b7f9dc08c3a28735322442a22d276cfed12dcd375ac613f0d18f10ef94b200b7
+DIST geoipyupdate-0.0.3.tar.gz 17309 BLAKE2B a604446e2ba7bee329ad14369c0fc8dc8f474017d589be9d1aa6a38f589a338eec86479cb2cc9f8db1a678de01d97476f71d88fac09e00988c5bb07d10fc67c7 SHA512 ce9c780d757dee206f679420b4fcd6e0a5a32e19048f563ee6186ff8f8207c44effbe98aa10c96a66992c7e05b9176f21c0dc23af3bc33528749a4ba61bb68f2

diff --git a/net-misc/geoipyupdate/geoipyupdate-0.0.1.ebuild b/net-misc/geoipyupdate/geoipyupdate-0.0.3.ebuild
similarity index 84%
rename from net-misc/geoipyupdate/geoipyupdate-0.0.1.ebuild
rename to net-misc/geoipyupdate/geoipyupdate-0.0.3.ebuild
index 6212aa8469a4..42ac0a2c95f2 100644
--- a/net-misc/geoipyupdate/geoipyupdate-0.0.1.ebuild
+++ b/net-misc/geoipyupdate/geoipyupdate-0.0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1
 
@@ -14,7 +14,7 @@ SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.gz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/geoipyupdate/
@ 2025-04-04  2:07 Michael Orlitzky
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Orlitzky @ 2025-04-04  2:07 UTC (permalink / raw
  To: gentoo-commits

commit:     3d698ae0ad2520e031fee833f1fa04be83774ac8
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  4 02:05:34 2025 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Apr  4 02:05:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d698ae0

net-misc/geoipyupdate: add 0.0.4, drop 0.0.3

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-misc/geoipyupdate/Manifest                                          | 2 +-
 .../{geoipyupdate-0.0.3.ebuild => geoipyupdate-0.0.4.ebuild}            | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/geoipyupdate/Manifest b/net-misc/geoipyupdate/Manifest
index dcae62181f5b..5be362f5c96c 100644
--- a/net-misc/geoipyupdate/Manifest
+++ b/net-misc/geoipyupdate/Manifest
@@ -1 +1 @@
-DIST geoipyupdate-0.0.3.tar.gz 17309 BLAKE2B a604446e2ba7bee329ad14369c0fc8dc8f474017d589be9d1aa6a38f589a338eec86479cb2cc9f8db1a678de01d97476f71d88fac09e00988c5bb07d10fc67c7 SHA512 ce9c780d757dee206f679420b4fcd6e0a5a32e19048f563ee6186ff8f8207c44effbe98aa10c96a66992c7e05b9176f21c0dc23af3bc33528749a4ba61bb68f2
+DIST geoipyupdate-0.0.4.tar.gz 17450 BLAKE2B 0a1a8c00208713160887a0909556fcf69227c5b53dbd319e239fc6c8c82779b0ca8e66a94cffe7c6ab6c6d196dc659ba900400dd87550e88a91d50d9b3b2264d SHA512 3465ab20e6adf1d982d4728abe0d2f57ee2713306426460c2dd663eb1d14b00b8b629f95a2b5dfefb443cb2b4823d99105cc188fb279c2d115d2f9cf2641199d

diff --git a/net-misc/geoipyupdate/geoipyupdate-0.0.3.ebuild b/net-misc/geoipyupdate/geoipyupdate-0.0.4.ebuild
similarity index 100%
rename from net-misc/geoipyupdate/geoipyupdate-0.0.3.ebuild
rename to net-misc/geoipyupdate/geoipyupdate-0.0.4.ebuild


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

end of thread, other threads:[~2025-04-04  2:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-18 23:48 [gentoo-commits] repo/gentoo:master commit in: net-misc/geoipyupdate/ Michael Orlitzky
  -- strict thread matches above, loose matches on Subject: below --
2025-03-23 13:41 Michael Orlitzky
2025-04-04  2:07 Michael Orlitzky

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