net-misc/gazelle-tui: remove 1.7.0

Signed-off-by: Jonas Toth <gentoo@jonas-toth.eu>
This commit is contained in:
Jonas Toth
2025-11-28 19:16:49 +01:00
parent 4705c07047
commit a81049aafd
2 changed files with 0 additions and 40 deletions

View File

@@ -1,3 +1,2 @@
DIST gazelle-tui-1.7.0.tar.gz 157643 BLAKE2B 0fc0cf6085ef024fd8774f0e0b3ea1dd07845ebcb2b3638a5df35c04e9849235aebf7707baff78d586ee6dc218127b017f74e029f0a31866e19d0a0684dbb00f SHA512 3b6c7ccf8553ab8d359171fc86850bfc4f823d055bf40f8abb33b410dfc0f29cf1b093ed807b07ff7809ea78ab03b89c754c6a9c63a314c3d61c7663290ff12c
DIST gazelle-tui-1.7.2.tar.gz 159597 BLAKE2B 6af45c3d71f177dd6b59229f3a5a526d0d1f3e87d2cabb6651aced724175a247c2e17613cd9acd2ea6a8f127ad690cfa6e736763d20894ab1b1006d9d624e0a6 SHA512 7c0690d88a07bc5eace2504dbb596d2aac685e4d44e8bc08e5519824f3236eea63754d37ea0dc00d94c2cd9d4e53066220a5f413c4667b19c8da02f096b9a4ec
DIST gazelle-tui-1.8.2.tar.gz 293870 BLAKE2B c751db80182431569ddc9e3df064a57a0c618f1b46da21f6b3dffa9cf92566403ad8a4d106b3897197074109ecc8c149321dd24306d4f882903844c74482cec8 SHA512 e9e2b9ae2a803f988192c85d98cbce99b32b92108754a16339e8aae5b1ade0c53434a4dfc3ce18eaf704fb80b387fecb6c0cf79c6ec2fa1edc0a37f18a6b9e02

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
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
}