From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D618B158498 for ; Sat, 25 May 2024 20:04:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3E5CE29E8; Sat, 25 May 2024 20:03:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1BF1E29E8 for ; Sat, 25 May 2024 20:03:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07174342FF9 for ; Sat, 25 May 2024 20:03:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 698F81B46 for ; Sat, 25 May 2024 20:03:56 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1716667427.8bdee09fc60e37f1209d417ce5c10d3529c79e20.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/element/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/element/Manifest www-apps/element/element-1.11.67.ebuild X-VCS-Directories: www-apps/element/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 8bdee09fc60e37f1209d417ce5c10d3529c79e20 X-VCS-Branch: master Date: Sat, 25 May 2024 20:03:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c392ee42-089b-497c-b65b-b47ff5640e1d X-Archives-Hash: f3123ab3aff9811bf89bc93f5421869b commit: 8bdee09fc60e37f1209d417ce5c10d3529c79e20 Author: Bernard Cafarelli gentoo org> AuthorDate: Fri May 24 10:55:07 2024 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sat May 25 20:03:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bdee09f www-apps/element: add 1.11.67 Signed-off-by: Bernard Cafarelli gentoo.org> www-apps/element/Manifest | 1 + www-apps/element/element-1.11.67.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest index fd2b54533a98..7ba36c8de961 100644 --- a/www-apps/element/Manifest +++ b/www-apps/element/Manifest @@ -1 +1,2 @@ DIST element-v1.11.66.tar.gz 23614921 BLAKE2B ac3ad1f56e4692d6cd11a6307e0c41136d3e9bbeddb0623fad0d7ad6629edb95c8ce23cb2aff3ab67bb8eaa26837568fe833d31db010eefb8cb3abbb64adeb33 SHA512 c168fc989b6302238cdda1d8fc4dd35de14d3c703b8377d8f860045f5b8481e4293999421a63539cea708b9f6d7b13a31e4274c0c83529efc5f612421fc0f987 +DIST element-v1.11.67.tar.gz 24263204 BLAKE2B da5a0dca861f76ad70703c9bbf9fb9d9e4129217c2a7213a8ca92fe634ea86daed7919e1ad9491fe834ccd5c70f24ee885ad57475118ba3c9d3c97f492f4407c SHA512 88cd180cd19c93806719e094a701fdcaaad86092d4db2634c2b93cc9ec0e781842d160e44b30f4866e36e539a3b0ff62508170b71e743ba7264d24c1a96253b5 diff --git a/www-apps/element/element-1.11.67.ebuild b/www-apps/element/element-1.11.67.ebuild new file mode 100644 index 000000000000..d83478c13073 --- /dev/null +++ b/www-apps/element/element-1.11.67.ebuild @@ -0,0 +1,33 @@ +# 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" + +LICENSE="Apache-2.0" +KEYWORDS="~amd64 ~riscv ~x86" + +need_httpd + +S=${WORKDIR}/${PN}-v${PV} + +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 +}