mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-25 07:32:30 +01:00
Removing redsocks. I'm not using it anymore
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
DIST redsocks-0.4.tar.bz2 467849 SHA256 339948e47611f71379d8faa7986587564e208d81f7ed4a1cb90e53b892829543 SHA512 5873ad15364906a0bea7a23c4808650a946f5073df1d7034786d54c28ee4dadecf109ac924b3c9836b0bb96efd5286f022c0ef192910d3cb8fa9b8dd1821289c WHIRLPOOL 837577c3cc0b71cf92b9ef6356dd53a639f255f474503d4e80d997c0effd1f43adb4a0426ff510e34726cdd6df80120fb831442cbbda97bfe94ba2b77b991143
|
||||
EBUILD redsocks-0.4-r1.ebuild 683 SHA256 8fa7b3ca6f7076e0e43704fce671a08f2f10c9eabb99f552a7ada0827c359202 SHA512 b4c14678b2483e48365edd0cd2f81df17d45ac414d3b4941915e9fd6bba427b76c2a482b86245e8bb84e23b235ee5223dba8afd6e5c9b1032c79658de463e29b WHIRLPOOL 6dcd1f29827984dd0a5c8f285c354eeee26a25435bbb4c568ea0044311b47bc98d0bfda79fa62573144974eb207a1beb800d50e46d835da3e8b5649bc6f7a658
|
||||
EBUILD redsocks-0.4.ebuild 500 SHA256 4b968f0214b29b7b1095820b690a9238d7e1042e806b3b3a122c3bb51c662b0b SHA512 e6e4ac2138f7f702f3b0693f07ea7410e4129bf6d15386dff8f745a2cacb5c670d71488880e916149a720d9b7ef9591c96eacaf09fbda5b593f9a5137c3ef453 WHIRLPOOL 7a3985900069e87345520b84fcf350974d1d049ee55ec44ef7669e29b3145d2f1bd260d89728732994f9e6eef78cd06f737bb772a62a8911be8bf17dcfbade1c
|
||||
EBUILD redsocks-9999.ebuild 592 SHA256 3c9ce6417c104fba34ecbf4b7b479875a5266b64a2429071b602774b69adf1f5 SHA512 f6e6633187f7208a70b696ff04113f23f96840f2a8e86b4bd6e1d878367fcdbbcb1e414be8e492a0ade82f8948b822803c3ec9a9998c46853bc8de44677a947b WHIRLPOOL 4575a403d3fb20df128e2dd1a7ab7c394f549e7d6a39eb7a847983f029cf563e512d8f223e6aa0928b253b2b9314c5848b8d964a0ee69f914ca279094e22da1e
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit toolchain-funcs user
|
||||
|
||||
DESCRIPTION="Transparent redirector of any TCP connection to proxy"
|
||||
HOMEPAGE="http://darkk.net.ru/redsocks/"
|
||||
SRC_URI="mirror://github/darkk/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-libs/libevent
|
||||
net-firewall/iptables"
|
||||
DEPEND="virtual/pkgconfig
|
||||
${RDEPEND}"
|
||||
|
||||
pkg_setup() {
|
||||
enewgroup ${PN}
|
||||
enewuser ${PN} -1 -1 -1 ${PN}
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin redsocks
|
||||
dodoc README doc/*
|
||||
insinto /etc/redsocks
|
||||
newins redsocks.conf.example redsocks.conf
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Transparent redirector of any TCP connection to proxy"
|
||||
HOMEPAGE="http://darkk.net.ru/redsocks/"
|
||||
SRC_URI="mirror://github/darkk/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/libevent"
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin redsocks
|
||||
dodoc README
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit git-2
|
||||
|
||||
DESCRIPTION="Transparent redirector of any TCP connection to proxy"
|
||||
HOMEPAGE="http://darkk.net.ru/redsocks/"
|
||||
EGIT_REPO_URI="git://github.com/darkk/${PN}.git"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-libs/libevent
|
||||
net-firewall/iptables"
|
||||
DEPEND="virtual/pkgconfig
|
||||
${RDEPEND}"
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin redsocks
|
||||
dodoc README doc/*
|
||||
insinto /etc/redsocks
|
||||
newins redsocks.conf.example redsocks.conf
|
||||
}
|
||||
Reference in New Issue
Block a user