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 EE5F9139085 for ; Thu, 19 Jan 2017 08:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CDC721C09D; Thu, 19 Jan 2017 08:09:22 +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 1926221C09D for ; Thu, 19 Jan 2017 08:09:22 +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 4011A341293 for ; Thu, 19 Jan 2017 08:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AED4A28D9 for ; Thu, 19 Jan 2017 08:09:18 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1484813342.c0ccba76d1f70d4b8928b337d6fba9d46214f00f.bman@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.6.1.ebuild X-VCS-Directories: www-apps/novnc/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c0ccba76d1f70d4b8928b337d6fba9d46214f00f X-VCS-Branch: master Date: Thu, 19 Jan 2017 08:09:18 +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: 4335f422-8b33-428f-ab0a-b289962952d5 X-Archives-Hash: d9e3036d4a26269bc3eeddc77b239820 commit: c0ccba76d1f70d4b8928b337d6fba9d46214f00f Author: Aaron Bauman gentoo org> AuthorDate: Thu Jan 19 08:08:09 2017 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Jan 19 08:09:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ccba76 www-apps/novnc: security cleanup wrt bug #606114 Package-Manager: portage-2.3.0 www-apps/novnc/Manifest | 1 - www-apps/novnc/novnc-0.6.1.ebuild | 55 --------------------------------------- 2 files changed, 56 deletions(-) diff --git a/www-apps/novnc/Manifest b/www-apps/novnc/Manifest index c8b5ed1..b12f8f7 100644 --- a/www-apps/novnc/Manifest +++ b/www-apps/novnc/Manifest @@ -1,2 +1 @@ -DIST novnc-0.6.1.tar.gz 600681 SHA256 a8cb87a14e38f88a4db604bafc836e809672548086e971fb734862dc9f1bd1cc SHA512 9ea62effd44166553ff93c80bb070df91f70efded922ef43425d3485ed798b7f3b17005c8832c3d0d32ac9c8b095cc4f235fea153ad88055565d8f904ef50e93 WHIRLPOOL 4e1cd767592aeff491a42e9c93784c2db3a319af77b7c6005adc19610fd762c48ed11c3c8adb7ad796daf6965405b95cd187178cf527e21214139a35bd7bdd01 DIST novnc-0.6.2.tar.gz 600675 SHA256 70a27fe472b901faef7235a61e01aed884ec8c2234a666844acfd9da7e5bcf9b SHA512 245d205f8935c82722a55d6cfcd2cea1825176c0cd695fd0eec34aa19cdc3b766fed62e741ff41b0a8c4a3b3cbabc5a39dfa6ad8ffa6169f5b88420a4a845a7c WHIRLPOOL 2ebbae02d702486674216864ef83c84a1439ee0b52815be423e4ad1bacc1748c57f8b749c4a1a0367bc2485506e2249d79bab13782324bd221314965b8fdd495 diff --git a/www-apps/novnc/novnc-0.6.1.ebuild b/www-apps/novnc/novnc-0.6.1.ebuild deleted file mode 100644 index 3f17471..00000000 --- a/www-apps/novnc/novnc-0.6.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 - -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="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - dev-python/websockify[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" - -python_compile() { - echo -} - -src_install() { - dodir /usr/share/novnc/utils - dodir /usr/share/novnc/include - dodir /usr/share/novnc/images - - exeinto /usr/share/novnc/utils - doexe utils/b64-to-binary.pl - doexe utils/img2js.py - doexe utils/inflator.partial.js - doexe utils/json2graph.py - doexe utils/launch.sh - doexe utils/parse.js - doexe utils/u2x11 - - docinto /usr/share/novnc/docs - dodoc README.md - dodoc LICENSE.txt - - cp -pPR *.html "${D}/usr/share/novnc/" - cp -pPR include/* "${D}/usr/share/novnc/include/" - cp -pPR images/* "${D}/usr/share/novnc/images/" - dosym /usr/share/novnc/images/favicon.ico /usr/share/novnc/ - - newconfd "${FILESDIR}/noVNC.confd" noVNC - newinitd "${FILESDIR}/noVNC.initd" noVNC -}