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 5115D1396D0 for ; Sat, 26 Aug 2017 02:13:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E4381FC017; Sat, 26 Aug 2017 02:13:18 +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 4A3B81FC017 for ; Sat, 26 Aug 2017 02:13:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 19CA5340AC7 for ; Sat, 26 Aug 2017 02:13:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82CA882C5 for ; Sat, 26 Aug 2017 02:13:15 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1503713571.a1f42e79d8e710dcfe2c55566d0d369a51fe1e5c.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/i2pd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/i2pd/i2pd-2.15.0.ebuild net-vpn/i2pd/metadata.xml X-VCS-Directories: net-vpn/i2pd/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: a1f42e79d8e710dcfe2c55566d0d369a51fe1e5c X-VCS-Branch: master Date: Sat, 26 Aug 2017 02:13:15 +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: 5aa13bff-73af-4c2e-8a4f-448833f19773 X-Archives-Hash: 5ee5f0e0b7b0936208d10c4c18b2e9c4 commit: a1f42e79d8e710dcfe2c55566d0d369a51fe1e5c Author: Alexey Korepanov yandex ru> AuthorDate: Fri Aug 25 22:46:37 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Aug 26 02:12:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f42e79 net-vpn/i2pd: add websocket use flag for websocket server net-vpn/i2pd/i2pd-2.15.0.ebuild | 4 +++- net-vpn/i2pd/metadata.xml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/net-vpn/i2pd/i2pd-2.15.0.ebuild b/net-vpn/i2pd/i2pd-2.15.0.ebuild index 752102811a0..e1cd433f275 100644 --- a/net-vpn/i2pd/i2pd-2.15.0.ebuild +++ b/net-vpn/i2pd/i2pd-2.15.0.ebuild @@ -10,12 +10,13 @@ SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="cpu_flags_x86_aes i2p-hardening libressl pch static +upnp" +IUSE="cpu_flags_x86_aes i2p-hardening libressl pch static +upnp websocket" RDEPEND="!static? ( >=dev-libs/boost-1.49[threads] !libressl? ( dev-libs/openssl:0[-bindist] ) libressl? ( dev-libs/libressl ) upnp? ( net-libs/miniupnpc ) + websocket? ( dev-cpp/websocketpp ) )" DEPEND="${RDEPEND} static? ( >=dev-libs/boost-1.49[static-libs,threads] @@ -41,6 +42,7 @@ src_configure() { -DWITH_PCH=$(usex pch ON OFF) -DWITH_STATIC=$(usex static ON OFF) -DWITH_UPNP=$(usex upnp ON OFF) + -DWITH_WEBSOCKETS=$(usex websocket ON OFF) -DWITH_LIBRARY=ON -DWITH_BINARY=ON ) diff --git a/net-vpn/i2pd/metadata.xml b/net-vpn/i2pd/metadata.xml index 80f4f859ab4..3c324dceacc 100644 --- a/net-vpn/i2pd/metadata.xml +++ b/net-vpn/i2pd/metadata.xml @@ -21,6 +21,9 @@ Compile with hardening on vanilla compilers/linkers + + Enable websocket server + PurpleI2P/i2pd