From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D90151382DE for ; Thu, 30 Jun 2016 22:03:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E26C1E09FC; Thu, 30 Jun 2016 22:03:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 828BBE09FC for ; Thu, 30 Jun 2016 22:03:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53A65340D3A for ; Thu, 30 Jun 2016 22:03:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8822CB3D for ; Thu, 30 Jun 2016 22:03:01 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1467324056.4a468d37d7246cb5ee68be3430bf25ab19192feb.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/shadowsocks-libev/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/shadowsocks-libev/metadata.xml net-proxy/shadowsocks-libev/shadowsocks-libev-2.4.7-r1.ebuild net-proxy/shadowsocks-libev/shadowsocks-libev-2.4.7.ebuild X-VCS-Directories: net-proxy/shadowsocks-libev/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 4a468d37d7246cb5ee68be3430bf25ab19192feb X-VCS-Branch: master Date: Thu, 30 Jun 2016 22:03:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aee9c0e0-0a3a-48dd-894a-6684721b5d0d X-Archives-Hash: 0b75e9bf00a37a61a4f835d95dbf678b commit: 4a468d37d7246cb5ee68be3430bf25ab19192feb Author: Yixun Lan gentoo org> AuthorDate: Thu Jun 30 22:00:56 2016 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Jun 30 22:00:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a468d37 net-proxy/shadowsocks-libev: introduce USE=system-libs, unbundle libs Package-Manager: portage-2.3.0_rc1 net-proxy/shadowsocks-libev/metadata.xml | 1 + ...socks-libev-2.4.7.ebuild => shadowsocks-libev-2.4.7-r1.ebuild} | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/net-proxy/shadowsocks-libev/metadata.xml b/net-proxy/shadowsocks-libev/metadata.xml index 7baa3e5..bb9595d 100644 --- a/net-proxy/shadowsocks-libev/metadata.xml +++ b/net-proxy/shadowsocks-libev/metadata.xml @@ -10,6 +10,7 @@ Use dev-libs/openssl as crypto backend Use net-libs/polarssl as crypto backend + Use system libraries instead of the ones included in the upstream distribution shadowsocks/shadowsocks-libev diff --git a/net-proxy/shadowsocks-libev/shadowsocks-libev-2.4.7.ebuild b/net-proxy/shadowsocks-libev/shadowsocks-libev-2.4.7-r1.ebuild similarity index 91% rename from net-proxy/shadowsocks-libev/shadowsocks-libev-2.4.7.ebuild rename to net-proxy/shadowsocks-libev/shadowsocks-libev-2.4.7-r1.ebuild index c761cba..398664d 100644 --- a/net-proxy/shadowsocks-libev/shadowsocks-libev-2.4.7.ebuild +++ b/net-proxy/shadowsocks-libev/shadowsocks-libev-2.4.7-r1.ebuild @@ -15,11 +15,16 @@ SRC_URI="https://github.com/shadowsocks/${PN}/archive/${MY_PV}.tar.gz -> ${P}.ta LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug +openssl polarssl" +IUSE="debug +openssl polarssl +system-libs" DEPEND="openssl? ( dev-libs/openssl:= ) polarssl? ( net-libs/polarssl )