commit: 7c697955bbff7fe03ab806d43a94940f84db15d8 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Tue Feb 17 11:04:21 2026 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Tue Feb 17 11:11:26 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c697955
www-apps/element: drop 1.12.7, 1.12.8 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> www-apps/element/Manifest | 2 -- www-apps/element/element-1.12.7.ebuild | 32 -------------------------------- www-apps/element/element-1.12.8.ebuild | 32 -------------------------------- 3 files changed, 66 deletions(-) diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest index 08c904001156..3ca6ee6dc193 100644 --- a/www-apps/element/Manifest +++ b/www-apps/element/Manifest @@ -1,4 +1,2 @@ DIST element-v1.12.10.tar.gz 39734525 BLAKE2B 414e6ce60e6ff66227e5c23dd9632477eb3dccbe89f9ec0b53f2da35226d7d51a45c2211e136be88002a55b4da026171005dc47acbed5635f87e06d7c69ec1f3 SHA512 cd446b50c0c20a1811ad40f95320b678194981e6daed2440d409223b7e804fcb171e8797acc8093d37b3465025eea014d9879f71e8f96c253a33ecaec5d752ad -DIST element-v1.12.7.tar.gz 39675081 BLAKE2B 3ecadb402a8d6d6306b8ff5b59f8fbb0b0e3a6e577a9160908b4e8b2a7ea443fb933f5b7f8d4470b839b842d691f11a6bc7d87c68be26e56796914c19e7cf852 SHA512 9a9f3f4bd47e858fecf8c3b652df4f3331cc2574b88f43a3757774ee65ae4b3f1dfea72961dce6a291ed2953d946dcda5d58e1503b3e74ef3e5b0aa658c737ee -DIST element-v1.12.8.tar.gz 39763325 BLAKE2B 507b6867d07974ef714dbb1a1b374408cdb52094937815618bdf7f5b66bf5ba3c60e41a7f8685a9ca50b7a9275af7cc38f8dccc990ed6b4188ceed057999fc25 SHA512 57e71b2eaca5bbf8fe6f98af1d5ec413635ef8f104c7208bdf77acb5db8aa5ed30e61ec0d23a3b8d7f8e631d1eea975b7592df7cdb60262a242dcbb0ba5f2783 DIST element-v1.12.9.tar.gz 39659624 BLAKE2B 3a9cd64fc6b59e85b4d5a45ca001bea17ae6d9eaebb3b647f118ca5f5dd4dfa7eb9ca81ba5228f59f21faf49eb6516b72317dfe4309df9bde072405e0389e92a SHA512 161a3fbf91799f75caf1e3fa7d8a926c7f825dce3559c73f78c119a6ee25a42951a05a0e12c70fafb9e9e5abf002bec77539aa514fa36c609dcfccaa628b5299 diff --git a/www-apps/element/element-1.12.7.ebuild b/www-apps/element/element-1.12.7.ebuild deleted file mode 100644 index 3aefc3634a9f..000000000000 --- a/www-apps/element/element-1.12.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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/element-hq/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 -} diff --git a/www-apps/element/element-1.12.8.ebuild b/www-apps/element/element-1.12.8.ebuild deleted file mode 100644 index fe07f634e30c..000000000000 --- a/www-apps/element/element-1.12.8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2021-2026 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/element-hq/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 -}
