2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

net-misc/proxychains: also install proxychains-daemon; drop old

Signed-off-by: Hank Leininger <hlein@korelogic.com>
Closes: https://bugs.gentoo.org/959754
Part-of: https://github.com/gentoo/gentoo/pull/43362
Closes: https://github.com/gentoo/gentoo/pull/43362
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Hank Leininger
2025-08-06 14:37:11 -06:00
committed by Sam James
parent ac5fc29a8c
commit cde93439fb
2 changed files with 8 additions and 8 deletions

View File

@@ -1,2 +1 @@
DIST proxychains-ng-4.14.tar.xz 33844 BLAKE2B 598dd7973fd341a9916ece55ee18aeb0e0654d01659ffd3f5b7b9437fbb3660376aca77cd1326553a1beffd1ea4f95c6eb3da9c0f6ce43f3d72b1a16cf2bab4e SHA512 75a1a4629d2b7ebac9b909a694b395339cf669fa4e23bfcc57938e46377b5619f31c9651d2bc457d1ad10ec1be7747981106392bf8bf65999cb7bb9c748d7e95
DIST proxychains-ng-4.17.tar.xz 45288 BLAKE2B 3e34742dc06fa80fceeb5250c48584c53fc8d4231147d9ef7a5aff21acfae0f814916c89033d1f92d3cf0cbb96d4031cb9769fa81c1cba81259ca34fb1182f63 SHA512 aa35ae27305065a7f296cbf99b3308b2ac759287761a5d234ddaa558292467fae88c33a3ced1d71329cf6a7e8f56aa4e2ffd4274d57d87857f13ca8393d5d983

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit toolchain-funcs
@@ -10,19 +10,19 @@ MY_P=${MY_PN}-${PV}
DESCRIPTION="force any tcp connections to flow through a proxy (or proxy chain)"
HOMEPAGE="https://github.com/rofl0r/proxychains-ng/"
SRC_URI="http://ftp.barfooze.de/pub/sabotage/tarballs/${MY_P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~riscv ~sparc x86"
SRC_URI="https://ftp.barfooze.de/pub/sabotage/tarballs/${MY_P}.tar.xz"
S=${WORKDIR}/${MY_P}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~riscv ~sparc ~x86"
PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
src_prepare() {
default
sed -i "s/^\(LDSO_SUFFIX\).*/\1 = so.${PV}/" Makefile || die
mv completions/zsh/_proxychains4 completions/zsh/_proxychains || die
tc-export CC
}
@@ -37,6 +37,7 @@ src_configure() {
src_install() {
dobin ${PN}
dobin ${PN}-daemon
dodoc AUTHORS README TODO
dolib.so lib${PN}.so.${PV}