Diff gnome-nettool-42.0 with a gnome-nettool-42.0-r1
| /usr/portage/net-analyzer/gnome-nettool/gnome-nettool-42.0-r1.ebuild 2026-01-24 11:18:05.024337288 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
PYTHON_COMPAT=( python3_{10..13} )
|
|
| 6 |
PYTHON_COMPAT=( python3_{11..14} )
|
|
| 7 | 7 |
inherit gnome.org gnome2-utils meson python-any-r1 xdg |
| 8 | 8 | |
| 9 | 9 |
DESCRIPTION="Graphical front-ends to various networking command-line" |
| 10 |
HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-nettool" |
|
| 10 |
HOMEPAGE="https://gitlab.gnome.org/Archive/gnome-nettool" |
|
| 11 | 11 | |
| 12 | 12 |
LICENSE="GPL-2" |
| 13 | 13 |
SLOT="0" |
| 14 |
KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86" |
|
| 14 |
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" |
|
| 15 | 15 | |
| 16 | 16 |
DEPEND=" |
| 17 | 17 |
>=x11-libs/gtk+-3.0.0:3 |
| ... | ... | |
| 25 | 25 |
net-analyzer/traceroute |
| 26 | 26 |
) |
| 27 | 27 |
net-analyzer/nmap |
| 28 |
net-dns/bind-tools |
|
| 28 |
>=net-dns/bind-9.20 |
|
| 29 | 29 |
net-misc/netkit-fingerd |
| 30 | 30 |
net-misc/whois |
| 31 | 31 |
" |