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 2D9551382C5 for ; Thu, 1 Mar 2018 14:43:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43033E0876; Thu, 1 Mar 2018 14:43:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A72BE0876 for ; Thu, 1 Mar 2018 14:43:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46B78335C34 for ; Thu, 1 Mar 2018 14:43:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDB551EB for ; Thu, 1 Mar 2018 14:43:22 +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: <1519915394.cb4e6d962cc0a56baa63717345810a36b7761972.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/shadowsocks-libev-3.1.3.ebuild X-VCS-Directories: net-proxy/shadowsocks-libev/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: cb4e6d962cc0a56baa63717345810a36b7761972 X-VCS-Branch: master Date: Thu, 1 Mar 2018 14:43:22 +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: 545f2a4c-b7cf-4c71-8d8b-aa535b4337fa X-Archives-Hash: f9a01af26fec8999d81645e442c93e5a commit: cb4e6d962cc0a56baa63717345810a36b7761972 Author: Yixun Lan gentoo org> AuthorDate: Thu Mar 1 14:41:36 2018 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Mar 1 14:43:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4e6d96 net-proxy/shadowsocks-libev: fix missing dep also drop absolute path for dosym Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-proxy/shadowsocks-libev/shadowsocks-libev-3.1.3.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/net-proxy/shadowsocks-libev/shadowsocks-libev-3.1.3.ebuild b/net-proxy/shadowsocks-libev/shadowsocks-libev-3.1.3.ebuild index 6357fbf5c24..c0840b78632 100644 --- a/net-proxy/shadowsocks-libev/shadowsocks-libev-3.1.3.ebuild +++ b/net-proxy/shadowsocks-libev/shadowsocks-libev-3.1.3.ebuild @@ -20,6 +20,9 @@ KEYWORDS="~amd64 ~x86" IUSE="debug doc" RDEPEND="net-libs/mbedtls + net-libs/libbloom + net-libs/libcork + net-libs/libcorkipset >=dev-libs/libsodium-1.0.8 dev-libs/libev net-libs/udns @@ -58,10 +61,10 @@ src_install() { newins "${FILESDIR}/shadowsocks.json" shadowsocks.json newinitd "${FILESDIR}/shadowsocks.initd" shadowsocks - dosym /etc/init.d/shadowsocks /etc/init.d/shadowsocks.server - dosym /etc/init.d/shadowsocks /etc/init.d/shadowsocks.client - dosym /etc/init.d/shadowsocks /etc/init.d/shadowsocks.redir - dosym /etc/init.d/shadowsocks /etc/init.d/shadowsocks.tunnel + dosym shadowsocks /etc/init.d/shadowsocks.server + dosym shadowsocks /etc/init.d/shadowsocks.client + dosym shadowsocks /etc/init.d/shadowsocks.redir + dosym shadowsocks /etc/init.d/shadowsocks.tunnel dodoc -r acl