diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-08-31 02:08:32 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-08-31 02:08:32 +0000 |
| commit | eebf4867348cf409d2577c5ae464ee21239f0cdf (patch) | |
| tree | 1e57862c48ae621b69b0afbb6e61669b915f018a /www-apps/novnc | |
| parent | 7e370994b3c58702404b9aca55d41edfe3be6559 (diff) | |
| download | baldeagleos-repo-eebf4867348cf409d2577c5ae464ee21239f0cdf.tar.gz baldeagleos-repo-eebf4867348cf409d2577c5ae464ee21239f0cdf.tar.xz baldeagleos-repo-eebf4867348cf409d2577c5ae464ee21239f0cdf.zip | |
Adding metadata
Diffstat (limited to 'www-apps/novnc')
| -rw-r--r-- | www-apps/novnc/novnc-1.2.0.ebuild | 3 | ||||
| -rw-r--r-- | 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 eb96dee0afe0..9ba1c6c9ea98 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_{6,7,8,9,10} ) 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 cb2553c0cfb3..a104f50f3164 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_{6,7,8,9,10} ) 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" |
