commit: 63e897b0ddbac03278e7a9ca63f4df4717bab1f8 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Sat Jun 21 06:42:18 2025 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sat Jun 21 07:45:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e897b0
www-apps/element: drop 1.11.96, 1.11.97 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> www-apps/element/Manifest | 2 -- www-apps/element/element-1.11.96.ebuild | 32 -------------------------------- www-apps/element/element-1.11.97.ebuild | 32 -------------------------------- 3 files changed, 66 deletions(-) diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest index 5953f4b3f65c..d3e56cf6658c 100644 --- a/www-apps/element/Manifest +++ b/www-apps/element/Manifest @@ -1,3 +1 @@ DIST element-v1.11.101.tar.gz 34385333 BLAKE2B 0f6fc2f029567f824716a719391814250b3459d7a960488fb149014613a59542f0cfd00c02766ba8272f24527de7b351646ba740bba0835616a79d0214103718 SHA512 4f7a287496699d08a9b49246614c68245953b215bd728b6ed6eb486b9a56e9e7d12b108f8f4f0937650876bebdfe94180cd4950d6e9812be6cdf218cad0a57c2 -DIST element-v1.11.96.tar.gz 26393559 BLAKE2B 9e4942e30c646448614ef5fa63f54bcaaff4234ed2dc478092811bb877258a57d443bfb9dae7f67e88ebe76e33d33e37e54ad5269a04bd40b0e87de79aeeb386 SHA512 7d6b2c5f922c02ac2899ea783da6689b483e44bc6b5478709b43006f962e0582512cc865bee64130d5adcdb89e3a9b0b64aad1d7674ec3b4f82aeda7d3df9ff6 -DIST element-v1.11.97.tar.gz 34092283 BLAKE2B 34da130a3cc05a3a931f1611998c6b2fc2b37befff163de9e36c7465469b54206fb53b5b34ac7e99cc04e68a965e1cf34542f5f7440e68861f9c652fd8a03688 SHA512 80a95092d6671d9518f7c036a20d43d9ae931a8c4b3d898953734089a159bad02ea6ae7ea2300c09920393a865f8e8ca842dfa5e721dd53a52f13bb00b81996c diff --git a/www-apps/element/element-1.11.96.ebuild b/www-apps/element/element-1.11.96.ebuild deleted file mode 100644 index 808c5da3f6c6..000000000000 --- a/www-apps/element/element-1.11.96.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/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 -} diff --git a/www-apps/element/element-1.11.97.ebuild b/www-apps/element/element-1.11.97.ebuild deleted file mode 100644 index 808c5da3f6c6..000000000000 --- a/www-apps/element/element-1.11.97.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/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 -}
