From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
Date: Tue, 17 Jan 2017 20:37:32 +0000 (UTC) [thread overview]
Message-ID: <1484685382.345bf4d04e79dd6c5a642c5b223a8b1d4251ec59.prometheanfire@gentoo> (raw)
commit: 345bf4d04e79dd6c5a642c5b223a8b1d4251ec59
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 20:36:22 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 20:36:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345bf4d0
www-apps/novnc: bup fixing xss
Package-Manager: portage-2.3.0
www-apps/novnc/Manifest | 1 +
www-apps/novnc/novnc-0.6.2.ebuild | 55 +++++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/www-apps/novnc/Manifest b/www-apps/novnc/Manifest
index ba714e9..c8b5ed1 100644
--- a/www-apps/novnc/Manifest
+++ b/www-apps/novnc/Manifest
@@ -1 +1,2 @@
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.2.ebuild b/www-apps/novnc/novnc-0.6.2.ebuild
new file mode 100644
index 00000000..8ea152c
--- /dev/null
+++ b/www-apps/novnc/novnc-0.6.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 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
+}
next reply other threads:[~2017-01-17 20:37 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-17 20:37 Matt Thode [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-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
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=1484685382.345bf4d04e79dd6c5a642c5b223a8b1d4251ec59.prometheanfire@gentoo \
--to=prometheanfire@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