commit:     ee19736c0893774a6742ca11dfe0766a33e4fef9
Author:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 24 00:27:22 2026 +0000
Commit:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Tue Feb 24 00:40:50 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee19736c

net-p2p/stig: drop 0.13.0a_p0

Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>

 net-p2p/stig/Manifest               |  1 -
 net-p2p/stig/stig-0.13.0a_p0.ebuild | 39 -------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/net-p2p/stig/Manifest b/net-p2p/stig/Manifest
index 02579350b6ca..9ff1bde0871e 100644
--- a/net-p2p/stig/Manifest
+++ b/net-p2p/stig/Manifest
@@ -1,3 +1,2 @@
-DIST stig-0.13.0a_p0.tar.gz 405359 BLAKE2B 
1f6d92e1596481aa0dcbb711079d5bee517049525e7c7c5f0cd3d4fbf809ad67997a6a9261cb85c8c3c973420d028cd901db03fddabf2bd2a03b8c57964359c2
 SHA512 
2b3a8e585d3c7145446beeba8ecbc96178e3b061beee6ef2e74f38a530863b25c3dba9a48021fcb52080d5adb18d95340bc6f6475534c468bf5b2b08c16d394f
 DIST stig-0.14.0a_p0.tar.gz 405694 BLAKE2B 
e4a8e23654238e9920f76d634174194245db3b46dba0a6106a8229dc6e2b01334adb8541166f2bdecbe79c8015dd715f76d7688419639d4161f15ae2d3f69ab8
 SHA512 
ff1c93b91526907c3f3d36d4a62cb94839192d0363ddadabe5e3d30f73183491c369a2c9318255080959b9b81c0e7edba20f02c60458644ffcf8146e31674880
 DIST stig-0.14.2a_p0.tar.gz 405776 BLAKE2B 
f48147769c46cd3c5f2acb8d0027faeaa5306ab4b39d58938175dafe01e479027dd590ce759f882c7bba039ca48801503b42c4d4dc28a99232c9bd8c597efab4
 SHA512 
9b457486d9f2dbe5c468caf8d2beca3dc5b3f0e1a2799a515830dee723863ec639cbb927c45e610a4e58b39aa02c28390bf7cc1c79a4658ade619d9e4852efce

diff --git a/net-p2p/stig/stig-0.13.0a_p0.ebuild 
b/net-p2p/stig/stig-0.13.0a_p0.ebuild
deleted file mode 100644
index 044adb7cdc04..000000000000
--- a/net-p2p/stig/stig-0.13.0a_p0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 optfeature
-
-MY_PV="${PV//_p}"
-
-DESCRIPTION="TUI and CLI for the BitTorrent client Transmission"
-HOMEPAGE="https://github.com/rndusr/stig";
-SRC_URI="https://github.com/rndusr/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       ${PYTHON_DEPS}
-       dev-python/natsort[${PYTHON_USEDEP}]
-       >=dev-python/urwid-2.0.0[${PYTHON_USEDEP}]
-       >=dev-python/urwidtrees-1.0.3[${PYTHON_USEDEP}]
-       dev-python/aiohttp[${PYTHON_USEDEP}]
-       dev-python/async-timeout[${PYTHON_USEDEP}]
-       dev-python/pyxdg[${PYTHON_USEDEP}]
-       dev-python/blinker[${PYTHON_USEDEP}]
-       dev-python/natsort[${PYTHON_USEDEP}]
-       dev-python/mock[${PYTHON_USEDEP}]
-       dev-python/multidict[${PYTHON_USEDEP}]
-"
-
-pkg_postinst() {
-       optfeature "stripping arguments from process title when running in tmux 
sessions" dev-python/setproctitle
-       optfeature "SOCKS5, SOCKS4, or HTTP proxy tunneling support" 
dev-python/aiohttp-socks
-}

Reply via email to