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 957EF139085 for ; Wed, 28 Dec 2016 00:18:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B45302347A3; Wed, 28 Dec 2016 00:18:45 +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 94B382347A3 for ; Wed, 28 Dec 2016 00:18:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7937D34125C for ; Wed, 28 Dec 2016 00:18:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58B0124F4 for ; Wed, 28 Dec 2016 00:18:21 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1482883873.6e9869b81d5108a3e9dbf9529d25cf11bdfca876.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/wsta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/wsta/Manifest dev-util/wsta/wsta-0.5.0.ebuild X-VCS-Directories: dev-util/wsta/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 6e9869b81d5108a3e9dbf9529d25cf11bdfca876 X-VCS-Branch: master Date: Wed, 28 Dec 2016 00:18:21 +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: 4750082d-adb0-412c-9ed9-7a11f9e08b8b X-Archives-Hash: 78c91396f03a9183d36d24c496a698d1 commit: 6e9869b81d5108a3e9dbf9529d25cf11bdfca876 Author: Espen Henriksen henriksen is> AuthorDate: Mon Dec 26 16:32:51 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Dec 28 00:11:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9869b8 dev-util/wsta: version bump to 0.5.0. Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3245 dev-util/wsta/Manifest | 1 + dev-util/wsta/wsta-0.5.0.ebuild | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-util/wsta/Manifest b/dev-util/wsta/Manifest index 1d5bfdd..1e56b18 100644 --- a/dev-util/wsta/Manifest +++ b/dev-util/wsta/Manifest @@ -1 +1,2 @@ DIST wsta-0.4.1.tar.gz 40143 SHA256 0c031dbf490c98dbc5dab07f16945ba353cd3cd18780094aee17f4782ec0ea57 SHA512 67e783c462a8621f70aa3688a131056b6b90d6c8137bfe3b4d68ed10ad1840e371554d54ba3d4a8a9fb569af200034b5cbf4ebd4ebadb2ab8d57b3e68b284e58 WHIRLPOOL 6cee5abd12e0f7d7006dbac13fc748d47ab07fb68474fd1aaf97e678536801c61abb545cd1187dd0ad34b7100692df4ee12e63dedcb2eaf628b564f82bdad320 +DIST wsta-0.5.0.tar.gz 43058 SHA256 97d277faf0a423910c74e1036df724f16362839196c56d0986de7db15d6ba629 SHA512 6d1b5aa65f70d78e47cad91d84ada9129076fb9714e2add173f965503d8c12829702f4ef29592015e7e06f126f7518199430f1d2f076cdff640c05db5c42b130 WHIRLPOOL 1238175ad47d1927794ef0204cba9abfceb59f618ab7c343d602ea1513086d82761820ff830ab122914c1e6be4d905b1e9a99adb7c83e1e5a45a31237c786176 diff --git a/dev-util/wsta/wsta-0.5.0.ebuild b/dev-util/wsta/wsta-0.5.0.ebuild new file mode 100644 index 00000000..2557c80 --- /dev/null +++ b/dev-util/wsta/wsta-0.5.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cargo + +DESCRIPTION="A CLI development tool for WebSocket APIs" +HOMEPAGE="https://github.com/esphen/wsta/" +SRC_URI="https://github.com/esphen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-libs/openssl:*" +DEPEND="${RDEPEND} + dev-util/cargo + " + +src_compile() { + cargo build --release || die "Compilation failed" +} + +src_test() { + cargo test || die "Tests failed" +} + +src_install() { + einstalldocs + + dobin target/release/${PN} + doman ${PN}.1 +}