* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2019-04-14 4:58 Matthew Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matthew Thode @ 2019-04-14 4:58 UTC (permalink / raw
To: gentoo-commits
commit: 29e18610bc4a9590b74692c0fd50df5bc8c5336e
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 04:58:08 2019 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 04:58:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e18610
www-apps/novnc: fix install from git master
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
www-apps/novnc/novnc-9999.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index c876ebff1f7..8be04719863 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,8 +18,6 @@ else
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
fi
-S="${WORKDIR}/noVNC-${PV}"
-
LICENSE="LGPL-3"
SLOT="0"
IUSE=""
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2024-05-29 6:26 Jakov Smolić
0 siblings, 0 replies; 34+ messages in thread
From: Jakov Smolić @ 2024-05-29 6:26 UTC (permalink / raw
To: gentoo-commits
commit: 59310e04b78bb2d743600f8d141612f6d5c373fd
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 06:26:20 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed May 29 06:26:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59310e04
www-apps/novnc: Stabilize 1.4.0 ALLARCHES, #933057
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
www-apps/novnc/novnc-1.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/novnc/novnc-1.4.0.ebuild b/www-apps/novnc/novnc-1.4.0.ebuild
index eae12701221a..fd797dce6898 100644
--- a/www-apps/novnc/novnc-1.4.0.ebuild
+++ b/www-apps/novnc/novnc-1.4.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then
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"
+ KEYWORDS="amd64 ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/noVNC-${PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2024-04-13 15:26 Matthew Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matthew Thode @ 2024-04-13 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 1a41808ab4d73f80804a0d8417d21f4a685c06ef
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 15:26:00 2024 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 15:26:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a41808a
www-apps/novnc: enable py3.12
Closes: https://bugs.gentoo.org/929873
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
www-apps/novnc/novnc-1.4.0.ebuild | 4 ++--
www-apps/novnc/novnc-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-apps/novnc/novnc-1.4.0.ebuild b/www-apps/novnc/novnc-1.4.0.ebuild
index ff11d98a0fd9..eae12701221a 100644
--- a/www-apps/novnc/novnc-1.4.0.ebuild
+++ b/www-apps/novnc/novnc-1.4.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index ff11d98a0fd9..eae12701221a 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2023-12-30 22:50 Rick Farina
0 siblings, 0 replies; 34+ messages in thread
From: Rick Farina @ 2023-12-30 22:50 UTC (permalink / raw
To: gentoo-commits
commit: a9810a05d406f7ca728917f98707c09a60b66dfe
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 22:43:33 2023 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 22:50:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9810a05
www-apps/novnc: PEP517 build
Fix symlink for newer version
Closes: https://bugs.gentoo.org/910042
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
www-apps/novnc/novnc-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index a9673ca0e859..ff11d98a0fd9 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-DISTUTILS_USE_SETUPTOOLS=no
+DISTUTILS_USE_PEP517=no
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
@@ -41,5 +41,5 @@ src_install() {
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
+ dosym ../share/novnc/utils/novnc_proxy /usr/bin/novnc
}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2023-12-30 22:50 Rick Farina
0 siblings, 0 replies; 34+ messages in thread
From: Rick Farina @ 2023-12-30 22:50 UTC (permalink / raw
To: gentoo-commits
commit: da8e72e8bdef54389e112907e2e5b4d8a27e01cc
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 22:48:56 2023 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 22:50:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8e72e8
www-apps/novnc: add 1.4.0
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
www-apps/novnc/Manifest | 1 +
www-apps/novnc/novnc-1.4.0.ebuild | 45 +++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/www-apps/novnc/Manifest b/www-apps/novnc/Manifest
index 8fe93b808ea2..43212c973199 100644
--- a/www-apps/novnc/Manifest
+++ b/www-apps/novnc/Manifest
@@ -1,2 +1,3 @@
DIST novnc-1.2.0.tar.gz 1356408 BLAKE2B a84b767afcdaa641a21943d19ac93c9200074c24c83c899fe2452a82eef526ecd74de92da47b3caa85abe9d51f2fb8d5078f3bf66c0868a241218d22a9088239 SHA512 461490da7bb983e9c94b8ce39f8455ee6609b5a9df8d88254bcc37ebaa5153f5ee9db6afbd88b51762d6d55661bc5cde6fbe70616597583bfce1203e337adf75
DIST novnc-1.3.0.tar.gz 661659 BLAKE2B 9e2f42ccf7cdac74017cf7d91538279de6a9451b0e3da8ef4ef2cc55b7fafa83be5fccb0ee314c887ddc35d5c3f54f51a93148b25517838f0f8aab7bdc4fd008 SHA512 2c9eb019bd9c86a0ffb716eba06e8f05bc522c37561e0acc7f88a66188c617ebc54f4cc9220897c241280ba2ed5919a2050a94eeb3da2c030bde43af0bd92c51
+DIST novnc-1.4.0.tar.gz 700906 BLAKE2B cfea341302be20319b04c470531f37c638ebde201132c49b37f0526b5fe3b670aa5cff1a232f51416f686a0f96c09fba4bfad86a0809c2fda69701500fed016a SHA512 b42b0e8c3947dba9a9ba8518bbeb218e77c9d36302c1161f168351ef971c76f3a25e0d136d44e5aa0c6d934290e7d8f23961519e64ca9bdb1eeed8d416aecee3
diff --git a/www-apps/novnc/novnc-1.4.0.ebuild b/www-apps/novnc/novnc-1.4.0.ebuild
new file mode 100644
index 000000000000..ff11d98a0fd9
--- /dev/null
+++ b/www-apps/novnc/novnc-1.4.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
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2023-12-30 22:50 Rick Farina
0 siblings, 0 replies; 34+ messages in thread
From: Rick Farina @ 2023-12-30 22:50 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2023-12-30 22:50 Rick Farina
0 siblings, 0 replies; 34+ messages in thread
From: Rick Farina @ 2023-12-30 22:50 UTC (permalink / raw
To: gentoo-commits
commit: 884ea1a6a9c0621990418db5f38968b9cdf77afd
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 22:37:54 2023 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 22:50:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884ea1a6
www-apps/novnc: update HOMEPAGE
Closes: https://bugs.gentoo.org/798771
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
www-apps/novnc/novnc-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 71684fd67ee6..a9673ca0e859 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -8,13 +8,13 @@ PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
-HOMEPAGE="https://kanaka.github.io/noVNC/"
+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/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ 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
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2023-05-03 15:18 Matthew Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matthew Thode @ 2023-05-03 15:18 UTC (permalink / raw
To: gentoo-commits
commit: c60048e7f20229b8fed34ac233bda9a205566b59
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 15:15:48 2023 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed May 3 15:15:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60048e7
www-apps/novnc: enable py3.11
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
www-apps/novnc/novnc-1.2.0.ebuild | 2 +-
www-apps/novnc/novnc-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apps/novnc/novnc-1.2.0.ebuild b/www-apps/novnc/novnc-1.2.0.ebuild
index 917a3e314b52..2d1907d63eb0 100644
--- a/www-apps/novnc/novnc-1.2.0.ebuild
+++ b/www-apps/novnc/novnc-1.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 7c33216b49d4..71684fd67ee6 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2022-10-09 16:44 Matthew Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matthew Thode @ 2022-10-09 16:44 UTC (permalink / raw
To: gentoo-commits
commit: 4759bf92eea1d82c5b0bcae8fef400fb7b2ed51f
Author: Uzi Erdenebileg <lzijbuan <AT> gmail <DOT> com>
AuthorDate: Thu Oct 6 09:51:26 2022 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 16:44:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4759bf92
www-apps/novnc: Update HOMEPAGE
Signed-off-by: Ulziibuyan Erdenebileg <lzijbuan <AT> gmail.com>
Bug: https://bugs.gentoo.org/876292
Closes: https://bugs.gentoo.org/876292
Closes: https://github.com/gentoo/gentoo/pull/27659
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
www-apps/novnc/novnc-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 6b01b8479bea..6ca0e8b5ed54 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
-HOMEPAGE="https://kanaka.github.com/noVNC/"
+HOMEPAGE="https://kanaka.github.io/noVNC/"
if [[ ${PV} == *9999 ]] ; then
inherit git-r3
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2022-05-20 2:07 Matthew Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matthew Thode @ 2022-05-20 2:07 UTC (permalink / raw
To: gentoo-commits
commit: 23f8d570436100c93b18f4cd20bf2ccfd3b1d959
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 02:07:48 2022 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri May 20 02:07:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f8d570
www-apps/novnc: add 3.10 to python_compat
Closes: https://bugs.gentoo.org/846341
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
www-apps/novnc/novnc-1.2.0.ebuild | 2 +-
www-apps/novnc/novnc-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www-apps/novnc/novnc-1.2.0.ebuild b/www-apps/novnc/novnc-1.2.0.ebuild
index 287051b334b2..1076ed3f41ef 100644
--- a/www-apps/novnc/novnc-1.2.0.ebuild
+++ b/www-apps/novnc/novnc-1.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index a061cad3709f..6b01b8479bea 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2022-04-16 11:12 Yixun Lan
0 siblings, 0 replies; 34+ messages in thread
From: Yixun Lan @ 2022-04-16 11:12 UTC (permalink / raw
To: gentoo-commits
commit: ef5c5a11b634c9f2c738c85e924f9624580e1c83
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 11:09:05 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 11:10:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5c5a11
www-apps/novnc: keyword 1.2.0 for ~riscv
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
www-apps/novnc/novnc-1.2.0.ebuild | 4 ++--
www-apps/novnc/novnc-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-apps/novnc/novnc-1.2.0.ebuild b/www-apps/novnc/novnc-1.2.0.ebuild
index 513e5c12f59d..287051b334b2 100644
--- a/www-apps/novnc/novnc-1.2.0.ebuild
+++ b/www-apps/novnc/novnc-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then
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"
+ KEYWORDS="amd64 ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/noVNC-${PV}"
fi
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 782515ec8cae..a061cad3709f 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/novnc/noVNC"
else
SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~amd64 ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/noVNC-${PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2021-08-30 14:39 Matthew Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matthew Thode @ 2021-08-30 14:39 UTC (permalink / raw
To: gentoo-commits
commit: 5bdadd68fcec087df748a4755399ead9200e1d12
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 30 14:38:26 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Aug 30 14:39:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdadd68
www-apps/novnc: update homepage and setuptools var
Closes: https://bugs.gentoo.org/811114
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
www-apps/novnc/novnc-1.2.0.ebuild | 3 ++-
www-apps/novnc/novnc-9999.ebuild | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/www-apps/novnc/novnc-1.2.0.ebuild b/www-apps/novnc/novnc-1.2.0.ebuild
index 3a2de2eba15..513e5c12f59 100644
--- a/www-apps/novnc/novnc-1.2.0.ebuild
+++ b/www-apps/novnc/novnc-1.2.0.ebuild
@@ -3,11 +3,12 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
-HOMEPAGE="https://kanaka.github.com/noVNC/"
+HOMEPAGE="https://github.com/novnc/noVNC"
if [[ ${PV} == *9999 ]] ; then
inherit git-r3
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 02803bff38a..782515ec8ca 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
@@ -11,7 +12,7 @@ HOMEPAGE="https://kanaka.github.com/noVNC/"
if [[ ${PV} == *9999 ]] ; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/kanaka/noVNC.git"
+ EGIT_REPO_URI="https://github.com/novnc/noVNC"
else
SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2021-05-31 21:07 Michał Górny
0 siblings, 0 replies; 34+ messages in thread
From: Michał Górny @ 2021-05-31 21:07 UTC (permalink / raw
To: gentoo-commits
commit: e75383a9d8d91f0ad30680a8f569438e427e4be2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 21:06:00 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2021-03-03 12:37 Agostino Sarubbo
0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2021-03-03 12:37 UTC (permalink / raw
To: gentoo-commits
commit: b4eb1425563b87dffc9086757180701804d43a24
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 3 12:37:08 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar 3 12:37:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4eb1425
www-apps/novnc: amd64/x86 stable (ALLARCHES policy) wrt bug #773946
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
www-apps/novnc/novnc-1.2.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apps/novnc/novnc-1.2.0.ebuild b/www-apps/novnc/novnc-1.2.0.ebuild
index 02803bff38a..3a2de2eba15 100644
--- a/www-apps/novnc/novnc-1.2.0.ebuild
+++ b/www-apps/novnc/novnc-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]] ; then
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"
+ KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/noVNC-${PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2021-01-01 2:03 Michał Górny
0 siblings, 0 replies; 34+ messages in thread
From: Michał Górny @ 2021-01-01 2:03 UTC (permalink / raw
To: gentoo-commits
commit: 27043989ab85c0608296d6d8844c98c23ab130c0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 1 02:01:02 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 1 02:01:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27043989
www-apps/novnc: Remove old (py3.6)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-apps/novnc/Manifest | 1 -
www-apps/novnc/novnc-1.0.0.ebuild | 47 ---------------------------------------
2 files changed, 48 deletions(-)
diff --git a/www-apps/novnc/Manifest b/www-apps/novnc/Manifest
index 14b6c5e328c..59b37cfc0f5 100644
--- a/www-apps/novnc/Manifest
+++ b/www-apps/novnc/Manifest
@@ -1,3 +1,2 @@
-DIST novnc-1.0.0.tar.gz 1551574 BLAKE2B 58bd63eb0480b3f20ed16907725e0abcf8c699671614dc195f46a363d6ab9cdb5b0b033ba0ba16bbe39b16437fb94f64a741acd69d1c3c3957a0e60353d78a89 SHA512 97a86be5f10f382e2ed641360f5f6c3b22998f68f980c78138aca900ef6a011c1f6aa9cbdd8cd07afd4884e8c65af30d65487e87bb34e524c10f16cf4cd116a3
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.0.0.ebuild b/www-apps/novnc/novnc-1.0.0.ebuild
deleted file mode 100644
index ea2c927ce4c..00000000000
--- a/www-apps/novnc/novnc-1.0.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=6
-
-PYTHON_COMPAT=( python3_6 )
-
-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"
-fi
-
-S="${WORKDIR}/noVNC-${PV}"
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/websockify[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]"
-
-python_compile() {
- echo
-}
-
-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 /usr/share/novnc/vnc_lite.html /usr/share/novnc/vnc_auto.html # for compat
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2020-12-13 1:05 Matthew Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matthew Thode @ 2020-12-13 1:05 UTC (permalink / raw
To: gentoo-commits
commit: 72db0b7cc75bfe807aab89aacbc6e41ce8e42cde
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 01:04:30 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 01:05:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72db0b7c
www-apps/novnc: 1.2.0 bump with adding py38
Closes: https://bugs.gentoo.org/759562
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
www-apps/novnc/Manifest | 1 +
www-apps/novnc/novnc-1.2.0.ebuild | 47 +++++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/www-apps/novnc/Manifest b/www-apps/novnc/Manifest
index a8f2de94299..14b6c5e328c 100644
--- a/www-apps/novnc/Manifest
+++ b/www-apps/novnc/Manifest
@@ -1,2 +1,3 @@
DIST novnc-1.0.0.tar.gz 1551574 BLAKE2B 58bd63eb0480b3f20ed16907725e0abcf8c699671614dc195f46a363d6ab9cdb5b0b033ba0ba16bbe39b16437fb94f64a741acd69d1c3c3957a0e60353d78a89 SHA512 97a86be5f10f382e2ed641360f5f6c3b22998f68f980c78138aca900ef6a011c1f6aa9cbdd8cd07afd4884e8c65af30d65487e87bb34e524c10f16cf4cd116a3
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.2.0.ebuild b/www-apps/novnc/novnc-1.2.0.ebuild
new file mode 100644
index 00000000000..efb86e05f7c
--- /dev/null
+++ b/www-apps/novnc/novnc-1.2.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+
+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
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2020-04-23 19:36 Matthew Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matthew Thode @ 2020-04-23 19:36 UTC (permalink / raw
To: gentoo-commits
commit: 02545210596189e16d3ea626fa06dc3f9757a646
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 19:29:50 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 19:36:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02545210
www-apps/novnc: 1.1.0 stable amd64/x86 with cleanup
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
www-apps/novnc/Manifest | 1 -
www-apps/novnc/novnc-0.6.2-r1.ebuild | 47 -------------------------------
www-apps/novnc/novnc-0.6.2.ebuild | 54 ------------------------------------
www-apps/novnc/novnc-1.1.0.ebuild | 2 +-
4 files changed, 1 insertion(+), 103 deletions(-)
diff --git a/www-apps/novnc/Manifest b/www-apps/novnc/Manifest
index 5f0a899a2ff..a8f2de94299 100644
--- a/www-apps/novnc/Manifest
+++ b/www-apps/novnc/Manifest
@@ -1,3 +1,2 @@
-DIST novnc-0.6.2.tar.gz 600675 BLAKE2B f9779a9f03ba653f77090639112cd0c967ff5925d2f9897da6508fd077fb79a2f543467e32210572935a642e06fbbcac4a44c34b4342474f54ef7ec7a9bdbf4f SHA512 245d205f8935c82722a55d6cfcd2cea1825176c0cd695fd0eec34aa19cdc3b766fed62e741ff41b0a8c4a3b3cbabc5a39dfa6ad8ffa6169f5b88420a4a845a7c
DIST novnc-1.0.0.tar.gz 1551574 BLAKE2B 58bd63eb0480b3f20ed16907725e0abcf8c699671614dc195f46a363d6ab9cdb5b0b033ba0ba16bbe39b16437fb94f64a741acd69d1c3c3957a0e60353d78a89 SHA512 97a86be5f10f382e2ed641360f5f6c3b22998f68f980c78138aca900ef6a011c1f6aa9cbdd8cd07afd4884e8c65af30d65487e87bb34e524c10f16cf4cd116a3
DIST novnc-1.1.0.tar.gz 1034997 BLAKE2B 0cb920cac99c3567cbf1c6a58e12649d4bca211d552a472a73ac1089d7c8a18d9478dcfeb558b6302c0c74d321b62575c35a492b02717dc4721b6a9b42f54415 SHA512 9c736912f5a3051027efe779fc64b182f523b9378ff412d78202e52665772678846d97fe3cc5ac18f5c29dd83d5ff2a2dd915e5eadf9af3573fe871db2e7821e
diff --git a/www-apps/novnc/novnc-0.6.2-r1.ebuild b/www-apps/novnc/novnc-0.6.2-r1.ebuild
deleted file mode 100644
index f06cf37a8b6..00000000000
--- a/www-apps/novnc/novnc-0.6.2-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-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"
-fi
-
-S="${WORKDIR}/noVNC-${PV}"
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/websockify[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]"
-
-python_compile() {
- echo
-}
-
-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 *.html include/ images/
- dosym images/favicon.ico /usr/share/novnc/favicon.ico
-}
diff --git a/www-apps/novnc/novnc-0.6.2.ebuild b/www-apps/novnc/novnc-0.6.2.ebuild
deleted file mode 100644
index cf46ba67c5d..00000000000
--- a/www-apps/novnc/novnc-0.6.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-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 ~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 images/favicon.ico /usr/share/novnc/favicon.ico
-
- newconfd "${FILESDIR}/noVNC.confd" noVNC
- newinitd "${FILESDIR}/noVNC.initd" noVNC
-}
diff --git a/www-apps/novnc/novnc-1.1.0.ebuild b/www-apps/novnc/novnc-1.1.0.ebuild
index 734f516e33b..a09ba239293 100644
--- a/www-apps/novnc/novnc-1.1.0.ebuild
+++ b/www-apps/novnc/novnc-1.1.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then
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"
+ KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/noVNC-${PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2020-03-24 17:11 Matthew Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matthew Thode @ 2020-03-24 17:11 UTC (permalink / raw
To: gentoo-commits
commit: d3ef689b07ac07ce057fa958a5a429b98b3e92bb
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 17:10:46 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 17:11:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ef689b
www-apps/novnc: fix install and create /usr/bin symlink
Closes: https://bugs.gentoo.org/714096
Closes: https://bugs.gentoo.org/714202
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
www-apps/novnc/novnc-1.1.0.ebuild | 2 ++
www-apps/novnc/novnc-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/www-apps/novnc/novnc-1.1.0.ebuild b/www-apps/novnc/novnc-1.1.0.ebuild
index 130e5d59469..734f516e33b 100644
--- a/www-apps/novnc/novnc-1.1.0.ebuild
+++ b/www-apps/novnc/novnc-1.1.0.ebuild
@@ -16,6 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
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"
@@ -42,4 +43,5 @@ src_install() {
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
}
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 130e5d59469..734f516e33b 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -16,6 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
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"
@@ -42,4 +43,5 @@ src_install() {
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
}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2020-03-24 2:16 Matthew Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matthew Thode @ 2020-03-24 2:16 UTC (permalink / raw
To: gentoo-commits
commit: 1ab18c9d10f4f4e2df6ec801414befb1200e9985
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 02:15:50 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 02:15:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab18c9d
www-apps/novnc: bump to 1.1.0
Closes: https://bugs.gentoo.org/714116
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
www-apps/novnc/Manifest | 1 +
www-apps/novnc/{novnc-9999.ebuild => novnc-1.1.0.ebuild} | 8 ++++----
www-apps/novnc/novnc-9999.ebuild | 8 ++++----
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/www-apps/novnc/Manifest b/www-apps/novnc/Manifest
index a72a4ad314e..5f0a899a2ff 100644
--- a/www-apps/novnc/Manifest
+++ b/www-apps/novnc/Manifest
@@ -1,2 +1,3 @@
DIST novnc-0.6.2.tar.gz 600675 BLAKE2B f9779a9f03ba653f77090639112cd0c967ff5925d2f9897da6508fd077fb79a2f543467e32210572935a642e06fbbcac4a44c34b4342474f54ef7ec7a9bdbf4f SHA512 245d205f8935c82722a55d6cfcd2cea1825176c0cd695fd0eec34aa19cdc3b766fed62e741ff41b0a8c4a3b3cbabc5a39dfa6ad8ffa6169f5b88420a4a845a7c
DIST novnc-1.0.0.tar.gz 1551574 BLAKE2B 58bd63eb0480b3f20ed16907725e0abcf8c699671614dc195f46a363d6ab9cdb5b0b033ba0ba16bbe39b16437fb94f64a741acd69d1c3c3957a0e60353d78a89 SHA512 97a86be5f10f382e2ed641360f5f6c3b22998f68f980c78138aca900ef6a011c1f6aa9cbdd8cd07afd4884e8c65af30d65487e87bb34e524c10f16cf4cd116a3
+DIST novnc-1.1.0.tar.gz 1034997 BLAKE2B 0cb920cac99c3567cbf1c6a58e12649d4bca211d552a472a73ac1089d7c8a18d9478dcfeb558b6302c0c74d321b62575c35a492b02717dc4721b6a9b42f54415 SHA512 9c736912f5a3051027efe779fc64b182f523b9378ff412d78202e52665772678846d97fe3cc5ac18f5c29dd83d5ff2a2dd915e5eadf9af3573fe871db2e7821e
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-1.1.0.ebuild
similarity index 87%
copy from www-apps/novnc/novnc-9999.ebuild
copy to www-apps/novnc/novnc-1.1.0.ebuild
index cf6e775ac58..130e5d59469 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-1.1.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1
@@ -28,7 +28,7 @@ RDEPEND="${DEPEND}
dev-python/numpy[${PYTHON_USEDEP}]"
python_compile() {
- echo
+ :
}
src_install() {
@@ -41,5 +41,5 @@ src_install() {
insinto /usr/share/novnc
doins -r vnc.html vnc_lite.html app/ core/ vendor/
- dosym /usr/share/novnc/vnc_lite.html /usr/share/novnc/vnc_auto.html # for compat
+ dosym vnc_lite.html /usr/share/novnc/vnc_auto.html # for compat
}
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index cf6e775ac58..130e5d59469 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1
@@ -28,7 +28,7 @@ RDEPEND="${DEPEND}
dev-python/numpy[${PYTHON_USEDEP}]"
python_compile() {
- echo
+ :
}
src_install() {
@@ -41,5 +41,5 @@ src_install() {
insinto /usr/share/novnc
doins -r vnc.html vnc_lite.html app/ core/ vendor/
- dosym /usr/share/novnc/vnc_lite.html /usr/share/novnc/vnc_auto.html # for compat
+ dosym vnc_lite.html /usr/share/novnc/vnc_auto.html # for compat
}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2020-01-16 6:05 Michał Górny
0 siblings, 0 replies; 34+ messages in thread
From: Michał Górny @ 2020-01-16 6:05 UTC (permalink / raw
To: gentoo-commits
commit: 72e67773befe4e526de938f9f9b2542c776c98f3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 05:47:17 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 06:05:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e67773
www-apps/novnc: Remove Python 2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-apps/novnc/novnc-0.6.2-r1.ebuild | 2 +-
www-apps/novnc/novnc-0.6.2.ebuild | 2 +-
www-apps/novnc/novnc-1.0.0.ebuild | 2 +-
www-apps/novnc/novnc-9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-apps/novnc/novnc-0.6.2-r1.ebuild b/www-apps/novnc/novnc-0.6.2-r1.ebuild
index 490c9a54492..f06cf37a8b6 100644
--- a/www-apps/novnc/novnc-0.6.2-r1.ebuild
+++ b/www-apps/novnc/novnc-0.6.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/www-apps/novnc/novnc-0.6.2.ebuild b/www-apps/novnc/novnc-0.6.2.ebuild
index 4492a06893d..cf46ba67c5d 100644
--- a/www-apps/novnc/novnc-0.6.2.ebuild
+++ b/www-apps/novnc/novnc-0.6.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/www-apps/novnc/novnc-1.0.0.ebuild b/www-apps/novnc/novnc-1.0.0.ebuild
index 79da613d152..ea2c927ce4c 100644
--- a/www-apps/novnc/novnc-1.0.0.ebuild
+++ b/www-apps/novnc/novnc-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 05e26ffb948..cf6e775ac58 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2019-05-13 22:54 Matthew Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matthew Thode @ 2019-05-13 22:54 UTC (permalink / raw
To: gentoo-commits
commit: c70683668263585af576d0e3ff31b3e765553a8f
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 22:54:09 2019 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon May 13 22:54:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7068366
www-apps/novnc: 1.0.0 stable amd64 and x86
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
www-apps/novnc/novnc-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/novnc/novnc-1.0.0.ebuild b/www-apps/novnc/novnc-1.0.0.ebuild
index fd0bebd11d3..1a7845372ce 100644
--- a/www-apps/novnc/novnc-1.0.0.ebuild
+++ b/www-apps/novnc/novnc-1.0.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then
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"
+ KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
fi
S="${WORKDIR}/noVNC-${PV}"
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2018-07-16 2:51 Matt Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matt Thode @ 2018-07-16 2:51 UTC (permalink / raw
To: gentoo-commits
commit: 6194e7533aed11c5597ed429134d826bf60fb267
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 02:50:55 2018 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 02:51:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6194e753
www-apps/novnc: 1.0.0 bup
Closes: https://bugs.gentoo.org/661130
Package-Manager: Portage-2.3.40, Repoman-2.3.9
www-apps/novnc/Manifest | 1 +
www-apps/novnc/{novnc-9999.ebuild => novnc-1.0.0.ebuild} | 4 ++--
www-apps/novnc/novnc-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/www-apps/novnc/Manifest b/www-apps/novnc/Manifest
index ad2e2ecddab..a72a4ad314e 100644
--- a/www-apps/novnc/Manifest
+++ b/www-apps/novnc/Manifest
@@ -1 +1,2 @@
DIST novnc-0.6.2.tar.gz 600675 BLAKE2B f9779a9f03ba653f77090639112cd0c967ff5925d2f9897da6508fd077fb79a2f543467e32210572935a642e06fbbcac4a44c34b4342474f54ef7ec7a9bdbf4f SHA512 245d205f8935c82722a55d6cfcd2cea1825176c0cd695fd0eec34aa19cdc3b766fed62e741ff41b0a8c4a3b3cbabc5a39dfa6ad8ffa6169f5b88420a4a845a7c
+DIST novnc-1.0.0.tar.gz 1551574 BLAKE2B 58bd63eb0480b3f20ed16907725e0abcf8c699671614dc195f46a363d6ab9cdb5b0b033ba0ba16bbe39b16437fb94f64a741acd69d1c3c3957a0e60353d78a89 SHA512 97a86be5f10f382e2ed641360f5f6c3b22998f68f980c78138aca900ef6a011c1f6aa9cbdd8cd07afd4884e8c65af30d65487e87bb34e524c10f16cf4cd116a3
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-1.0.0.ebuild
similarity index 87%
copy from www-apps/novnc/novnc-9999.ebuild
copy to www-apps/novnc/novnc-1.0.0.ebuild
index fb8b22ba491..8ef65ad0e35 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-1.0.0.ebuild
@@ -42,6 +42,6 @@ src_install() {
dodoc README.md LICENSE.txt
insinto /usr/share/novnc
- doins -r *.html include/ images/
- dosym images/favicon.ico /usr/share/novnc/favicon.ico
+ doins -r vnc.html vnc_lite.html app/ core/ vendor/
+ dosym /usr/share/novnc/vnc_lite.html /usr/share/novnc/vnc_auto.html # for compat
}
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index fb8b22ba491..8ef65ad0e35 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -42,6 +42,6 @@ src_install() {
dodoc README.md LICENSE.txt
insinto /usr/share/novnc
- doins -r *.html include/ images/
- dosym images/favicon.ico /usr/share/novnc/favicon.ico
+ doins -r vnc.html vnc_lite.html app/ core/ vendor/
+ dosym /usr/share/novnc/vnc_lite.html /usr/share/novnc/vnc_auto.html # for compat
}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2018-01-19 3:52 Benda XU
0 siblings, 0 replies; 34+ messages in thread
From: Benda XU @ 2018-01-19 3:52 UTC (permalink / raw
To: gentoo-commits
commit: a0915c09221b91db95ab1af78ee5360043de88d1
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 03:51:53 2018 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 03:51:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0915c09
www-apps/novnc: fix minor typo.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
www-apps/novnc/novnc-0.6.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/novnc/novnc-0.6.2-r1.ebuild b/www-apps/novnc/novnc-0.6.2-r1.ebuild
index fb8b22ba491..4c195c185f3 100644
--- a/www-apps/novnc/novnc-0.6.2-r1.ebuild
+++ b/www-apps/novnc/novnc-0.6.2-r1.ebuild
@@ -36,7 +36,7 @@ python_compile() {
src_install() {
exeinto /usr/share/novnc/utils
for f in utils/*; do
- [[ ! f = utils/README.md ]] && doexe $f
+ [[ ! $f = utils/README.md ]] && doexe $f
done
dodoc README.md LICENSE.txt
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2018-01-18 20:10 Matt Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matt Thode @ 2018-01-18 20:10 UTC (permalink / raw
To: gentoo-commits
commit: 36c099bfc38a921ca4382fea09efa62a95a76ae2
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 20:09:32 2018 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 20:10:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c099bf
www-apps/novnc: fixing bugs, and an eapi bump
Closes: https://bugs.gentoo.org/644914
Closes: https://bugs.gentoo.org/644910
Package-Manager: Portage-2.3.19, Repoman-2.3.6
www-apps/novnc/novnc-0.6.2-r1.ebuild | 47 ++++++++++++++++++++++++++++++++++++
www-apps/novnc/novnc-9999.ebuild | 47 +++++++++++++++---------------------
2 files changed, 67 insertions(+), 27 deletions(-)
diff --git a/www-apps/novnc/novnc-0.6.2-r1.ebuild b/www-apps/novnc/novnc-0.6.2-r1.ebuild
new file mode 100644
index 00000000000..fb8b22ba491
--- /dev/null
+++ b/www-apps/novnc/novnc-0.6.2-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+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 ~arm-linux ~x86-linux"
+fi
+
+S="${WORKDIR}/noVNC-${PV}"
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ dev-python/websockify[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]"
+
+python_compile() {
+ echo
+}
+
+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 *.html include/ images/
+ dosym images/favicon.ico /usr/share/novnc/favicon.ico
+}
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 3bcb1d55fc6..fb8b22ba491 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -1,20 +1,27 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-inherit distutils-r1 git-2
+inherit distutils-r1
DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
HOMEPAGE="https://kanaka.github.com/noVNC/"
-EGIT_REPO_URI="https://github.com/kanaka/noVNC.git"
+
+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 ~arm-linux ~x86-linux"
+fi
+
S="${WORKDIR}/noVNC-${PV}"
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS=""
IUSE=""
DEPEND=""
@@ -27,28 +34,14 @@ python_compile() {
}
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 images/favicon.ico /usr/share/novnc/favicon.ico
+ for f in utils/*; do
+ [[ ! f = utils/README.md ]] && doexe $f
+ done
+
+ dodoc README.md LICENSE.txt
- newconfd "${FILESDIR}/noVNC.confd" noVNC
- newinitd "${FILESDIR}/noVNC.initd" noVNC
+ insinto /usr/share/novnc
+ doins -r *.html include/ images/
+ dosym images/favicon.ico /usr/share/novnc/favicon.ico
}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2017-10-04 9:17 Michał Górny
0 siblings, 0 replies; 34+ messages in thread
From: Michał Górny @ 2017-10-04 9:17 UTC (permalink / raw
To: gentoo-commits
commit: 352ac2f8b27220e1ef1abee516e72ce10d34952c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 07:33:00 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 09:17:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352ac2f8
www-apps/novnc: Strip empty metadata.xml elements
www-apps/novnc/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/www-apps/novnc/metadata.xml b/www-apps/novnc/metadata.xml
index 7be87a514a1..2981c92d163 100644
--- a/www-apps/novnc/metadata.xml
+++ b/www-apps/novnc/metadata.xml
@@ -5,8 +5,6 @@
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
- <longdescription lang="en">
- </longdescription>
<upstream>
<remote-id type="github">kanaka/noVNC</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2017-05-12 0:15 Zac Medico
0 siblings, 0 replies; 34+ messages in thread
From: Zac Medico @ 2017-05-12 0:15 UTC (permalink / raw
To: gentoo-commits
commit: 8c644e9688e00c4c45bfc07b3488f82d047884c4
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 00:14:42 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri May 12 00:14:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c644e96
www-apps/novnc: Add python3.6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
www-apps/novnc/novnc-0.6.2.ebuild | 2 +-
www-apps/novnc/novnc-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apps/novnc/novnc-0.6.2.ebuild b/www-apps/novnc/novnc-0.6.2.ebuild
index 31b6c2fa9e4..431a5d643c7 100644
--- a/www-apps/novnc/novnc-0.6.2.ebuild
+++ b/www-apps/novnc/novnc-0.6.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 410adf2ae51..3bcb1d55fc6 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 git-2
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2017-04-17 10:01 Ulrich Müller
0 siblings, 0 replies; 34+ messages in thread
From: Ulrich Müller @ 2017-04-17 10:01 UTC (permalink / raw
To: gentoo-commits
commit: f41039250c5711a6fa420f08afaf779f4b77fab9
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 10:01:23 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 10:01:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4103925
www-apps/novnc: [QA] Use complete path as second argument of dosym.
Also make a relative symlink rather than absolute.
Bug: 379899
Package-Manager: Portage-2.3.5, Repoman-2.3.2
www-apps/novnc/novnc-0.6.2.ebuild | 2 +-
www-apps/novnc/novnc-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www-apps/novnc/novnc-0.6.2.ebuild b/www-apps/novnc/novnc-0.6.2.ebuild
index 9468eefc9f4..31b6c2fa9e4 100644
--- a/www-apps/novnc/novnc-0.6.2.ebuild
+++ b/www-apps/novnc/novnc-0.6.2.ebuild
@@ -47,7 +47,7 @@ src_install() {
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/
+ dosym images/favicon.ico /usr/share/novnc/favicon.ico
newconfd "${FILESDIR}/noVNC.confd" noVNC
newinitd "${FILESDIR}/noVNC.initd" noVNC
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 78a81ae6079..410adf2ae51 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -47,7 +47,7 @@ src_install() {
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/
+ dosym images/favicon.ico /usr/share/novnc/favicon.ico
newconfd "${FILESDIR}/noVNC.confd" noVNC
newinitd "${FILESDIR}/noVNC.initd" noVNC
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2017-01-19 8:09 Aaron Bauman
0 siblings, 0 replies; 34+ messages in thread
From: Aaron Bauman @ 2017-01-19 8:09 UTC (permalink / raw
To: gentoo-commits
commit: c0ccba76d1f70d4b8928b337d6fba9d46214f00f
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 08:08:09 2017 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> 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
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2017-01-18 11:28 Agostino Sarubbo
0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2017-01-18 11:28 UTC (permalink / raw
To: gentoo-commits
commit: b4f2de72fba43a2640f586d63885055314eb9f3e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 11:27:00 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 11:27:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f2de72
www-apps/novnc: amd64 stable wrt bug #606114
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
www-apps/novnc/novnc-0.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/novnc/novnc-0.6.2.ebuild b/www-apps/novnc/novnc-0.6.2.ebuild
index 8ea152c..f928551 100644
--- a/www-apps/novnc/novnc-0.6.2.ebuild
+++ b/www-apps/novnc/novnc-0.6.2.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=""
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2017-01-17 20:37 Matt Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matt Thode @ 2017-01-17 20:37 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2016-09-11 22:32 Matt Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matt Thode @ 2016-09-11 22:32 UTC (permalink / raw
To: gentoo-commits
commit: 1b4e49b414314d890524b33cde2eba0f8b772c4c
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 22:31:01 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 22:31:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4e49b4
www-apps/novnc: removing unused use flag
Package-Manager: portage-2.2.28
www-apps/novnc/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/www-apps/novnc/metadata.xml b/www-apps/novnc/metadata.xml
index 99ec112..7be87a5 100644
--- a/www-apps/novnc/metadata.xml
+++ b/www-apps/novnc/metadata.xml
@@ -7,9 +7,6 @@
</maintainer>
<longdescription lang="en">
</longdescription>
- <use>
- <flag name="nova">Installs Openstack Nova for it's libraries</flag>
- </use>
<upstream>
<remote-id type="github">kanaka/noVNC</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2016-09-11 21:42 Matt Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matt Thode @ 2016-09-11 21:42 UTC (permalink / raw
To: gentoo-commits
commit: 225b2d3e8b647cb4a180c518f0a6dd8402d74dac
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 21:41:27 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> 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=""
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2016-09-06 21:52 Matt Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matt Thode @ 2016-09-06 21:52 UTC (permalink / raw
To: gentoo-commits
commit: 3b7cf3fb7c7fd311948dcdc39a8048d6401b8201
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 6 21:51:33 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Sep 6 21:51:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7cf3fb
www-apps/novnc: bup
Package-Manager: portage-2.2.28
www-apps/novnc/Manifest | 1 +
www-apps/novnc/novnc-0.6.1.ebuild | 55 +++++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/www-apps/novnc/Manifest b/www-apps/novnc/Manifest
index 9ac3b73..59ef402 100644
--- a/www-apps/novnc/Manifest
+++ b/www-apps/novnc/Manifest
@@ -1 +1,2 @@
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.6.1.ebuild b/www-apps/novnc/novnc-0.6.1.ebuild
new file mode 100644
index 00000000..4b29ca3
--- /dev/null
+++ b/www-apps/novnc/novnc-0.6.1.ebuild
@@ -0,0 +1,55 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
@ 2016-01-31 1:53 Matt Thode
0 siblings, 0 replies; 34+ messages in thread
From: Matt Thode @ 2016-01-31 1:53 UTC (permalink / raw
To: gentoo-commits
commit: 58f58d43c1cf9271fe5de920b8173f14af48d3d5
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 01:52:54 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 01:52:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f58d43
www-apps/novnc: fixing python_compile
Package-Manager: portage-2.2.26
www-apps/novnc/novnc-9999.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 26e0aa8..448852b 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -23,6 +23,10 @@ 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
^ permalink raw reply related [flat|nested] 34+ messages in thread
end of thread, other threads:[~2024-05-29 6:26 UTC | newest]
Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-14 4:58 [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/ Matthew Thode
-- strict thread matches above, loose matches on Subject: below --
2024-05-29 6:26 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
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox