public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagstamon/files/
Date: Sun, 29 Jan 2023 15:40:45 +0000 (UTC)	[thread overview]
Message-ID: <1675006826.f85a8343e5f36a3d2b7dc61c621ac4ed1efc5b08.graaff@gentoo> (raw)

commit:     f85a8343e5f36a3d2b7dc61c621ac4ed1efc5b08
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 08:41:42 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 15:40:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85a8343

net-analyzer/nagstamon: fix build with setuptools 66

Closes: https://bugs.gentoo.org/891331
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 net-analyzer/nagstamon/files/nagstamon-3.10.1-setup.patch | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/nagstamon/files/nagstamon-3.10.1-setup.patch b/net-analyzer/nagstamon/files/nagstamon-3.10.1-setup.patch
index 62f6cdbc2a47..28bb98e1b49a 100644
--- a/net-analyzer/nagstamon/files/nagstamon-3.10.1-setup.patch
+++ b/net-analyzer/nagstamon/files/nagstamon-3.10.1-setup.patch
@@ -1,8 +1,11 @@
---- a/setup.py	2022-12-11 07:36:25.144000930 +0100
-+++ b/setup.py	2022-12-11 07:37:00.856204252 +0100
-@@ -47,7 +47,7 @@
+--- 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('-', '.') + '.' + DIST + DIST_VERSION
++VERSION = AppInfo.VERSION.replace('-', '.')
  
 -NAGSTAMON_SCRIPT = 'nagstamon.py'
 +NAGSTAMON_SCRIPT = 'nagstamon'


             reply	other threads:[~2023-01-29 15:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-29 15:40 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-06 23:12 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagstamon/files/ Conrad Kostecki
2023-06-11  9:21 Hans de Graaff
2022-12-26 13:44 Conrad Kostecki
2017-10-12  9:32 Christian Ruppert

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=1675006826.f85a8343e5f36a3d2b7dc61c621ac4ed1efc5b08.graaff@gentoo \
    --to=graaff@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