www-apps/element: drop 1.12.22, 1.12.24

Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2026-09-15 13:50:19 +02:00
parent 11b89e2a52
commit cdc237d20d
3 changed files with 0 additions and 66 deletions

View File

@@ -1,3 +1 @@
DIST element-v1.12.22.tar.gz 39859519 BLAKE2B d03ad1aada1ec9854dd748ebff54c843cf05e998d7f23c4c67cf888edf6def99d1a99b3bb415d2af356282b1c7206e1fe06d80753f5bcb920d3ed72b25812927 SHA512 9dd565baa89a42080213f3b85fc1910fecd3544bbe6e4db0e43f3641777ca6d4bd9e270c5704613b63dbcfb5e6490b2427860faba842da1b2c6a90cec78dcfa0
DIST element-v1.12.24.tar.gz 40585957 BLAKE2B 459a558004fd129802509ae14ef337a87817691007fbd30ca5de4352291cfae64dabd0afa9e5a4ac793674871c8db717e3b8785d784c919f073e15bc32f0bc5b SHA512 b9a399a0094e9755fb18584d62fe33368e9b68fec86b8d7b540a07d2a7fe8f2bde8ab38bd346e55ab5755d9bc8e13981a5a062a176ffb17a4725cd301f79f258
DIST element-v1.12.25.tar.gz 40428525 BLAKE2B d999f6753efeb9ab9bad4ef5d869c27d0364e530486221c7bb503364915deab6569ceecc52ddbda7e2880164c48ee56e1870037a764f7553c6d1a80a71ff2bec SHA512 041e724a2246043e84eb1c7dae35430c6cec5552ce44cf3a775e8ac35a0877d0c0cb3e186473908ec9fa7d3a5d114cb9ef2b25664e3c995aaa8e41b678de9a4c

View File

@@ -1,32 +0,0 @@
# Copyright 2021-2026 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/element-hq/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
}

View File

@@ -1,32 +0,0 @@
# Copyright 2021-2026 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/element-hq/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
}