parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 3ee218a094a1f3936b00ba0adfb378fc026bf16b
parent 6307d4dbce4b690dc5061796f2bb1192020a6bd6
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 17 Mar 2017 22:49:33 +0100

net-proxy/torsocks: Remove.

Diffstat:
Dnet-proxy/torsocks/Manifest | 1-
Dnet-proxy/torsocks/files/fix-docdir.patch | 24------------------------
Dnet-proxy/torsocks/files/suppress-warning-msgs.patch | 15---------------
Dnet-proxy/torsocks/torsocks-2.2.0.ebuild | 44--------------------------------------------
Dnet-proxy/torsocks/torsocks-9999.ebuild | 49-------------------------------------------------
5 files changed, 0 insertions(+), 133 deletions(-)

diff --git a/net-proxy/torsocks/Manifest b/net-proxy/torsocks/Manifest @@ -1 +0,0 @@ -DIST torsocks-2.2.0.tar.gz 115269 SHA256 36216a1e30f47fa0e5be84761e0d72133196c8a042716017da56e9439338c87d SHA512 903d11d58ece76eaf75ff8fc11a27e4a29f94be530f2d77d1a6f0982d556a4b9c78677a43eed88f2451054d0e985672900ecf73b360fa09e80195c3b9006622b WHIRLPOOL 3ce3ec9807a9b0bb55572f71541b0ba918223e3037914ed070cd97927446bd0b8666a70b568ebd5d7a5d310cd3c6fd4103f1ae8e616cc35e8a6a92d4a6b9051e diff --git a/net-proxy/torsocks/files/fix-docdir.patch b/net-proxy/torsocks/files/fix-docdir.patch @@ -1,24 +0,0 @@ -diff -Naur torsocks-1.2.orig/doc/Makefile.am torsocks-1.2/doc/Makefile.am ---- torsocks-1.2.orig/doc/Makefile.am 2011-10-26 14:30:26.000000000 -0400 -+++ torsocks-1.2/doc/Makefile.am 2011-12-26 20:05:40.000000000 -0500 -@@ -7,8 +7,6 @@ - # Install man pages - dist_man_MANS = torsocks.1 torsocks.8 usewithtor.1 torsocks.conf.5 - --dist_data_DATA = socks/SOCKS5 socks/SOCKS4.protocol socks/socks-extensions.txt \ -- patches/compilewarnings.patch patches/conffile.patch patches/getaddrbyhost.patch \ -- patches/getpeername.patch patches/infiniteloop.patch patches/localaddresses.patch \ -- patches/README patches/README.TORDNS patches/tordns.patch notes/DEBUG -+dist_doc_DATA = socks/SOCKS5 socks/SOCKS4.protocol socks/socks-extensions.txt \ -+ notes/DEBUG - -diff -Naur torsocks-1.2.orig/test/Makefile.am torsocks-1.2/test/Makefile.am ---- torsocks-1.2.orig/test/Makefile.am 2011-10-26 14:21:57.000000000 -0400 -+++ torsocks-1.2/test/Makefile.am 2011-12-26 20:04:34.000000000 -0500 -@@ -4,4 +4,4 @@ - test_torsocks_LDFLAGS= $(TESTLDFLAGS) - CLEANFILES= test_torsocks - --dist_data_DATA = run_tests.sh expectedresults.txt -\ No newline at end of file -+dist_doc_DATA = run_tests.sh expectedresults.txt diff --git a/net-proxy/torsocks/files/suppress-warning-msgs.patch b/net-proxy/torsocks/files/suppress-warning-msgs.patch @@ -1,15 +0,0 @@ ---- torsocks-1.2.orig/src/torsocks.c 2011-10-25 17:49:50.000000000 -0400 -+++ torsocks-1.2/src/torsocks.c 2012-02-21 11:09:20.000000000 -0500 -@@ -124,9 +124,9 @@ - #define LOAD_ERROR(s,l) { \ - const char *error; \ - error = dlerror(); \ -- show_msg(l, "The symbol %s() was not found in any shared " \ -- "library. The error reported was: %s!\n", s, \ -- (error)?error:"not found"); \ -+ if (error) \ -+ show_msg(l, "The symbol %s() was not found in any shared " \ -+ "library. The error reported was: %s!\n", s, error); \ - dlerror(); \ - } - pthread_mutex_lock(&torsocks_init_mutex); diff --git a/net-proxy/torsocks/torsocks-2.2.0.ebuild b/net-proxy/torsocks/torsocks-2.2.0.ebuild @@ -1,44 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit autotools versionator - -MY_PV="$(replace_version_separator 3 -)" -MY_PF="${PN}-${MY_PV}" -S=${WORKDIR}/${MY_PF} - -DESCRIPTION="Use most socks-friendly applications with Tor" -HOMEPAGE="https://github.com/dgoulet/torsocks" -SRC_URI="https://github.com/dgoulet/torsocks/archive/v${MY_PV}.tar.gz -> ${MY_PF}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="static-libs" - -# We do not depend on tor which might be running on a different box -DEPEND="" -RDEPEND="${DEPEND}" - -DOCS=( ChangeLog README.md doc/notes/DEBUG doc/socks/{SOCKS5,socks-extensions.txt} ) - -src_prepare() { - sed -i -e "/dist_doc_DATA/s/^/#/" Makefile.am doc/Makefile.am || die - - default - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - - # Remove libtool .la files - find "${D}" -name '*.la' -delete || die -} diff --git a/net-proxy/torsocks/torsocks-9999.ebuild b/net-proxy/torsocks/torsocks-9999.ebuild @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools eutils multilib versionator git-r3 - -MY_PV="$(replace_version_separator 3 -)" -MY_PF="${PN}-${MY_PV}" -S=${WORKDIR}/${MY_PF} - -DESCRIPTION="Use most socks-friendly applications with Tor" -HOMEPAGE="https://gitweb.torproject.org/torsocks.git" -EGIT_REPO_URI="https://git.torproject.org/torsocks.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="static-libs" - -# We do not depend on tor which might be running on a different box -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e "/dist_doc_DATA/s/^/#/" Makefile.am doc/Makefile.am || die - - # Disable tests requiring network access. - #sed -i -e '/^\.\/test_dns$/d' tests/test_list || \ - # die "failed to disable network tests" - - eautoreconf -} - -src_configure() { - #epatch "${FILESDIR}/musl-fix.patch" - econf $(use_enable static-libs static) -} - -src_install() { - default - - dodoc ChangeLog README.md doc/notes/DEBUG doc/socks/{SOCKS5,socks-extensions.txt} - - #Remove libtool .la files - cd "${D}"/usr/$(get_libdir)/torsocks || die - rm -f *.la -}