commit:     362c69385510dc94b2fc285ead7f9a836839cee9
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 22:03:02 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 22:29:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362c6938

net-proxy/tsocks: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-proxy/tsocks/Manifest                   |  1 -
 net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild | 78 -----------------------------
 2 files changed, 79 deletions(-)

diff --git a/net-proxy/tsocks/Manifest b/net-proxy/tsocks/Manifest
index 6bb30d32219..0b718fb43a5 100644
--- a/net-proxy/tsocks/Manifest
+++ b/net-proxy/tsocks/Manifest
@@ -1,3 +1,2 @@
-DIST tsocks-1.8b5-tordns1-gentoo-r3.patch.xz 18468 BLAKE2B 
6e786a2a5cbf37bce743aa2f934884fd7ba3abcb0c675d9cb61a0c8ab078cde1eb96a11bf8b2acf102a9637c78654e519e186a7558a3af496eaf86c0d65bd51c
 SHA512 
86cbc7a8733e9f9e19e0924d2a2b8481a66eb67a8d548b90c7bd02cc6ae42064a295ee6a002cf19a7b3d7d811388db2a34b641d9dbe239f4c0bc8a1f78c90682
 DIST tsocks-1.8b5-tordns1-gentoo-r4.patch.xz 18464 BLAKE2B 
99bd4c210c2fa4c797c4d827df4ae53d13198b91083975b9f6d327bd762193663c1a0c8530ea5e65e82d54ccf6900a11aba50e19a2fb6209e0e8f1131985374b
 SHA512 
711b2e3f5ac9b1a4fd63e32b6cb8090066ece8882e2ec0048bee6cba868712c80ca7f601f79405be40404af625c2ff6fefa8cba98b8a6ced95abe6becf34954f
 DIST tsocks-1.8beta5.tar.gz 83928 BLAKE2B 
a58b4866154deb72b551961578f90b270a7cc1fd2c5b4c08a5ddf99472e3c8e338cc9116c0c9d2d2e1e1c350a077b46cd08fb24390156eb1e60c4d7a10510e6d
 SHA512 
b41636ea6b77abf0d1e3cda7bbca4e7ee96f3cdb1843f3a2c530650931e5567f67921de67b28ba9bab0f51df39770a3f7fb458cf7ac78aad7aa861923df2c4a9

diff --git a/net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild 
b/net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild
deleted file mode 100644
index 21be4c7f00d..00000000000
--- a/net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit autotools eutils multilib multilib-minimal toolchain-funcs
-
-DESCRIPTION="Transparent SOCKS v4 proxying library"
-HOMEPAGE="http://tsocks.sourceforge.net/";
-SRC_URI="mirror://sourceforge/tsocks/${PN}-${PV/_}.tar.gz
-       tordns? ( 
https://dev.gentoo.org/~bircoph/patches/${PN}-${PV/_beta/b}-tordns1-gentoo-r3.patch.xz
 )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ppc ppc64 sparc x86"
-IUSE="dns envconf tordns server-lookups"
-
-REQUIRED_USE="
-       dns? ( !tordns !server-lookups )
-       tordns? ( !dns !server-lookups )
-"
-
-S="${WORKDIR}/${P%%_*}"
-
-src_prepare() {
-       epatch \
-       "${FILESDIR}/${P}-flags.patch" \
-       "${FILESDIR}/${P}-ld_preload.patch" \
-       "${FILESDIR}/${P}-rename.patch" \
-       "${FILESDIR}/${P}-bsd.patch" \
-       "${FILESDIR}/${P}-poll.patch"
-       use tordns && epatch "../${PN}-${PV/_beta/b}-tordns1-gentoo-r3.patch"
-
-       sed -i 's/TSOCKS_CONFFILE/TSOCKS_CONF_FILE/' tsocks.8 || die "sed 
tsocks.8 failed"
-
-       mv configure.in configure.ac || die
-       eautoreconf
-       multilib_copy_sources
-}
-
-multilib_src_configure() {
-       tc-export CC
-
-       # NOTE: the docs say to install it into /lib. If you put it into
-       # /usr/lib and add it to /etc/ld.so.preload on many systems /usr isn't
-       # mounted in time :-( (Ben Lutgens) <[email protected]>
-       econf \
-               $(use_enable dns socksdns) \
-               $(use_enable envconf) \
-               $(use_enable server-lookups hostnames) \
-               --with-conf="${EPREFIX}"/etc/socks/tsocks.conf \
-               --libdir="${EPREFIX}"/$(get_libdir)
-}
-
-multilib_src_compile() {
-       # Fix QA notice lack of SONAME
-       emake DYNLIB_FLAGS=-Wl,--soname,libtsocks.so.${PV/_beta*}
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-       if multilib_is_native_abi; then
-               newbin validateconf tsocks-validateconf
-               newbin saveme tsocks-saveme
-               dobin inspectsocks
-               insinto /etc/socks
-               doins tsocks.conf.*.example
-               dodoc FAQ
-               use tordns && dodoc README*
-       fi
-}
-
-pkg_postinst() {
-       einfo "Make sure you create /etc/socks/tsocks.conf from one of the 
examples in that directory"
-       einfo "The following executables have been renamed:"
-       einfo "    /usr/bin/saveme renamed to tsocks-saveme"
-       einfo "    /usr/bin/validateconf renamed to tsocks-validateconf"
-}

Reply via email to