www-apps/element: drop 1.11.80

Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2024-11-12 10:01:26 +01:00
parent 1718e1f5aa
commit 0591907ac5
2 changed files with 0 additions and 33 deletions

View File

@@ -1,2 +1 @@
DIST element-v1.11.80.tar.gz 24394289 BLAKE2B 5945bec337380f52ad0edf041870ec27dbc4cfdd79bd1f4a9e8b222963d2e67118ab1444c215fa0583330e481c09626ae73f41d6568daa4e146c9e34e04a32ce SHA512 fd24fb268171d30309536553a671258a2e4b27463d26c8dff4cdfc80ab62b9d455a76517dc821015357a933e4ecde191330d84ed8894d334662258b51768a941
DIST element-v1.11.81.tar.gz 24406357 BLAKE2B 95ed5ee17d97dd1123f7e73874b754002196a8b203e2f6c3890d69b1bd027132e025ec5b89f786f8cdd8d22787be9ef9dbe5e81caf8330d41dde837aa02479aa SHA512 6158c601a52593f844017a718c0735693efcbc9981066e05318f219033f4dac616b5084674f2873f409357ea6d14db90a710658fbdd913b36f42a50f71d69de2

View File

@@ -1,32 +0,0 @@
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit webapp
DESCRIPTION="A glossy Matrix collaboration client for the web"
HOMEPAGE="https://element.io/"
SRC_URI="https://github.com/vector-im/element-web/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
S=${WORKDIR}/${PN}-v${PV}
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~riscv ~x86"
need_httpd
src_install() {
webapp_src_preinst
insinto "${MY_HTDOCSDIR}"
doins -r .
dodir "${MY_HTDOCSDIR}"/home
dodir "${MY_HTDOCSDIR}"/sites
webapp_serverowned "${MY_HTDOCSDIR}"/home
webapp_serverowned "${MY_HTDOCSDIR}"/sites
#webapp_configfile "${MY_HTDOCSDIR}"/config.json
webapp_src_install
}