commit: fd596189431d0f3e13c65c2c8e15430379d82304 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Mon Feb 3 11:06:24 2025 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Mon Feb 3 11:17:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd596189
www-apps/element: add 1.11.91 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> www-apps/element/Manifest | 1 + www-apps/element/element-1.11.91.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest index b162c736038f..cff4faa18573 100644 --- a/www-apps/element/Manifest +++ b/www-apps/element/Manifest @@ -1,2 +1,3 @@ DIST element-v1.11.89.tar.gz 33225741 BLAKE2B cad4d31b1eb06ebe16aa3f4442f1e9548bc9bf63485e552c4153a862f236daeeb08e70550417a6f53c6c46d862b2846fc262fd2dbb62dc4c221ae63ddd726c8a SHA512 2c0df50e92b2879c65c29b02d280be5b3a01da11fdd39aa24083ae8e70ba5efefcfbc09563ed9634a7cd56bb8a58a1b9bd9a05177585c8ae483e591a4ec4b67d DIST element-v1.11.90.tar.gz 27204084 BLAKE2B 370e4fc00f7b7b402c997604e38f384ceaa84354f5ade1ebc28e1179c67065d0431508c77e90e82c0558424f141b899d5eb6c3baed0459112a44ee785429bd25 SHA512 c15ff700574d32e3c04e7e7bee664a4832b6e943dd5f27de999c296f7c0902590c9f6e41799ed9688d653e53b6bf7b6a20749cf899f9eaf8ceaf018ec0e8ec24 +DIST element-v1.11.91.tar.gz 26052219 BLAKE2B c2cd222f9cbb5a5e2b1f18f366df52d411650d87d7c3285032d1a1927b1356f150136045a8ea291d6d0e7c959af7a4c55e4f9d9b559c705f6ee10b09bcf0bf73 SHA512 431069a32d2b239887825a1df538c34895247411d88afa3825ae6f4c0969fd610b76b608b0bc5791cc753f430cbfd97402bb456b779eb79028099580c4bb6489 diff --git a/www-apps/element/element-1.11.91.ebuild b/www-apps/element/element-1.11.91.ebuild new file mode 100644 index 000000000000..808c5da3f6c6 --- /dev/null +++ b/www-apps/element/element-1.11.91.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 +}
