mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-apps/element: drop 1.11.24, 1.11.29
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST element-v1.11.24.tar.gz 21199963 BLAKE2B 277de83ae4a2caabec1593ff9e87bc83e767103653ad49e7cc9e653962269faa72f6abeeac545765edd06ae5ce46290f503507feac7bc35de2cb58b8a47920f2 SHA512 b46617ad634fed985f8067d1f8cef3feb873e2fe9626cd9320693326a698b0e8703ee7c73d04dde534bac00c4b94516dcdd5f6fad63b4474144fa1a8344b6a6b
|
||||
DIST element-v1.11.29.tar.gz 21463235 BLAKE2B 3b659a497a877ff2a3d94bf810d98f1a7712d4d148a5a3b32e25a3242ce715afe46858106957832b4dd81da8f0730cd8f72c1939a130535ef9d2aeb586c60917 SHA512 c9018d547ea3c801a847cc4e5aa3416163d246fc0f509297b98b694a42e8f15f4b47c75dcc83351a586489a34c30bdc5b9dd895880ff1d79000aca6e37ebe0d9
|
||||
DIST element-v1.11.31.tar.gz 21812209 BLAKE2B 4ad1984137e8f18fe9c50ba1ed880674143e4405dd91e48b27b658f7da27a95556602eaa6c9119d0ee325cf53829b337cf4b3608d85adcfab753dcc116bf6a62 SHA512 8b4081192b61152467bb1f55a48746b7ab038046558fc5c1976bec17e0e93c53d9f3f47f13bef96a7e5e9106cff2c410f1d8f8a76121414ba9b5b932122858fc
|
||||
DIST element-v1.11.33.tar.gz 21551580 BLAKE2B 6e7dc58e4ac4d08fad6a5111d6f153f09b9e4f2eb1b1c7a3b3c5411712630592278b3b96e455c5f8c2338aaf989c56c808b34f513bbc4ca1f8e4205d9221f629 SHA512 a614ec5a5ff824dcf0df2bf97dc2047cb22c4363a25d7bb8fd87c003bb9e81417afdaa1d4c117e22f648eb7443105b2d24699a1649e596082f7c83bf56ca58da
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 2021-2023 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"
|
||||
|
||||
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
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 2021-2023 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"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user