From 6afee872aa151d60ecdcc15f968de2d5bc5dfb73 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Fri, 3 Sep 2021 21:42:40 +0100 Subject: www-apps/xpra-html5: Bump to 4.4, drop old 4.3 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: James Le Cuirot --- www-apps/xpra-html5/Manifest | 2 +- www-apps/xpra-html5/xpra-html5-4.3.ebuild | 43 ------------------------------- www-apps/xpra-html5/xpra-html5-4.4.ebuild | 43 +++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 www-apps/xpra-html5/xpra-html5-4.3.ebuild create mode 100644 www-apps/xpra-html5/xpra-html5-4.4.ebuild (limited to 'www-apps') diff --git a/www-apps/xpra-html5/Manifest b/www-apps/xpra-html5/Manifest index 98b742002433..d4d260809231 100644 --- a/www-apps/xpra-html5/Manifest +++ b/www-apps/xpra-html5/Manifest @@ -1 +1 @@ -DIST xpra-html5-4.3.tar.gz 1520768 BLAKE2B f02cd4d751a9f929301199753d9ccc1c8da71378aedfece2ef248676525383b2fa6b0440fefee3c6c292449de9cafc38281d202237fcc1c96353b84bc0b2fbf6 SHA512 5bca4d8bf59b81c34dfc75b6b15475ff2a898015dac07d609d08efba0484d2eea5e31a50de45ffbf1e5c1701fe212dc4e964a177119990a2d39f486b8944b8f2 +DIST xpra-html5-4.4.tar.gz 1483981 BLAKE2B 37ad2089fd0fc82d1fa87a8a4f05fc43482c0ef7278c0dec41f34ceaaea7e8f5431cee1857bce2a7b1af46d2141a11e51263f538c543e7fde06ea0d24b7a8a3d SHA512 7725454b4560f92ab9dd003f6ce66d2b8ac22b35f59048e42ba38b5ee807c811c4c2e32628d7363ae8ed5ef4025bd1baf62402a0f081d58d19e5a086b762c909 diff --git a/www-apps/xpra-html5/xpra-html5-4.3.ebuild b/www-apps/xpra-html5/xpra-html5-4.3.ebuild deleted file mode 100644 index 636eaaff0e17..000000000000 --- a/www-apps/xpra-html5/xpra-html5-4.3.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} -LOCATION_MODIFICATIONS=0 -EOF -} - -src_install() { - "${PYTHON}" < vcs-info || die +BRANCH=gentoo +REVISION=${PR#r} +LOCATION_MODIFICATIONS=0 +EOF +} + +src_install() { + "${PYTHON}" <