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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E66AF13933E for ; Fri, 23 Jul 2021 20:30:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E1CFE0BB7; Fri, 23 Jul 2021 20:30:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5580BE0BB7 for ; Fri, 23 Jul 2021 20:30:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C3FB340831 for ; Fri, 23 Jul 2021 20:30:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 803B77A3 for ; Fri, 23 Jul 2021 20:30:35 +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: <1627072193.b4c77d1b7e88067ddc766d2748fce5d79a8f1ead.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.7.33.ebuild www-apps/element/metadata.xml X-VCS-Directories: www-apps/element/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: b4c77d1b7e88067ddc766d2748fce5d79a8f1ead X-VCS-Branch: master Date: Fri, 23 Jul 2021 20:30:35 +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: 223251cb-7a8c-43d1-8dad-25e09193bf4b X-Archives-Hash: 98506ecdc51671f9cb8fd75e689f9c56 commit: b4c77d1b7e88067ddc766d2748fce5d79a8f1ead Author: Bernard Cafarelli gentoo org> AuthorDate: Fri Jul 23 20:29:34 2021 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Fri Jul 23 20:29:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c77d1b www-apps/element: initial import Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Bernard Cafarelli gentoo.org> www-apps/element/Manifest | 1 + www-apps/element/element-1.7.33.ebuild | 35 ++++++++++++++++++++++++++++++++++ www-apps/element/metadata.xml | 8 ++++++++ 3 files changed, 44 insertions(+) diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest new file mode 100644 index 00000000000..1055413cda0 --- /dev/null +++ b/www-apps/element/Manifest @@ -0,0 +1 @@ +DIST element-v1.7.33.tar.gz 15425526 BLAKE2B 0cb13c5aa94a16e532f9ff4a8558b08c01afe1d5c8c4070bc9c26684571a316b2ce1265cd763ee4fe6c54b255313d489adc41e8dfc18f619ae3c2016b593087f SHA512 8b23d2e63cd69ec51cd053826d73f72be50a9662f2adcb7d8b86b0d2b32175038e77c3d00c2e37b39147565fc9fc1cb9c61be1f7a59d1f23e3c4d6316512912d diff --git a/www-apps/element/element-1.7.33.ebuild b/www-apps/element/element-1.7.33.ebuild new file mode 100644 index 00000000000..0d6f2e6d2cb --- /dev/null +++ b/www-apps/element/element-1.7.33.ebuild @@ -0,0 +1,35 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~x86" + +DEPEND="" +RDEPEND="${DEPEND}" +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 +} diff --git a/www-apps/element/metadata.xml b/www-apps/element/metadata.xml new file mode 100644 index 00000000000..7d273a80ff6 --- /dev/null +++ b/www-apps/element/metadata.xml @@ -0,0 +1,8 @@ + + + + + voyageur@gentoo.org + Bernard Cafarelli + +