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 BB28D1395E2 for ; Tue, 22 Nov 2016 20:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAEF0E0E26; Tue, 22 Nov 2016 20:48:13 +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 86EC3E0E26 for ; Tue, 22 Nov 2016 20:48:13 +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 5E89A3412BC for ; Tue, 22 Nov 2016 20:48:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB315497 for ; Tue, 22 Nov 2016 20:48:09 +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: <1479847684.4887faf0cc7c00af21661b217c82e0c6ef448b7a.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: 4887faf0cc7c00af21661b217c82e0c6ef448b7a X-VCS-Branch: master Date: Tue, 22 Nov 2016 20:48:09 +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: 3b0a7b51-556a-4176-bdec-94215252c9fa X-Archives-Hash: d4ff4c7e458130e55d3a4831445f6b51 commit: 4887faf0cc7c00af21661b217c82e0c6ef448b7a Author: Johannes Huber gentoo org> AuthorDate: Tue Nov 22 20:46:46 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Nov 22 20:48:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4887faf0 dev-cpp/websocketpp: Remove 0.6.0 Package-Manager: portage-2.3.2 dev-cpp/websocketpp/Manifest | 1 - dev-cpp/websocketpp/websocketpp-0.6.0.ebuild | 35 ---------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-cpp/websocketpp/Manifest b/dev-cpp/websocketpp/Manifest index 5c1fd66..fa89645 100644 --- a/dev-cpp/websocketpp/Manifest +++ b/dev-cpp/websocketpp/Manifest @@ -1,2 +1 @@ -DIST websocketpp-0.6.0.tar.gz 655641 SHA256 688c52772b90a4694496c08f4ec1d712e24af17dc060d3392f0f3b4e18062898 SHA512 55dbb8d1666ae0d35d4b46ec2c375c9d3d66f57a473f526175a63bc147279c12bd8e605e5812a68ef45d8b6f51f4cfd6e61a1b971d223b5dc6e5528a6937fef8 WHIRLPOOL 3a179a7066e15fe08c3b1fc54b320729437ad5894a07e5ae630e992e34b740b817c78b9869f281fd4d2a7c54b6cca60fa9a1773803b6d67f5fb11c2694348ac5 DIST websocketpp-0.7.0.tar.gz 682271 SHA256 07b3364ad30cda022d91759d4b83ff902e1ebadb796969e58b59caa535a03923 SHA512 91a86d4f5120db3f474169bb146f865f82167b1e9eedabec8793b31005e4ce3d22083283bc1b9f9e37fa0da835addcb2b68260a27c753852c06b3b1bb2f3c12e WHIRLPOOL 2ea92ac5eeb4ea0b20413e7feb52bd4aab7a46f920684a640d96ce23111cea3fa2b98194181a5ba75a3f9bb1669ee0766b9a4e445348ac1d328f82c1405c2c0a diff --git a/dev-cpp/websocketpp/websocketpp-0.6.0.ebuild b/dev-cpp/websocketpp/websocketpp-0.6.0.ebuild deleted file mode 100644 index 003a6a2..00000000 --- a/dev-cpp/websocketpp/websocketpp-0.6.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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 -}