From 8bcae5a5a332db9dc28c20b7a5f28337d8335254 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 5 Apr 2025 01:34:33 +0100 Subject: gentoo auto-resync : 05:04:2025 - 01:34:33 --- net-misc/Manifest.gz | Bin 53155 -> 53156 bytes net-misc/geoipyupdate/Manifest | 4 ++-- net-misc/geoipyupdate/geoipyupdate-0.0.3.ebuild | 26 ------------------------ net-misc/geoipyupdate/geoipyupdate-0.0.4.ebuild | 26 ++++++++++++++++++++++++ 4 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 net-misc/geoipyupdate/geoipyupdate-0.0.3.ebuild create mode 100644 net-misc/geoipyupdate/geoipyupdate-0.0.4.ebuild (limited to 'net-misc') diff --git a/net-misc/Manifest.gz b/net-misc/Manifest.gz index d52430bb9403..38ca429674eb 100644 Binary files a/net-misc/Manifest.gz and b/net-misc/Manifest.gz differ diff --git a/net-misc/geoipyupdate/Manifest b/net-misc/geoipyupdate/Manifest index ee459dbc744d..0464658e2f9e 100644 --- a/net-misc/geoipyupdate/Manifest +++ b/net-misc/geoipyupdate/Manifest @@ -1,3 +1,3 @@ -DIST geoipyupdate-0.0.3.tar.gz 17309 BLAKE2B a604446e2ba7bee329ad14369c0fc8dc8f474017d589be9d1aa6a38f589a338eec86479cb2cc9f8db1a678de01d97476f71d88fac09e00988c5bb07d10fc67c7 SHA512 ce9c780d757dee206f679420b4fcd6e0a5a32e19048f563ee6186ff8f8207c44effbe98aa10c96a66992c7e05b9176f21c0dc23af3bc33528749a4ba61bb68f2 -EBUILD geoipyupdate-0.0.3.ebuild 636 BLAKE2B 3b7cdde988d822da83bfcf5ca3e459fdfac8ee1fc70dd8ae8f21c0a3cc4580f96382167dd431322957fda5ead3787d6eb3b9374b1a1bf07666804da77d9c705e SHA512 57a40a0d07da410c4988d4e26410df168cad8e50941a42485c55ef34b1fcc90f5e14e993ac1920025b3c0c8ea4bcb1f2b2fe0f62b09b20992c1d74ee408c7da0 +DIST geoipyupdate-0.0.4.tar.gz 17450 BLAKE2B 0a1a8c00208713160887a0909556fcf69227c5b53dbd319e239fc6c8c82779b0ca8e66a94cffe7c6ab6c6d196dc659ba900400dd87550e88a91d50d9b3b2264d SHA512 3465ab20e6adf1d982d4728abe0d2f57ee2713306426460c2dd663eb1d14b00b8b629f95a2b5dfefb443cb2b4823d99105cc188fb279c2d115d2f9cf2641199d +EBUILD geoipyupdate-0.0.4.ebuild 636 BLAKE2B 3b7cdde988d822da83bfcf5ca3e459fdfac8ee1fc70dd8ae8f21c0a3cc4580f96382167dd431322957fda5ead3787d6eb3b9374b1a1bf07666804da77d9c705e SHA512 57a40a0d07da410c4988d4e26410df168cad8e50941a42485c55ef34b1fcc90f5e14e993ac1920025b3c0c8ea4bcb1f2b2fe0f62b09b20992c1d74ee408c7da0 MISC metadata.xml 219 BLAKE2B 27094593eb47f098fe9df926d3a827b65c2ca39ac6b03d392efe2c19d646274e5b462f65a7177ba2556a9167c994544688e53a3df810dc7f86ae43c4a75fd59e SHA512 e990bf6d766d6c0380344187a03b66380e4ed7a1554dd7a900ccf1f6f2dd3a51b06b382cedd5c73e0ad75301436b351fea0e7f1fb720c3d1345a8958554d341c diff --git a/net-misc/geoipyupdate/geoipyupdate-0.0.3.ebuild b/net-misc/geoipyupdate/geoipyupdate-0.0.3.ebuild deleted file mode 100644 index 42ac0a2c95f2..000000000000 --- a/net-misc/geoipyupdate/geoipyupdate-0.0.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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..13} ) - -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 ~riscv" - -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/geoipyupdate-0.0.4.ebuild b/net-misc/geoipyupdate/geoipyupdate-0.0.4.ebuild new file mode 100644 index 000000000000..42ac0a2c95f2 --- /dev/null +++ b/net-misc/geoipyupdate/geoipyupdate-0.0.4.ebuild @@ -0,0 +1,26 @@ +# 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..13} ) + +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 ~riscv" + +RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" + +DOCS=( README.rst doc/geoipyupdate-sample.toml ) + +src_install() { + distutils-r1_src_install + doman doc/man1/geoipyupdate.1 +} -- cgit v1.2.3