public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/geoipyupdate/
Date: Thu, 18 Apr 2024 23:48:35 +0000 (UTC)	[thread overview]
Message-ID: <1713483914.6b06a5d8472f421db6e983d9a107d2e5bd2f62af.mjo@gentoo> (raw)

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>


             reply	other threads:[~2024-04-18 23:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-18 23:48 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-23 13:41 [gentoo-commits] repo/gentoo:master commit in: net-misc/geoipyupdate/ Michael Orlitzky
2025-04-04  2:07 Michael Orlitzky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1713483914.6b06a5d8472f421db6e983d9a107d2e5bd2f62af.mjo@gentoo \
    --to=mjo@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox