From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD54F15810F for ; Sun, 11 Jun 2023 09:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AA5AE08B0; Sun, 11 Jun 2023 09:21:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E78F0E08B0 for ; Sun, 11 Jun 2023 09:21:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DAC0341214 for ; Sun, 11 Jun 2023 09:21:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEEC0A8F for ; Sun, 11 Jun 2023 09:21:55 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1686475312.0b4c26a35d00358456aa78cdc2f27f824463118c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagstamon/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagstamon/files/nagstamon-3.8-setup.patch X-VCS-Directories: net-analyzer/nagstamon/files/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 0b4c26a35d00358456aa78cdc2f27f824463118c X-VCS-Branch: master Date: Sun, 11 Jun 2023 09:21:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f87053b2-ca09-4cc3-bfb8-52c8af4ddb95 X-Archives-Hash: a94e987631cbb3c17e1ca4ba274f1400 commit: 0b4c26a35d00358456aa78cdc2f27f824463118c Author: Hans de Graaff gentoo org> AuthorDate: Sun Jun 11 07:46:13 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jun 11 09:21:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4c26a3 net-analyzer/nagstamon: remove unused patch Signed-off-by: Hans de Graaff gentoo.org> .../nagstamon/files/nagstamon-3.8-setup.patch | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/net-analyzer/nagstamon/files/nagstamon-3.8-setup.patch b/net-analyzer/nagstamon/files/nagstamon-3.8-setup.patch deleted file mode 100644 index 637ef0c25616..000000000000 --- a/net-analyzer/nagstamon/files/nagstamon-3.8-setup.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/setup.py b/setup.py -index 267ced2..538c5bb 100644 ---- a/setup.py -+++ b/setup.py -@@ -37,7 +37,7 @@ if OS not in ['Windows', 'Darwin']: - NAME = NAME.lower() - VERSION = AppInfo.VERSION.replace('-', '.') + '.' + DIST + DIST_VERSION - --NAGSTAMON_SCRIPT = 'nagstamon.py' -+NAGSTAMON_SCRIPT = 'nagstamon' - - # workaround to get directory of Qt5 plugins to add missing 'mediaservice' folder needed for audio on OSX and Windows - from PyQt5 import QtCore -@@ -130,13 +130,8 @@ setup(name=NAME, - packages=['Nagstamon', - 'Nagstamon.QUI', - 'Nagstamon.Servers', - 'Nagstamon.Servers.Alertmanager', -- '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/*']}, - data_files=[('%s/share/man/man1' % sys.prefix, ['Nagstamon/resources/nagstamon.1.gz']),