From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 351D51397E6 for ; Mon, 17 Aug 2015 20:47:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B86D141FE; Mon, 17 Aug 2015 20:47:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BB54141FE for ; Mon, 17 Aug 2015 20:47:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 375F5340831 for ; Mon, 17 Aug 2015 20:47:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A88E013F for ; Mon, 17 Aug 2015 20:46:57 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1439844566.91028219f1913c17244ab624698b2ed0bd9d4ab5.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/websocketpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/websocketpp/Manifest dev-cpp/websocketpp/websocketpp-0.6.0.ebuild X-VCS-Directories: dev-cpp/websocketpp/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 91028219f1913c17244ab624698b2ed0bd9d4ab5 X-VCS-Branch: master Date: Mon, 17 Aug 2015 20:46:57 +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: d4cf1aef-5f01-4d26-aa12-e75591d85586 X-Archives-Hash: 3213e3a02faa2a29a8513c7ba655d710 commit: 91028219f1913c17244ab624698b2ed0bd9d4ab5 Author: Johannes Huber gentoo org> AuthorDate: Mon Aug 17 20:48:52 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Aug 17 20:49:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91028219 dev-cpp/websocketpp: Version bump 0.6.0 Package-Manager: portage-2.2.20.1 dev-cpp/websocketpp/Manifest | 1 + dev-cpp/websocketpp/websocketpp-0.6.0.ebuild | 35 ++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-cpp/websocketpp/Manifest b/dev-cpp/websocketpp/Manifest index bc98860..a4d4a56 100644 --- a/dev-cpp/websocketpp/Manifest +++ b/dev-cpp/websocketpp/Manifest @@ -1,2 +1,3 @@ DIST websocketpp-0.4.0.tar.gz 628675 SHA256 8634b233c0c47afa6b76c4edcb9694de490b33950c549fd2531b312c18e8cfca SHA512 770560afca5f9c88454c1aec61e5c4dfd38b3835897a96c3815fe1232ba6ef7622d07530d644055e60089d5c6f8ab383691358abf2da5782515ad9f313f1d253 WHIRLPOOL 2fa0f3deabe6c7b5ae22ea5d4e2f90367a68b816cf4ffe81d61b7f9b85ef575c1cc1baadbf685e9c58ea3f442136c3d1128585e7244498b9def0484995015926 DIST websocketpp-0.5.0.tar.gz 642592 SHA256 ab032d61f1d94fc4ebf3bb74297e520499d6fe56801084d3cc828455482e81d9 SHA512 8c254a3dc772fce31e4dff58e352d967d47d64cfb07dd93d1da7707f27c43760bf2c3d1e43b7669dad20b7986159185e5ba26d87e1716fb896be23173438c947 WHIRLPOOL 719921a8e804a382020d507ebe33bb5779191cc756b92cf9bd5a576370d4824100ddba556b96a3cbe88f9d701e28e6471727ad34f268805006f03ae3b99e39e0 +DIST websocketpp-0.6.0.tar.gz 655641 SHA256 688c52772b90a4694496c08f4ec1d712e24af17dc060d3392f0f3b4e18062898 SHA512 55dbb8d1666ae0d35d4b46ec2c375c9d3d66f57a473f526175a63bc147279c12bd8e605e5812a68ef45d8b6f51f4cfd6e61a1b971d223b5dc6e5528a6937fef8 WHIRLPOOL 3a179a7066e15fe08c3b1fc54b320729437ad5894a07e5ae630e992e34b740b817c78b9869f281fd4d2a7c54b6cca60fa9a1773803b6d67f5fb11c2694348ac5 diff --git a/dev-cpp/websocketpp/websocketpp-0.6.0.ebuild b/dev-cpp/websocketpp/websocketpp-0.6.0.ebuild new file mode 100644 index 0000000..003a6a2 --- /dev/null +++ b/dev-cpp/websocketpp/websocketpp-0.6.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="C++/Boost Asio based websocket client/server library" +HOMEPAGE="http://www.zaphoyd.com/websocketpp" +SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="BSD" +SLOT="0" +IUSE="boost examples test" + +DEPEND="" +RDEPEND="${DEPEND} + boost? ( dev-libs/boost ) +" + +# tests no-op +RESTRICT="test" + +src_configure() { + # Disable EXAMPLES as compilation is broken upstream + local mycmakeargs=( + -DBUILD_EXAMPLES=OFF + $(cmake-utils_use_enable !boost CPP11) + $(cmake-utils_use_build test TESTS) + ) + + cmake-utils_src_configure +}