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 A76CF13835A for ; Mon, 31 May 2021 21:07:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07029E08ED; Mon, 31 May 2021 21:07:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1C4BE08ED for ; Mon, 31 May 2021 21:07:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 051D2340DAB for ; Mon, 31 May 2021 21:07:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C4867A0 for ; Mon, 31 May 2021 21:07:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1622495160.e75383a9d8d91f0ad30680a8f569438e427e4be2.mgorny@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-1.1.0.ebuild X-VCS-Directories: www-apps/novnc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e75383a9d8d91f0ad30680a8f569438e427e4be2 X-VCS-Branch: master Date: Mon, 31 May 2021 21:07:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: da09fbc8-e1a7-4c79-ac41-e97b422f1fbe X-Archives-Hash: b38a7b6818c9df9df2e63172b7a5c654 commit: e75383a9d8d91f0ad30680a8f569438e427e4be2 Author: Michał Górny gentoo org> AuthorDate: Mon May 31 21:06:00 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 31 21:06:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75383a9 www-apps/novnc: Remove old Signed-off-by: Michał Górny gentoo.org> www-apps/novnc/Manifest | 1 - www-apps/novnc/novnc-1.1.0.ebuild | 47 --------------------------------------- 2 files changed, 48 deletions(-) diff --git a/www-apps/novnc/Manifest b/www-apps/novnc/Manifest index 59b37cfc0f5..ac5edf9e002 100644 --- a/www-apps/novnc/Manifest +++ b/www-apps/novnc/Manifest @@ -1,2 +1 @@ -DIST novnc-1.1.0.tar.gz 1034997 BLAKE2B 0cb920cac99c3567cbf1c6a58e12649d4bca211d552a472a73ac1089d7c8a18d9478dcfeb558b6302c0c74d321b62575c35a492b02717dc4721b6a9b42f54415 SHA512 9c736912f5a3051027efe779fc64b182f523b9378ff412d78202e52665772678846d97fe3cc5ac18f5c29dd83d5ff2a2dd915e5eadf9af3573fe871db2e7821e DIST novnc-1.2.0.tar.gz 1356408 BLAKE2B a84b767afcdaa641a21943d19ac93c9200074c24c83c899fe2452a82eef526ecd74de92da47b3caa85abe9d51f2fb8d5078f3bf66c0868a241218d22a9088239 SHA512 461490da7bb983e9c94b8ce39f8455ee6609b5a9df8d88254bcc37ebaa5153f5ee9db6afbd88b51762d6d55661bc5cde6fbe70616597583bfce1203e337adf75 diff --git a/www-apps/novnc/novnc-1.1.0.ebuild b/www-apps/novnc/novnc-1.1.0.ebuild deleted file mode 100644 index 18ca4ed3985..00000000000 --- a/www-apps/novnc/novnc-1.1.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies" -HOMEPAGE="https://kanaka.github.com/noVNC/" - -if [[ ${PV} == 9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/kanaka/noVNC.git" -else - SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" - S="${WORKDIR}/noVNC-${PV}" -fi - -LICENSE="LGPL-3" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - dev-python/websockify[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" - -python_compile() { - : -} - -src_install() { - exeinto /usr/share/novnc/utils - for f in utils/*; do - [[ ! f = utils/README.md ]] && doexe $f - done - - dodoc README.md LICENSE.txt - - insinto /usr/share/novnc - doins -r vnc.html vnc_lite.html app/ core/ vendor/ - dosym vnc_lite.html /usr/share/novnc/vnc_auto.html # for compat - dosym ../share/novnc/utils/launch.sh /usr/bin/novnc -}