From: Yixun Lan Date: Sun, 27 Mar 2016 17:43:16 +0000 (+0800) Subject: net-proxy/shadowsocks-libev: mask >=sys-kernel/linux-headers-4.5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ad3ac8504b379da2424851b06e3e168b5a69c38a;p=gentoo.git net-proxy/shadowsocks-libev: mask >=sys-kernel/linux-headers-4.5 due to a conflict between linux/if.h and net/if.h this is a temporarily solution, wait real fix at glibc & kernel Gentoo-Bug: 578206, also 577660 Package-Manager: portage-2.2.28 --- diff --git a/net-proxy/shadowsocks-libev/shadowsocks-libev-2.4.3-r2.ebuild b/net-proxy/shadowsocks-libev/shadowsocks-libev-2.4.3-r2.ebuild new file mode 100644 index 000000000000..c761cba2a4d6 --- /dev/null +++ b/net-proxy/shadowsocks-libev/shadowsocks-libev-2.4.3-r2.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils systemd + +DESCRIPTION="A lightweight secured scoks5 proxy for embedded devices and low end boxes" +HOMEPAGE="https://github.com/shadowsocks/shadowsocks-libev" + +MY_PV="v${PV}" +SRC_URI="https://github.com/shadowsocks/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug +openssl polarssl" + +DEPEND="openssl? ( dev-libs/openssl:= ) + polarssl? ( net-libs/polarssl ) +