mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
www-apps/element: drop 1.12.0, 1.12.6
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST element-v1.12.0.tar.gz 38071308 BLAKE2B ae34ac9eee38f47fef23b29c6c3ac2b616b655f4f4f9d1c5660892d69d359c2076bd943441e6ae9e76c46009a69e95b655b3172a99dc7923507ca8b0a8d8e5d1 SHA512 ad2c8b3b46b8cafb16722319f945cb16003012bca3f9e53c7dd596862026a452b90b948d01475c76f2ed06116a4459d68c32fe04187fb8d7a84554747dc9c508
|
||||
DIST element-v1.12.6.tar.gz 39736687 BLAKE2B 1468335d64906d922eda80f43935d4aad318443b81fc02e90d1f65e82ef7241ea076ef0ec59b8a6542632da57119356818e692640d0486e35c41fda22c568c58 SHA512 2213942c2e9ce266ca6fa44bd0dcfd539b6f401e8b704c51c7876dc2a00cd94e15912938c3c599144bb2fa97a65cc97cc6ea66d4f097827f3888a0068c0ea406
|
||||
DIST element-v1.12.7.tar.gz 39675081 BLAKE2B 3ecadb402a8d6d6306b8ff5b59f8fbb0b0e3a6e577a9160908b4e8b2a7ea443fb933f5b7f8d4470b839b842d691f11a6bc7d87c68be26e56796914c19e7cf852 SHA512 9a9f3f4bd47e858fecf8c3b652df4f3331cc2574b88f43a3757774ee65ae4b3f1dfea72961dce6a291ed2953d946dcda5d58e1503b3e74ef3e5b0aa658c737ee
|
||||
DIST element-v1.12.8.tar.gz 39763325 BLAKE2B 507b6867d07974ef714dbb1a1b374408cdb52094937815618bdf7f5b66bf5ba3c60e41a7f8685a9ca50b7a9275af7cc38f8dccc990ed6b4188ceed057999fc25 SHA512 57e71b2eaca5bbf8fe6f98af1d5ec413635ef8f104c7208bdf77acb5db8aa5ed30e61ec0d23a3b8d7f8e631d1eea975b7592df7cdb60262a242dcbb0ba5f2783
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 2021-2025 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
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 2021-2025 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
|
||||
}
|
||||
Reference in New Issue
Block a user