diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /net-misc/proxychains | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'net-misc/proxychains')
| -rw-r--r-- | net-misc/proxychains/Manifest | 1 | ||||
| -rw-r--r-- | net-misc/proxychains/files/proxychains-4.17-makefile.patch | 54 | ||||
| -rw-r--r-- | net-misc/proxychains/metadata.xml | 21 | ||||
| -rw-r--r-- | net-misc/proxychains/proxychains-4.17-r1.ebuild | 49 | ||||
| -rw-r--r-- | net-misc/proxychains/proxychains-4.17.ebuild | 49 |
5 files changed, 0 insertions, 174 deletions
diff --git a/net-misc/proxychains/Manifest b/net-misc/proxychains/Manifest deleted file mode 100644 index 7f79e1e52cfe..000000000000 --- a/net-misc/proxychains/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST proxychains-ng-4.17.tar.xz 45288 BLAKE2B 3e34742dc06fa80fceeb5250c48584c53fc8d4231147d9ef7a5aff21acfae0f814916c89033d1f92d3cf0cbb96d4031cb9769fa81c1cba81259ca34fb1182f63 SHA512 aa35ae27305065a7f296cbf99b3308b2ac759287761a5d234ddaa558292467fae88c33a3ced1d71329cf6a7e8f56aa4e2ffd4274d57d87857f13ca8393d5d983 diff --git a/net-misc/proxychains/files/proxychains-4.17-makefile.patch b/net-misc/proxychains/files/proxychains-4.17-makefile.patch deleted file mode 100644 index 149fd39be88e..000000000000 --- a/net-misc/proxychains/files/proxychains-4.17-makefile.patch +++ /dev/null @@ -1,54 +0,0 @@ -diff --git a/Makefile b/Makefile -index 11d0df8..8e9874d 100644 ---- a/Makefile -+++ b/Makefile -@@ -28,9 +28,8 @@ LOBJS = src/version.o \ - - GENH = src/version.h - --CFLAGS += -Wall -O0 -g -std=c99 -D_GNU_SOURCE -pipe --NO_AS_NEEDED = -Wl,--no-as-needed --LDFLAGS = -fPIC $(NO_AS_NEEDED) $(LIBDL) $(PTHREAD) -+CFLAGS = -Wall -std=c99 -D_GNU_SOURCE -+LIBS = -ldl -lpthread - INC = - PIC = -fPIC - AR = $(CROSS_COMPILE)ar -@@ -41,15 +40,15 @@ LDSO_SUFFIX = so - LD_SET_SONAME = -Wl,-soname= - INSTALL = ./tools/install.sh - --LDSO_PATHNAME = libproxychains4.$(LDSO_SUFFIX) -+LDSO_PATHNAME = libproxychains.$(LDSO_SUFFIX) - - SHARED_LIBS = $(LDSO_PATHNAME) - ALL_LIBS = $(SHARED_LIBS) --PXCHAINS = proxychains4 --PXCHAINS_D = proxychains4-daemon -+PXCHAINS = proxychains -+PXCHAINS_D = proxychains-daemon - ALL_TOOLS = $(PXCHAINS) $(PXCHAINS_D) - ALL_CONFIGS = src/proxychains.conf --ZSH_COMPLETION = completions/zsh/_proxychains4 -+ZSH_COMPLETION = completions/zsh/_proxychains - - -include config.mak - -@@ -93,14 +92,13 @@ src/version.o: src/version.h - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_MAIN) $(INC) $(PIC) -c -o $@ $< - - $(LDSO_PATHNAME): $(LOBJS) -- $(CC) $(LDFLAGS) $(FAT_LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) \ -- $(USER_LDFLAGS) -shared -o $@ $^ $(SOCKET_LIBS) -+ $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) -shared $(PIC) -o $@ $^ $(LIBS) $(SOCKET_LIBS) - - $(PXCHAINS): $(OBJS) -- $(CC) $^ $(FAT_BIN_LDFLAGS) $(USER_LDFLAGS) $(LIBDL) -o $@ -+ $(CC) $(LDFLAGS) $^ $(FAT_BIN_LDFLAGS) $(USER_LDFLAGS) $(LIBDL) -o $@ - - $(PXCHAINS_D): $(DOBJS) -- $(CC) $^ $(FAT_BIN_LDFLAGS) $(USER_LDFLAGS) -o $@ -+ $(CC) $(LDFLAGS) $^ $(FAT_BIN_LDFLAGS) $(USER_LDFLAGS) -o $@ - - - .PHONY: all clean install install-config install-libs install-tools install-zsh-completion diff --git a/net-misc/proxychains/metadata.xml b/net-misc/proxychains/metadata.xml deleted file mode 100644 index 63d1cbd32283..000000000000 --- a/net-misc/proxychains/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>hlein@korelogic.com</email> - <name>Hank Leininger</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription lang="en"> - Program that hooks network-related libc functions - in DYNAMICALLY LINKED programs via a preloaded DLL (dlsym(), LD_PRELOAD) - and redirects the connections through SOCKS4a/5 or HTTP proxies. - It supports TCP only (no UDP/ICMP etc). - </longdescription> - <upstream> - <remote-id type="github">rofl0r/proxychains-ng</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-misc/proxychains/proxychains-4.17-r1.ebuild b/net-misc/proxychains/proxychains-4.17-r1.ebuild deleted file mode 100644 index bad059954d90..000000000000 --- a/net-misc/proxychains/proxychains-4.17-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -MY_PN=${PN}-ng -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="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 -} - -src_configure() { - # not autotools - ./configure \ - --prefix="${EPREFIX}"/usr \ - --libdir="${EPREFIX}"/usr/$(get_libdir) \ - --sysconfdir="${EPREFIX}"/etc \ - || die -} - -src_install() { - dobin ${PN} - dobin ${PN}-daemon - dodoc AUTHORS README TODO - - dolib.so lib${PN}.so.${PV} - dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so.${PV:0:1} - dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so - - insinto /etc - doins src/${PN}.conf -} diff --git a/net-misc/proxychains/proxychains-4.17.ebuild b/net-misc/proxychains/proxychains-4.17.ebuild deleted file mode 100644 index ad5018c4d9fc..000000000000 --- a/net-misc/proxychains/proxychains-4.17.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -MY_PN=${PN}-ng -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" - -S=${WORKDIR}/${MY_P} - -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 -} - -src_configure() { - # not autotools - ./configure \ - --prefix="${EPREFIX}"/usr \ - --libdir="${EPREFIX}"/usr/$(get_libdir) \ - --sysconfdir="${EPREFIX}"/etc \ - || die -} - -src_install() { - dobin ${PN} - dodoc AUTHORS README TODO - - dolib.so lib${PN}.so.${PV} - dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so.${PV:0:1} - dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so - - insinto /etc - doins src/${PN}.conf -} |
