Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
Date: Thu, 23 Apr 2020 19:36:46
Message-Id: 1587670594.02545210596189e16d3ea626fa06dc3f9757a646.prometheanfire@gentoo
1 commit: 02545210596189e16d3ea626fa06dc3f9757a646
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 19:29:50 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 19:36:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02545210
7
8 www-apps/novnc: 1.1.0 stable amd64/x86 with cleanup
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 www-apps/novnc/Manifest | 1 -
14 www-apps/novnc/novnc-0.6.2-r1.ebuild | 47 -------------------------------
15 www-apps/novnc/novnc-0.6.2.ebuild | 54 ------------------------------------
16 www-apps/novnc/novnc-1.1.0.ebuild | 2 +-
17 4 files changed, 1 insertion(+), 103 deletions(-)
18
19 diff --git a/www-apps/novnc/Manifest b/www-apps/novnc/Manifest
20 index 5f0a899a2ff..a8f2de94299 100644
21 --- a/www-apps/novnc/Manifest
22 +++ b/www-apps/novnc/Manifest
23 @@ -1,3 +1,2 @@
24 -DIST novnc-0.6.2.tar.gz 600675 BLAKE2B f9779a9f03ba653f77090639112cd0c967ff5925d2f9897da6508fd077fb79a2f543467e32210572935a642e06fbbcac4a44c34b4342474f54ef7ec7a9bdbf4f SHA512 245d205f8935c82722a55d6cfcd2cea1825176c0cd695fd0eec34aa19cdc3b766fed62e741ff41b0a8c4a3b3cbabc5a39dfa6ad8ffa6169f5b88420a4a845a7c
25 DIST novnc-1.0.0.tar.gz 1551574 BLAKE2B 58bd63eb0480b3f20ed16907725e0abcf8c699671614dc195f46a363d6ab9cdb5b0b033ba0ba16bbe39b16437fb94f64a741acd69d1c3c3957a0e60353d78a89 SHA512 97a86be5f10f382e2ed641360f5f6c3b22998f68f980c78138aca900ef6a011c1f6aa9cbdd8cd07afd4884e8c65af30d65487e87bb34e524c10f16cf4cd116a3
26 DIST novnc-1.1.0.tar.gz 1034997 BLAKE2B 0cb920cac99c3567cbf1c6a58e12649d4bca211d552a472a73ac1089d7c8a18d9478dcfeb558b6302c0c74d321b62575c35a492b02717dc4721b6a9b42f54415 SHA512 9c736912f5a3051027efe779fc64b182f523b9378ff412d78202e52665772678846d97fe3cc5ac18f5c29dd83d5ff2a2dd915e5eadf9af3573fe871db2e7821e
27
28 diff --git a/www-apps/novnc/novnc-0.6.2-r1.ebuild b/www-apps/novnc/novnc-0.6.2-r1.ebuild
29 deleted file mode 100644
30 index f06cf37a8b6..00000000000
31 --- a/www-apps/novnc/novnc-0.6.2-r1.ebuild
32 +++ /dev/null
33 @@ -1,47 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python3_6 )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
44 -HOMEPAGE="https://kanaka.github.com/noVNC/"
45 -
46 -if [[ ${PV} == 9999 ]] ; then
47 - inherit git-r3
48 - EGIT_REPO_URI="https://github.com/kanaka/noVNC.git"
49 -else
50 - SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz"
51 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
52 -fi
53 -
54 -S="${WORKDIR}/noVNC-${PV}"
55 -
56 -LICENSE="LGPL-3"
57 -SLOT="0"
58 -IUSE=""
59 -
60 -DEPEND=""
61 -RDEPEND="${DEPEND}
62 - dev-python/websockify[${PYTHON_USEDEP}]
63 - dev-python/numpy[${PYTHON_USEDEP}]"
64 -
65 -python_compile() {
66 - echo
67 -}
68 -
69 -src_install() {
70 - exeinto /usr/share/novnc/utils
71 - for f in utils/*; do
72 - [[ ! $f = utils/README.md ]] && doexe $f
73 - done
74 -
75 - dodoc README.md LICENSE.txt
76 -
77 - insinto /usr/share/novnc
78 - doins -r *.html include/ images/
79 - dosym images/favicon.ico /usr/share/novnc/favicon.ico
80 -}
81
82 diff --git a/www-apps/novnc/novnc-0.6.2.ebuild b/www-apps/novnc/novnc-0.6.2.ebuild
83 deleted file mode 100644
84 index cf46ba67c5d..00000000000
85 --- a/www-apps/novnc/novnc-0.6.2.ebuild
86 +++ /dev/null
87 @@ -1,54 +0,0 @@
88 -# Copyright 1999-2020 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=6
92 -
93 -PYTHON_COMPAT=( python3_6 )
94 -
95 -inherit distutils-r1
96 -
97 -DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
98 -HOMEPAGE="https://kanaka.github.com/noVNC/"
99 -SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz"
100 -S="${WORKDIR}/noVNC-${PV}"
101 -
102 -LICENSE="LGPL-3"
103 -SLOT="0"
104 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
105 -IUSE=""
106 -
107 -DEPEND=""
108 -RDEPEND="${DEPEND}
109 - dev-python/websockify[${PYTHON_USEDEP}]
110 - dev-python/numpy[${PYTHON_USEDEP}]"
111 -
112 -python_compile() {
113 - echo
114 -}
115 -
116 -src_install() {
117 - dodir /usr/share/novnc/utils
118 - dodir /usr/share/novnc/include
119 - dodir /usr/share/novnc/images
120 -
121 - exeinto /usr/share/novnc/utils
122 - doexe utils/b64-to-binary.pl
123 - doexe utils/img2js.py
124 - doexe utils/inflator.partial.js
125 - doexe utils/json2graph.py
126 - doexe utils/launch.sh
127 - doexe utils/parse.js
128 - doexe utils/u2x11
129 -
130 - docinto /usr/share/novnc/docs
131 - dodoc README.md
132 - dodoc LICENSE.txt
133 -
134 - cp -pPR *.html "${D}/usr/share/novnc/"
135 - cp -pPR include/* "${D}/usr/share/novnc/include/"
136 - cp -pPR images/* "${D}/usr/share/novnc/images/"
137 - dosym images/favicon.ico /usr/share/novnc/favicon.ico
138 -
139 - newconfd "${FILESDIR}/noVNC.confd" noVNC
140 - newinitd "${FILESDIR}/noVNC.initd" noVNC
141 -}
142
143 diff --git a/www-apps/novnc/novnc-1.1.0.ebuild b/www-apps/novnc/novnc-1.1.0.ebuild
144 index 734f516e33b..a09ba239293 100644
145 --- a/www-apps/novnc/novnc-1.1.0.ebuild
146 +++ b/www-apps/novnc/novnc-1.1.0.ebuild
147 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then
148 EGIT_REPO_URI="https://github.com/kanaka/noVNC.git"
149 else
150 SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz"
151 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
152 + KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
153 S="${WORKDIR}/noVNC-${PV}"
154 fi