mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
redsocks: found a stable version, live ebuild added to the bleeding profile
This commit is contained in:
parent
6e8fa432c0
commit
c75ebc3413
4 changed files with 38 additions and 5 deletions
|
|
@ -1 +1,3 @@
|
|||
EBUILD redsocks-9999.ebuild 537 SHA256 d364bc20c3bcb6566be0426cb429032bb02c6231f0f814771c8b70f0cd4521e5 SHA512 2e257e293591136ccbed0ce0914067149cba0599c32a59e5dcdcbfb4d31c8b7c03aa14a89c457774d6f2845d1654eddf3a841dd289f3ac8b970518e0fcfc0fa5 WHIRLPOOL 57cc8eab2a9f60597c3e465ba279ec7fd2ac72ef4ace3cdc623ec25e728b853274e9d13bea610ae55c08346292c84608cacde6680380b762fc423ac51aca1770
|
||||
DIST redsocks-0.4.tar.gz 468014 SHA256 5317c6b21b208b65a119155877c73272a32a0ac61bd60503c9eb1e6634077468 SHA512 380ae58ba2d11bbf25f0b8aebc918b90ddf3bb1b626253d3510409c14da3e26fe41cf74b02be6b3ec8d1249307e38b8930fc60c659bbbe7bc16c49729aa6b935 WHIRLPOOL 1d537b299a60c1913e994e5c243d2e9c0549342659343716baa486168ca988f3fda6372292d2ad1a11af3c0b2afe2f6b4954233762b8390e3b74cd15d4a74b55
|
||||
EBUILD redsocks-0.4.ebuild 566 SHA256 9dc720ced4381517180d99e04ab6fc6d8de39443f4f99c5ed570428119adeda7 SHA512 165ab9059576ceaf7f2143e94606d08b78b52a3b07b1d436c7b7f8faed36c94479edf709084b05127cee7f2cdb606dc3dd3562bd314fddb20bd3f07d88fe4c03 WHIRLPOOL bebf9abbaac8bc66baafab4d5f58f91b72c07c62380cdaf5b346697a0271585639a039b1dbb789c37ec754520c16907cc7f69d557e64f82be1538540073e9082
|
||||
EBUILD redsocks-9999.ebuild 479 SHA256 a22dff07e9cae8e6b8ac8c516a34d1558e8c600acde515cbdca201b6b4a6c8a0 SHA512 722b317ec9880bf9ef064e98049366e12acc875e8215f3fa4f2e32e2a782d0d048552f48364e66c4b99d2e3953a31be8b7823c99c76174c9bfa32daeaf86853f WHIRLPOOL 77a3848e161df5120a8cba4b0b64ca5b4f76afc2474f609137a6daaa4e58c0a7221b4c8736b841f8b0df0f24872374c7252f44d88e0f860189f4fa943d9ff067
|
||||
|
|
|
|||
31
net-proxy/redsocks/redsocks-0.4.ebuild
Normal file
31
net-proxy/redsocks/redsocks-0.4.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# 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="https://github.com/darkk/redsocks/tarball/release-${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/libevent"
|
||||
|
||||
S=${WORKDIR}/"darkk-${PN}-e0b284d"
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin redsocks
|
||||
dodoc README
|
||||
}
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
EAPI=4
|
||||
|
||||
inherit toolchain-funcs git-2
|
||||
inherit git-2
|
||||
|
||||
DESCRIPTION="Transparent redirector of any TCP connection to proxy"
|
||||
HOMEPAGE="http://darkk.net.ru/redsocks/"
|
||||
|
|
@ -12,7 +12,7 @@ EGIT_REPO_URI="git://github.com/darkk/${PN}.git"
|
|||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
|
|
@ -24,7 +24,6 @@ src_compile() {
|
|||
}
|
||||
|
||||
src_install() {
|
||||
# emake DESTDIR="${D}" install
|
||||
dobin redsocks
|
||||
doman README
|
||||
dodoc README
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
net-proxy/redsocks **
|
||||
Loading…
Reference in a new issue