commit:     96983230bfd3e0dc19de6a8e1050fd16cae9eea8
Author:     Brett A C Sheffield <bacs <AT> librecast <DOT> net>
AuthorDate: Sat Feb 28 17:11:53 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 28 19:16:55 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96983230

net-proxy/torsocks: drop 2.4.0-r2

Signed-off-by: Brett A C Sheffield <bacs <AT> librecast.net>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/172
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-proxy/torsocks/Manifest                 |  1 -
 net-proxy/torsocks/torsocks-2.4.0-r2.ebuild | 47 -----------------------------
 2 files changed, 48 deletions(-)

diff --git a/net-proxy/torsocks/Manifest b/net-proxy/torsocks/Manifest
index 076e21562c28..7eb46bcd2860 100644
--- a/net-proxy/torsocks/Manifest
+++ b/net-proxy/torsocks/Manifest
@@ -1,2 +1 @@
-DIST torsocks-v2.4.0.tar.bz2 96757 BLAKE2B 
af21b49623b01c6f70f4103168b2624837ca3c3905f5d39ed85482171ba608f74f4845bc05ad0df8353ce901a82ace1a3152fe6f61bd8ffbcbc74d2d80aa105a
 SHA512 
95a97380d4b0f10296554dd5601e0f640d571454719998229974c4d2269ca636b74b7e8b402dddea68c0cbfce5ca5f2531690e1915167b3c7b87e9066e41bd83
 DIST torsocks-v2.5.0.tar.bz2 99062 BLAKE2B 
eeaf971e54421c91ee29e6e667fd2cb68bd92da383d1f8a88afc22525263a8eee8fffd57f8fb0fc24f35b817f524f819717e6fd3e50d1643278869030108acdc
 SHA512 
49929e6eb1470d4382286773faa35541ae5c175883c76da800ffbbe3f9d754eed1d26cdff31b12f41b8562a7c6f3bbc8758feae2e57a86c9a4b34e325555fcea

diff --git a/net-proxy/torsocks/torsocks-2.4.0-r2.ebuild 
b/net-proxy/torsocks/torsocks-2.4.0-r2.ebuild
deleted file mode 100644
index 48113a2bd7b2..000000000000
--- a/net-proxy/torsocks/torsocks-2.4.0-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-UPSTREAM_P="${PN}-v${PV}"
-DESCRIPTION="Use most socks-friendly applications with Tor"
-HOMEPAGE="https://gitlab.torproject.org/tpo/core/torsocks";
-SRC_URI="https://gitlab.torproject.org/tpo/core/torsocks/-/archive/v${PV}/${UPSTREAM_P}.tar.bz2";
-S="${WORKDIR}"/${UPSTREAM_P}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-IUSE="static-libs"
-
-# We do not depend on tor which might be running on a different box
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.4.0-clang16.patch
-       "${FILESDIR}"/${PN}-2.4.0-configure.patch
-)
-
-src_prepare() {
-       # Disable tests requiring network access.
-       local test
-       for test in dns fd_passing getpeername; do
-               sed -i -e "/^   test_${test} \\\\\$/d" tests/Makefile.am || \
-                       die "failed to disable network tests"
-       done
-
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-
-       # Remove libtool .la files
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to