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 A84C5138330 for ; Sun, 11 Sep 2016 21:42:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B15FDE0BA4; Sun, 11 Sep 2016 21:42:53 +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 7EAB4E0BA4 for ; Sun, 11 Sep 2016 21:42:53 +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 BDBA4340836 for ; Sun, 11 Sep 2016 21:42:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC15F2473 for ; Sun, 11 Sep 2016 21:42:49 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1473630139.225b2d3e8b647cb4a180c518f0a6dd8402d74dac.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/novnc/Manifest www-apps/novnc/novnc-0.5.ebuild www-apps/novnc/novnc-0.6.1.ebuild X-VCS-Directories: www-apps/novnc/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 225b2d3e8b647cb4a180c518f0a6dd8402d74dac X-VCS-Branch: master Date: Sun, 11 Sep 2016 21:42:49 +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: 587cfe26-85b9-443d-b891-7d994c74a062 X-Archives-Hash: 340752a2575724c6c9645bcbd12c7d7c commit: 225b2d3e8b647cb4a180c518f0a6dd8402d74dac Author: Matthew Thode gentoo org> AuthorDate: Sun Sep 11 21:41:27 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Sep 11 21:42:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225b2d3e www-apps/novnc: out with the old and jankey Package-Manager: portage-2.2.28 www-apps/novnc/Manifest | 1 - www-apps/novnc/novnc-0.5.ebuild | 46 --------------------------------------- www-apps/novnc/novnc-0.6.1.ebuild | 2 +- 3 files changed, 1 insertion(+), 48 deletions(-) diff --git a/www-apps/novnc/Manifest b/www-apps/novnc/Manifest index 59ef402..ba714e9 100644 --- a/www-apps/novnc/Manifest +++ b/www-apps/novnc/Manifest @@ -1,2 +1 @@ -DIST novnc-0.5.tar.gz 775617 SHA256 6d702a628c85384118d85d51225770a78dd62d805229f56e42b92798c87baa31 SHA512 babc8e3996a952c82794a135e71217b92d9bc77850f4da4b1664f54da03d8a40eb708a86af8bcfb97261cb843c79b91a9040e4607388d51c201f16ef24786ed6 WHIRLPOOL 614aded12ab783968b2ee3a4ff5bb54278d9bc4529139b223f3c9f2f1201493c6f450835d55b416f8b6f8b2193cc126c60bf60578aa1add82f2b341f98443d67 DIST novnc-0.6.1.tar.gz 600681 SHA256 a8cb87a14e38f88a4db604bafc836e809672548086e971fb734862dc9f1bd1cc SHA512 9ea62effd44166553ff93c80bb070df91f70efded922ef43425d3485ed798b7f3b17005c8832c3d0d32ac9c8b095cc4f235fea153ad88055565d8f904ef50e93 WHIRLPOOL 4e1cd767592aeff491a42e9c93784c2db3a319af77b7c6005adc19610fd762c48ed11c3c8adb7ad796daf6965405b95cd187178cf527e21214139a35bd7bdd01 diff --git a/www-apps/novnc/novnc-0.5.ebuild b/www-apps/novnc/novnc-0.5.ebuild deleted file mode 100644 index 7e2d0dd..00000000 --- a/www-apps/novnc/novnc-0.5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies" -HOMEPAGE="https://kanaka.github.com/noVNC/" -SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/noVNC-${PV}" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="nova" - -DEPEND="" -RDEPEND="${DEPEND} - nova? ( dev-python/websockify - sys-cluster/nova - dev-python/matplotlib - dev-python/numpy )" - -src_prepare() { - # Use unbundled websockify. - sed 's:${HERE}/websockify:websockify:' -i utils/launch.sh || die -} - -src_install() { - dodir /usr/share/novnc - insinto /usr/share/novnc - doins -r *.html images include - dodoc README.md - exeinto /usr/share/novnc/utils - doexe utils/launch.sh - - if use nova; then - dobin utils/nova-novncproxy - - newconfd "${FILESDIR}/noVNC.confd" nova-noVNC - newinitd "${FILESDIR}/noVNC.initd" nova-noVNC - - diropts -m 0750 - dodir /var/log/noVNC - fi -} diff --git a/www-apps/novnc/novnc-0.6.1.ebuild b/www-apps/novnc/novnc-0.6.1.ebuild index 4b29ca3..3f17471 100644 --- a/www-apps/novnc/novnc-0.6.1.ebuild +++ b/www-apps/novnc/novnc-0.6.1.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/noVNC-${PV}" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="" DEPEND=""