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>m...@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>

Reply via email to