public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
Date: Sat, 30 Dec 2023 22:50:26 +0000 (UTC)	[thread overview]
Message-ID: <1703976621.f942a1d8a226113608a0b81cf1d6853dc7fe0735.zerochaos@gentoo> (raw)

commit:     f942a1d8a226113608a0b81cf1d6853dc7fe0735
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 22:46:43 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 22:50:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f942a1d8

www-apps/novnc: add 1.3.0

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 www-apps/novnc/Manifest           |  1 +
 www-apps/novnc/novnc-1.3.0.ebuild | 45 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/www-apps/novnc/Manifest b/www-apps/novnc/Manifest
index ac5edf9e0023..8fe93b808ea2 100644
--- a/www-apps/novnc/Manifest
+++ b/www-apps/novnc/Manifest
@@ -1 +1,2 @@
 DIST novnc-1.2.0.tar.gz 1356408 BLAKE2B a84b767afcdaa641a21943d19ac93c9200074c24c83c899fe2452a82eef526ecd74de92da47b3caa85abe9d51f2fb8d5078f3bf66c0868a241218d22a9088239 SHA512 461490da7bb983e9c94b8ce39f8455ee6609b5a9df8d88254bcc37ebaa5153f5ee9db6afbd88b51762d6d55661bc5cde6fbe70616597583bfce1203e337adf75
+DIST novnc-1.3.0.tar.gz 661659 BLAKE2B 9e2f42ccf7cdac74017cf7d91538279de6a9451b0e3da8ef4ef2cc55b7fafa83be5fccb0ee314c887ddc35d5c3f54f51a93148b25517838f0f8aab7bdc4fd008 SHA512 2c9eb019bd9c86a0ffb716eba06e8f05bc522c37561e0acc7f88a66188c617ebc54f4cc9220897c241280ba2ed5919a2050a94eeb3da2c030bde43af0bd92c51

diff --git a/www-apps/novnc/novnc-1.3.0.ebuild b/www-apps/novnc/novnc-1.3.0.ebuild
new file mode 100644
index 000000000000..ff11d98a0fd9
--- /dev/null
+++ b/www-apps/novnc/novnc-1.3.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
+HOMEPAGE="https://novnc.com/info.html"
+
+if [[ ${PV} == *9999 ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/novnc/noVNC"
+else
+	SRC_URI="https://github.com/novnc/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+	S="${WORKDIR}/noVNC-${PV}"
+fi
+
+LICENSE="LGPL-3"
+SLOT="0"
+
+RDEPEND="
+	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/novnc_proxy /usr/bin/novnc
+}


             reply	other threads:[~2023-12-30 22:50 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-30 22:50 Rick Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-29  6:26 [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/ Jakov Smolić
2024-04-13 15:26 Matthew Thode
2023-12-30 22:50 Rick Farina
2023-12-30 22:50 Rick Farina
2023-12-30 22:50 Rick Farina
2023-05-03 15:18 Matthew Thode
2022-10-09 16:44 Matthew Thode
2022-05-20  2:07 Matthew Thode
2022-04-16 11:12 Yixun Lan
2021-08-30 14:39 Matthew Thode
2021-05-31 21:07 Michał Górny
2021-03-03 12:37 Agostino Sarubbo
2021-01-01  2:03 Michał Górny
2020-12-13  1:05 Matthew Thode
2020-04-23 19:36 Matthew Thode
2020-03-24 17:11 Matthew Thode
2020-03-24  2:16 Matthew Thode
2020-01-16  6:05 Michał Górny
2019-05-13 22:54 Matthew Thode
2019-04-14  4:58 Matthew Thode
2018-07-16  2:51 Matt Thode
2018-01-19  3:52 Benda XU
2018-01-18 20:10 Matt Thode
2017-10-04  9:17 Michał Górny
2017-05-12  0:15 Zac Medico
2017-04-17 10:01 Ulrich Müller
2017-01-19  8:09 Aaron Bauman
2017-01-18 11:28 Agostino Sarubbo
2017-01-17 20:37 Matt Thode
2016-09-11 22:32 Matt Thode
2016-09-11 21:42 Matt Thode
2016-09-06 21:52 Matt Thode
2016-01-31  1:53 Matt Thode

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1703976621.f942a1d8a226113608a0b81cf1d6853dc7fe0735.zerochaos@gentoo \
    --to=zerochaos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox