commit: 2d5c1a8679464f082175e827c375f7d1eb0dc5ba Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Sun Feb 23 21:55:50 2025 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sun Feb 23 22:15:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5c1a86
www-apps/element: add 1.11.92 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> www-apps/element/Manifest | 1 + www-apps/element/element-1.11.92.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest index 5b6f8c9166f9..8430b45177c5 100644 --- a/www-apps/element/Manifest +++ b/www-apps/element/Manifest @@ -1 +1,2 @@ DIST element-v1.11.91.tar.gz 26052219 BLAKE2B c2cd222f9cbb5a5e2b1f18f366df52d411650d87d7c3285032d1a1927b1356f150136045a8ea291d6d0e7c959af7a4c55e4f9d9b559c705f6ee10b09bcf0bf73 SHA512 431069a32d2b239887825a1df538c34895247411d88afa3825ae6f4c0969fd610b76b608b0bc5791cc753f430cbfd97402bb456b779eb79028099580c4bb6489 +DIST element-v1.11.92.tar.gz 26136256 BLAKE2B 91440344832b102e59445d7d8a3d9ae5404442c82c3aa3bd04ac2071c38016825028c2fb222fb9efc35d91b0884e74491b9e446cd33cd9f79be5d17db63d83ae SHA512 169e9d8f615e802d59d7a71685c858c6cca5955911e48a5fd060808f594d7ab3682f8a9aeda817df08e5cacd14fae42a45af5005bc53dfcb92fdaf5b1424a7f0 diff --git a/www-apps/element/element-1.11.92.ebuild b/www-apps/element/element-1.11.92.ebuild new file mode 100644 index 000000000000..808c5da3f6c6 --- /dev/null +++ b/www-apps/element/element-1.11.92.ebuild @@ -0,0 +1,32 @@ +# 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/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 +}
