public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gnome-nettool/
@ 2020-05-06 17:25 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-05-06 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     3eabadc5939436738269d9431d452149f3b0d55b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 16:57:00 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  6 17:24:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eabadc5

net-analyzer/gnome-nettool: Remove stale sys-freebsd/ deps

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild b/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild
index c168c33de95..9d215a641c8 100644
--- a/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild
+++ b/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -26,8 +26,7 @@ RDEPEND="${COMMON_DEPEND}
 	|| (
 		net-misc/iputils
 		net-analyzer/tcptraceroute
-		net-analyzer/traceroute
-		sys-freebsd/freebsd-usbin )
+		net-analyzer/traceroute )
 	net-analyzer/nmap
 	net-dns/bind-tools
 	userland_GNU? ( net-misc/netkit-fingerd net-misc/whois )


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gnome-nettool/
@ 2022-01-06  9:07 David Seifert
  0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2022-01-06  9:07 UTC (permalink / raw
  To: gentoo-commits

commit:     e8478db43a9f880aeea32aac166da4e69bdcb8b4
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  6 09:07:02 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan  6 09:07:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8478db4

net-analyzer/gnome-nettool: remove userland_BSD/userland_GNU

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild b/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild
index 078504133f7c..d2180ca2b6aa 100644
--- a/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild
+++ b/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -29,8 +29,8 @@ RDEPEND="${COMMON_DEPEND}
 		net-analyzer/traceroute )
 	net-analyzer/nmap
 	net-dns/bind-tools
-	userland_GNU? ( net-misc/netkit-fingerd net-misc/whois )
-	userland_BSD? ( net-misc/bsdwhois )
+	net-misc/netkit-fingerd
+	net-misc/whois
 "
 DEPEND="${COMMON_DEPEND}
 	app-text/yelp-tools


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gnome-nettool/
@ 2022-04-07  4:42 Matt Turner
  0 siblings, 0 replies; 10+ messages in thread
From: Matt Turner @ 2022-04-07  4:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f16858823d882471926460be78813297853cc107
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 04:40:30 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 04:41:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1685882

net-analyzer/gnome-nettool: use ${EPYTHON}, not python3

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
index 947f77f258a6..36bd54c32ff6 100644
--- a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
+++ b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=8
 
-inherit gnome.org meson
+PYTHON_COMPAT=( python3_{8..10} )
+inherit gnome.org meson python-any-r1
 
 DESCRIPTION="Graphical front-ends to various networking command-line"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-nettool"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gnome-nettool/
@ 2022-04-07  4:59 Matt Turner
  0 siblings, 0 replies; 10+ messages in thread
From: Matt Turner @ 2022-04-07  4:59 UTC (permalink / raw
  To: gentoo-commits

commit:     2354b6ef5a3e2eeaa4d37cdce3500d0914d37112
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 04:59:10 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 04:59:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2354b6ef

net-analyzer/gnome-nettool: Fix dependencies

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
index 36bd54c32ff6..d1128c1f4e5f 100644
--- a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
+++ b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
@@ -13,12 +13,12 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
-COMMON_DEPEND="
+DEPEND="
 	>=x11-libs/gtk+-3.0.0:3
 	>=dev-libs/glib-2.26:2
 	gnome-base/libgtop:2=
 "
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
 	|| (
 		net-misc/iputils
 		net-analyzer/tcptraceroute
@@ -29,7 +29,8 @@ RDEPEND="${COMMON_DEPEND}
 	net-misc/netkit-fingerd
 	net-misc/whois
 "
-DEPEND="${COMMON_DEPEND}
+BDEPEND="
+	${PYTHON_DEPS}
 	app-text/yelp-tools
 	virtual/pkgconfig
 	sys-devel/gettext


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gnome-nettool/
@ 2022-04-07 17:12 Matt Turner
  0 siblings, 0 replies; 10+ messages in thread
From: Matt Turner @ 2022-04-07 17:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e01a20b8121bb88979dfd4a4d2a8532b4ae3c045
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 17:11:25 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 17:11:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e01a20b8

net-analyzer/gnome-nettool: Update icon cache

Closes: https://bugs.gentoo.org/837005
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
index d1128c1f4e5f..0237bc3c236d 100644
--- a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
+++ b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
-inherit gnome.org meson python-any-r1
+inherit gnome.org gnome2-utils meson python-any-r1 xdg
 
 DESCRIPTION="Graphical front-ends to various networking command-line"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-nettool"
@@ -39,3 +39,13 @@ BDEPEND="
 PATCHES=(
 	"${FILESDIR}"/${PV}-meson-drop-unused-positional-arguments.patch
 )
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gnome-nettool/
@ 2022-05-15 22:07 Jakov Smolić
  0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2022-05-15 22:07 UTC (permalink / raw
  To: gentoo-commits

commit:     7e6739200c715f0e3419ed69de362707d181772e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 22:07:19 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun May 15 22:07:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e673920

net-analyzer/gnome-nettool: Stabilize 42.0 amd64, #835391

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
index 85e4fd52e61b..cd1094cb845c 100644
--- a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
+++ b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-nettool"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 DEPEND="
 	>=x11-libs/gtk+-3.0.0:3


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gnome-nettool/
@ 2022-05-15 22:07 Jakov Smolić
  0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2022-05-15 22:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6fbf3e03efd3342f0ced74034b7213b1504c8eef
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 22:07:15 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun May 15 22:07:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbf3e03

net-analyzer/gnome-nettool: Stabilize 42.0 x86, #835391

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
index 0237bc3c236d..85e4fd52e61b 100644
--- a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
+++ b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-nettool"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 DEPEND="
 	>=x11-libs/gtk+-3.0.0:3


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gnome-nettool/
@ 2022-05-16 15:41 Matt Turner
  0 siblings, 0 replies; 10+ messages in thread
From: Matt Turner @ 2022-05-16 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     3c98f90d79ac758df82d327f01908a38ff844b76
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 15:41:35 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon May 16 15:41:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c98f90d

net-analyzer/gnome-nettool: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-analyzer/gnome-nettool/Manifest                |  1 -
 .../gnome-nettool/gnome-nettool-3.8.1.ebuild       | 44 ----------------------
 2 files changed, 45 deletions(-)

diff --git a/net-analyzer/gnome-nettool/Manifest b/net-analyzer/gnome-nettool/Manifest
index af7a39e5ec79..3bf87fa30249 100644
--- a/net-analyzer/gnome-nettool/Manifest
+++ b/net-analyzer/gnome-nettool/Manifest
@@ -1,2 +1 @@
-DIST gnome-nettool-3.8.1.tar.xz 589024 BLAKE2B f12c43b713ae81a2460b12c150e2c52baf98900b14ce0ff188b3fb1a55aa636391fb62d9c20b40d3a60ff322d4af9744d072c2727a77bced056ef0df042e21cf SHA512 c1c90fa727ebbf21442c4d0f5f4e98acf91fdd68a476f5f378167f92c3d7938ef33598525b62b838dc9b485abeb40171bdffb0fe3cb060fd3982db013a30bbed
 DIST gnome-nettool-42.0.tar.xz 422880 BLAKE2B 847f14781865eb936f0ded28a3f45ffa4ed02a20d335aea95a623795a2bb40bf57a49ecb28b26088c2818d028a401b3ef346806ea60305022bcafc9972094f4e SHA512 a640cd7f2008be870c4c457d3f793e6d31a10457b826641ef3cb9b831ea1d80756abc2a39aef7cb093905adafe41f27ee3c5648b1a6a3a01aa3d3ee7988330ce

diff --git a/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild b/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild
deleted file mode 100644
index d2180ca2b6aa..000000000000
--- a/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-
-DESCRIPTION="Graphical front-ends to various networking command-line"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-nettool"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.25.10:2
-	gnome-base/libgtop:2=
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	>=x11-libs/gtk+-2.90.4:3
-	x11-libs/pango
-"
-RDEPEND="${COMMON_DEPEND}
-	|| (
-		net-misc/iputils
-		net-analyzer/tcptraceroute
-		net-analyzer/traceroute )
-	net-analyzer/nmap
-	net-dns/bind-tools
-	net-misc/netkit-fingerd
-	net-misc/whois
-"
-DEPEND="${COMMON_DEPEND}
-	app-text/yelp-tools
-	>=dev-util/intltool-0.40
-	virtual/pkgconfig
-	sys-devel/gettext
-"
-
-src_configure() {
-	gnome2_src_configure $(use_enable debug)
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gnome-nettool/
@ 2022-10-29 17:44 Matt Turner
  0 siblings, 0 replies; 10+ messages in thread
From: Matt Turner @ 2022-10-29 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     1466dedb5aa1f8e438c5f9bf1c77041b841726f3
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 17:28:52 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 17:44:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1466dedb

net-analyzer/gnome-nettool: Add Python 3.11 compatibility

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
index cd1094cb845c..ff21a01c7206 100644
--- a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
+++ b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit gnome.org gnome2-utils meson python-any-r1 xdg
 
 DESCRIPTION="Graphical front-ends to various networking command-line"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gnome-nettool/
@ 2024-07-30 19:01 Pacho Ramos
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2024-07-30 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1fdedc25e93b8ffe1b4032e5e604a42d6b43c11c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 18:43:44 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 19:00:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fdedc25

net-analyzer/gnome-nettool: enable py3.12

Closes: https://bugs.gentoo.org/929681
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
index 43103575b16d..ac2a289698d7 100644
--- a/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
+++ b/net-analyzer/gnome-nettool/gnome-nettool-42.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit gnome.org gnome2-utils meson python-any-r1 xdg
 
 DESCRIPTION="Graphical front-ends to various networking command-line"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-07-30 19:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-07  4:59 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gnome-nettool/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2024-07-30 19:01 Pacho Ramos
2022-10-29 17:44 Matt Turner
2022-05-16 15:41 Matt Turner
2022-05-15 22:07 Jakov Smolić
2022-05-15 22:07 Jakov Smolić
2022-04-07 17:12 Matt Turner
2022-04-07  4:42 Matt Turner
2022-01-06  9:07 David Seifert
2020-05-06 17:25 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox