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 }