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 9D08C58973 for ; Tue, 19 Jan 2016 10:24:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E55521C042; Tue, 19 Jan 2016 10:24:11 +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 AD43E21C042 for ; Tue, 19 Jan 2016 10:24:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9858634091A for ; Tue, 19 Jan 2016 10:24:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C976DA2C for ; Tue, 19 Jan 2016 10:24:07 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1453199061.cb73a7aac63bcdf89b6ca9e9212b353d5874704d.chainsaw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libwebsockets/Manifest net-libs/libwebsockets/libwebsockets-1.6.0.ebuild X-VCS-Directories: net-libs/libwebsockets/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: cb73a7aac63bcdf89b6ca9e9212b353d5874704d X-VCS-Branch: master Date: Tue, 19 Jan 2016 10:24:07 +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: e9bd7fec-65fa-4bb0-aa0f-3494176b3696 X-Archives-Hash: 2f37342dcf1a285910be3c79f25e5a54 commit: cb73a7aac63bcdf89b6ca9e9212b353d5874704d Author: Tony Vroon gentoo org> AuthorDate: Tue Jan 19 10:24:21 2016 +0000 Commit: Tony Vroon gentoo org> CommitDate: Tue Jan 19 10:24:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb73a7aa net-libs/libwebsockets: Version bump to 1.6 release, skipping 1.5 as instructed by Jaco Kroon. Package-Manager: portage-2.2.26 net-libs/libwebsockets/Manifest | 1 + net-libs/libwebsockets/libwebsockets-1.6.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/net-libs/libwebsockets/Manifest b/net-libs/libwebsockets/Manifest index d229333..858ffc8 100644 --- a/net-libs/libwebsockets/Manifest +++ b/net-libs/libwebsockets/Manifest @@ -1 +1,2 @@ DIST libwebsockets-1.4-chrome43-firefox-36.tar.gz 2841449 SHA256 e11492477e582ef0b1a6ea2f18d81a9619b449170a3a5c43f32a9468461a9798 SHA512 46dd538193e001a54a1fc78f238c6ff94252b79239b110c0e57bd354082cc6adc12578cd7c7afddd8c9de6319e31ab511189ee5decf101075402874a9f6932cb WHIRLPOOL ebfd79a3855824df81da0c8d3a93f15d282b87189cdcd94627842c3f4c8400cecfe148fa6fc20a608cea4c278794f6e9f94facfa37fa8f047b571e8b1fd01d2b +DIST libwebsockets-1.6.0-chrome48-firefox42.tar.gz 2861394 SHA256 0b97d9f5f8a57fc3d34c17ac9e2bca578629ac407cca0f23b3491fda9bd6cba3 SHA512 d185b15922c007b85083423e997e96ebfed1da3debc9a352bc135f712f3b9828d58fdcc514dcd24c051d5b2d3a623444036068bc402bf64ab38a4139eefc57f4 WHIRLPOOL 67ea0cecccf9ad1e14834f681e29e95680d808f60ce603e8d75ff4123b731a581be7bd7e60907b0ab79eec2def60279c2287874f307daaeddc182533619589f6 diff --git a/net-libs/libwebsockets/libwebsockets-1.6.0.ebuild b/net-libs/libwebsockets/libwebsockets-1.6.0.ebuild new file mode 100644 index 0000000..5e7feef --- /dev/null +++ b/net-libs/libwebsockets/libwebsockets-1.6.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils + +MY_TAG="chrome48-firefox42" +DESCRIPTION="C/C++ websockets library" +HOMEPAGE="http://libwebsockets.org/" +SRC_URI="http://git.libwebsockets.org/cgi-bin/cgit/${PN}/snapshot/${P}-${MY_TAG}.tar.gz" +S="${S}-${MY_TAG}" + +LICENSE="libwebsockets" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-util/cmake" +RDEPEND=""