commit:     ad789ecf45ebab9a20a6a61606fb94d9d5317ffb
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 08:21:56 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 09:49:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad789ecf

net-analyzer/nagstamon: drop 3.10.1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 net-analyzer/nagstamon/Manifest                    |  1 -
 .../nagstamon/files/nagstamon-3.10.1-setup.patch   | 28 -----------
 net-analyzer/nagstamon/nagstamon-3.10.1.ebuild     | 56 ----------------------
 3 files changed, 85 deletions(-)

diff --git a/net-analyzer/nagstamon/Manifest b/net-analyzer/nagstamon/Manifest
index f90dd49190eb..11d813a00005 100644
--- a/net-analyzer/nagstamon/Manifest
+++ b/net-analyzer/nagstamon/Manifest
@@ -1,2 +1 @@
-DIST nagstamon-3.10.1.tar.gz 574520 BLAKE2B 
104d082a610c26af47d61b911094c51e3981947e19ed026bc725e479382bcec2b3d36c36400c379c738c970e1cb36183859e1dd132e1fe78c30be3f20688287f
 SHA512 
83da92cc0d5ceaf7abbf2f2e289a2e83cbcb3bb4239d12f594da7543942a3945cfae68cfa9ecc33aa619967d1d35e1b88d4bb76398364c2f9754174fdd62649c
 DIST nagstamon-3.12.0.tar.gz 581087 BLAKE2B 
1f54decdd6cf1fdba8abd7f97102cd84d9f38e68391c31f413860d7c80410e38ee8929cf4d1bfbf7cca1fa54b9088409a47ba669c6ff78d8edecb3313a7e5690
 SHA512 
029d3dcf5ea5a512940b8e6ed0d3a146e727b3c8ffcbd530fc28f4a896a1a801bb0029a33b62e311c1b0c281810bd001f323c9e3e4c4fc9199bacc7b962ff794

diff --git a/net-analyzer/nagstamon/files/nagstamon-3.10.1-setup.patch 
b/net-analyzer/nagstamon/files/nagstamon-3.10.1-setup.patch
deleted file mode 100644
index 28bb98e1b49a..000000000000
--- a/net-analyzer/nagstamon/files/nagstamon-3.10.1-setup.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/setup.py 2023-01-29 09:29:13.885165525 +0100
-+++ b/setup.py 2023-01-29 09:30:32.585630680 +0100
-@@ -45,9 +45,9 @@
-     else:
-         DIST, DIST_VERSION, DIST_NAME = platform.dist()
-     NAME = NAME.lower()
--VERSION = AppInfo.VERSION.replace('-', '.') + '.' + DIST + DIST_VERSION
-+VERSION = AppInfo.VERSION.replace('-', '.')
- 
--NAGSTAMON_SCRIPT = 'nagstamon.py'
-+NAGSTAMON_SCRIPT = 'nagstamon'
- 
- from setuptools import setup
- 
-@@ -120,12 +120,7 @@
-                 'Nagstamon.Servers',
-                 'Nagstamon.Servers.Alertmanager',
-                 'Nagstamon.Servers.Centreon',
--                'Nagstamon.thirdparty',
--                'Nagstamon.thirdparty.Xlib',
--                'Nagstamon.thirdparty.Xlib.ext',
--                'Nagstamon.thirdparty.Xlib.protocol',
--                'Nagstamon.thirdparty.Xlib.support',
--                'Nagstamon.thirdparty.Xlib.xobject'],
-+                'Nagstamon.thirdparty'],
-       package_dir={'Nagstamon': 'Nagstamon'},
-       package_data={'Nagstamon': ['resources/*.*',
-                                   'resources/qui/*',

diff --git a/net-analyzer/nagstamon/nagstamon-3.10.1.ebuild 
b/net-analyzer/nagstamon/nagstamon-3.10.1.ebuild
deleted file mode 100644
index b2cdbac64489..000000000000
--- a/net-analyzer/nagstamon/nagstamon-3.10.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-distutils_enable_tests pytest
-
-MY_PN="Nagstamon"
-MY_P="${MY_PN}-${PV/_p/-}"
-
-DESCRIPTION="systray monitor for displaying realtime status of several 
monitoring systems"
-HOMEPAGE="https://nagstamon.de";
-SRC_URI="https://github.com/HenriWahl/Nagstamon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/PyQt5[gui,multimedia,svg,widgets,${PYTHON_USEDEP}]
-       dev-python/PySocks[${PYTHON_USEDEP}]
-       dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-       dev-python/dbus-python[${PYTHON_USEDEP}]
-       dev-python/keyring[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       dev-python/psutil[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/cryptography[${PYTHON_USEDEP}]
-       dev-python/secretstorage[${PYTHON_USEDEP}]
-       >=dev-python/python-xlib-0.19[${PYTHON_USEDEP}]
-       dev-python/requests-kerberos[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/pylint[${PYTHON_USEDEP}] )"
-
-PATCHES=( "${FILESDIR}/${PN}-3.10.1-setup.patch" )
-
-src_prepare() {
-       default_src_prepare
-
-       # pre-compressed already
-       rm Nagstamon/resources/nagstamon.1.gz || die
-       sed -i -e 's:\(nagstamon\.1\)\.gz:\1:' setup.py || die
-
-       mv ${PN}.py ${PN} || die
-
-       rm -rf "${S}/Nagstamon/thirdparty/Xlib/" || die
-}

Reply via email to