net-misc/gazelle-tui - 1.8.2 (guru)

Search

Install

Install this version:

emerge -a =net-misc/gazelle-tui-1.8.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/gazelle-tui-1.8.2

Or alternatively:

emerge --autounmask-write -a =net-misc/gazelle-tui-1.8.2

Package Information

Description:
Minimal NetworkManager TUI with complete 802.1X enterprise WiFi support
Homepage:
https://github.com/Zeus-Deus/gazelle-tui
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.8.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )

inherit python-single-r1

DESCRIPTION="Minimal NetworkManager TUI with complete 802.1X enterprise WiFi support"
HOMEPAGE="https://github.com/Zeus-Deus/gazelle-tui"
SRC_URI="https://github.com/Zeus-Deus/gazelle-tui/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="
	${PYTHON_DEPS}
	net-misc/networkmanager
	net-vpn/networkmanager-openvpn
	net-vpn/wireguard-tools
	$(python_gen_cond_dep '
		>=dev-python/textual-0.47.0[${PYTHON_USEDEP}]
	')
"
DEPEND="${RDEPEND}"
PATCHES=(
	"${FILESDIR}"/patch-app-1.7.0.patch
)

src_install()
{
	python_moduleinto ${PN/-/_}
	python_domodule network.py app.py
	python_doscript gazelle
}

Inherited Eclasses

Dependencies

DEPEND

	${PYTHON_DEPS}
	net-misc/networkmanager
	net-vpn/networkmanager-openvpn
	net-vpn/wireguard-tools
	$(python_gen_cond_dep '
		>=dev-python/textual-0.47.0[${PYTHON_USEDEP}]
	')

RDEPEND

	${PYTHON_DEPS}
	net-misc/networkmanager
	net-vpn/networkmanager-openvpn
	net-vpn/wireguard-tools
	$(python_gen_cond_dep '
		>=dev-python/textual-0.47.0[${PYTHON_USEDEP}]
	')

Manifest for 1.8.2

Type File Size Source URLs
DIST gazelle-tui-1.8.2.tar.gz 293870 bytes https://github.com/Zeus-Deus/gazelle-tui/archive/refs/tags/v1.8.2.tar.gz