From 1d70a07463de360988db2e8ce17c4bfd1a96fba5 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Thu, 16 Sep 2021 23:27:21 +0100 Subject: www-apps/xpra-html5: Bump to 4.5, drop old 4.4 Signed-off-by: James Le Cuirot --- www-apps/xpra-html5/Manifest | 2 +- www-apps/xpra-html5/xpra-html5-4.4.ebuild | 43 ------------------------------- www-apps/xpra-html5/xpra-html5-4.5.ebuild | 43 +++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 www-apps/xpra-html5/xpra-html5-4.4.ebuild create mode 100644 www-apps/xpra-html5/xpra-html5-4.5.ebuild diff --git a/www-apps/xpra-html5/Manifest b/www-apps/xpra-html5/Manifest index d4d260809231..6e0ad99b80a2 100644 --- a/www-apps/xpra-html5/Manifest +++ b/www-apps/xpra-html5/Manifest @@ -1 +1 @@ -DIST xpra-html5-4.4.tar.gz 1483981 BLAKE2B 37ad2089fd0fc82d1fa87a8a4f05fc43482c0ef7278c0dec41f34ceaaea7e8f5431cee1857bce2a7b1af46d2141a11e51263f538c543e7fde06ea0d24b7a8a3d SHA512 7725454b4560f92ab9dd003f6ce66d2b8ac22b35f59048e42ba38b5ee807c811c4c2e32628d7363ae8ed5ef4025bd1baf62402a0f081d58d19e5a086b762c909 +DIST xpra-html5-4.5.tar.gz 1487213 BLAKE2B 34d0cb03f78e7e63ed9d1051223ee9c5b34a25798e6181e71da7ebcba4d0db07debddce832cde34ef75887ac8c93164c8cdc1ade28d99359c864a7e241576623 SHA512 d787bd45deb41d07dfbbfc856976f43bf038fe113c7ca0199dd7a3744b692ae41de7ecef31b1b5748e139dbbb7b6dc78dff3623654f20e1e0d1edadf952a8863 diff --git a/www-apps/xpra-html5/xpra-html5-4.4.ebuild b/www-apps/xpra-html5/xpra-html5-4.4.ebuild deleted file mode 100644 index 9fa65b5197fd..000000000000 --- a/www-apps/xpra-html5/xpra-html5-4.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10} ) -inherit python-any-r1 - -DESCRIPTION="HTML5 client to connect to any xpra server" -HOMEPAGE="https://xpra.org/" -SRC_URI="https://github.com/Xpra-org/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="brotli +gzip minify" - -BDEPEND=" - ${PYTHON_DEPS} - brotli? ( app-arch/brotli ) - minify? ( dev-util/uglifyjs ) -" - -src_configure() { - cat < vcs-info || die -BRANCH=gentoo -REVISION=${PR#r} -LOCAL_MODIFICATIONS=0 -EOF -} - -src_install() { - "${PYTHON}" < vcs-info || die +BRANCH=gentoo +REVISION=${PR#r} +LOCAL_MODIFICATIONS=0 +EOF +} + +src_install() { + "${PYTHON}" <