commit:     3d26dd5d6ba1c90185122b6e8c88b9c26d53df8c
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 08:07:49 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 08:10:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d26dd5d

www-apps/element: add 1.11.81

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/element/Manifest               |  1 +
 www-apps/element/element-1.11.81.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest
index ad524694a7b8..392470b4a686 100644
--- a/www-apps/element/Manifest
+++ b/www-apps/element/Manifest
@@ -1 +1,2 @@
 DIST element-v1.11.80.tar.gz 24394289 BLAKE2B 
5945bec337380f52ad0edf041870ec27dbc4cfdd79bd1f4a9e8b222963d2e67118ab1444c215fa0583330e481c09626ae73f41d6568daa4e146c9e34e04a32ce
 SHA512 
fd24fb268171d30309536553a671258a2e4b27463d26c8dff4cdfc80ab62b9d455a76517dc821015357a933e4ecde191330d84ed8894d334662258b51768a941
+DIST element-v1.11.81.tar.gz 24406357 BLAKE2B 
95ed5ee17d97dd1123f7e73874b754002196a8b203e2f6c3890d69b1bd027132e025ec5b89f786f8cdd8d22787be9ef9dbe5e81caf8330d41dde837aa02479aa
 SHA512 
6158c601a52593f844017a718c0735693efcbc9981066e05318f219033f4dac616b5084674f2873f409357ea6d14db90a710658fbdd913b36f42a50f71d69de2

diff --git a/www-apps/element/element-1.11.81.ebuild 
b/www-apps/element/element-1.11.81.ebuild
new file mode 100644
index 000000000000..33f60473ba0a
--- /dev/null
+++ b/www-apps/element/element-1.11.81.ebuild
@@ -0,0 +1,32 @@
+# 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
+}

Reply via email to