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: Mon, 30 Aug 2021 14:39:51
Message-Id: 1630334380.5bdadd68fcec087df748a4755399ead9200e1d12.prometheanfire@gentoo
1 commit: 5bdadd68fcec087df748a4755399ead9200e1d12
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 30 14:38:26 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 30 14:39:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdadd68
7
8 www-apps/novnc: update homepage and setuptools var
9
10 Closes: https://bugs.gentoo.org/811114
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
14
15 www-apps/novnc/novnc-1.2.0.ebuild | 3 ++-
16 www-apps/novnc/novnc-9999.ebuild | 5 +++--
17 2 files changed, 5 insertions(+), 3 deletions(-)
18
19 diff --git a/www-apps/novnc/novnc-1.2.0.ebuild b/www-apps/novnc/novnc-1.2.0.ebuild
20 index 3a2de2eba15..513e5c12f59 100644
21 --- a/www-apps/novnc/novnc-1.2.0.ebuild
22 +++ b/www-apps/novnc/novnc-1.2.0.ebuild
23 @@ -3,11 +3,12 @@
24
25 EAPI=7
26
27 +DISTUTILS_USE_SETUPTOOLS=no
28 PYTHON_COMPAT=( python3_{7..9} )
29 inherit distutils-r1
30
31 DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
32 -HOMEPAGE="https://kanaka.github.com/noVNC/"
33 +HOMEPAGE="https://github.com/novnc/noVNC"
34
35 if [[ ${PV} == *9999 ]] ; then
36 inherit git-r3
37
38 diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
39 index 02803bff38a..782515ec8ca 100644
40 --- a/www-apps/novnc/novnc-9999.ebuild
41 +++ b/www-apps/novnc/novnc-9999.ebuild
42 @@ -1,8 +1,9 @@
43 -# Copyright 1999-2020 Gentoo Authors
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48
49 +DISTUTILS_USE_SETUPTOOLS=no
50 PYTHON_COMPAT=( python3_{7..9} )
51 inherit distutils-r1
52
53 @@ -11,7 +12,7 @@ HOMEPAGE="https://kanaka.github.com/noVNC/"
54
55 if [[ ${PV} == *9999 ]] ; then
56 inherit git-r3
57 - EGIT_REPO_URI="https://github.com/kanaka/noVNC.git"
58 + EGIT_REPO_URI="https://github.com/novnc/noVNC"
59 else
60 SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz"
61 KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"