commit:     9e9f1e9857c41dbf90b241e4e8230ccc68417171
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 24 10:39:11 2025 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Mar 24 10:39:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9f1e98

www-apps/element: drop 1.11.91, 1.11.92

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/element/Manifest               |  2 --
 www-apps/element/element-1.11.91.ebuild | 32 --------------------------------
 www-apps/element/element-1.11.92.ebuild | 32 --------------------------------
 3 files changed, 66 deletions(-)

diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest
index 951d0a045d46..e73e07300193 100644
--- a/www-apps/element/Manifest
+++ b/www-apps/element/Manifest
@@ -1,3 +1 @@
-DIST element-v1.11.91.tar.gz 26052219 BLAKE2B 
c2cd222f9cbb5a5e2b1f18f366df52d411650d87d7c3285032d1a1927b1356f150136045a8ea291d6d0e7c959af7a4c55e4f9d9b559c705f6ee10b09bcf0bf73
 SHA512 
431069a32d2b239887825a1df538c34895247411d88afa3825ae6f4c0969fd610b76b608b0bc5791cc753f430cbfd97402bb456b779eb79028099580c4bb6489
-DIST element-v1.11.92.tar.gz 26136256 BLAKE2B 
91440344832b102e59445d7d8a3d9ae5404442c82c3aa3bd04ac2071c38016825028c2fb222fb9efc35d91b0884e74491b9e446cd33cd9f79be5d17db63d83ae
 SHA512 
169e9d8f615e802d59d7a71685c858c6cca5955911e48a5fd060808f594d7ab3682f8a9aeda817df08e5cacd14fae42a45af5005bc53dfcb92fdaf5b1424a7f0
 DIST element-v1.11.94.tar.gz 26294542 BLAKE2B 
bda12390e0d249031b9a8fef3415f999ecfcbe017ce31f1045610603cd498d7500ca9d8cd99a06ca9ee7a7d6691c649f6367fa0b82842eceb3760f21e9b0c7fc
 SHA512 
81daa93c2816fefff63b52815231377d60cdc880700059bc25ab7d3f8d4ecf64dc3140892a566b25e6f5101243b65c51ce194d19afad64fedaa6920079532d55

diff --git a/www-apps/element/element-1.11.91.ebuild 
b/www-apps/element/element-1.11.91.ebuild
deleted file mode 100644
index 808c5da3f6c6..000000000000
--- a/www-apps/element/element-1.11.91.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.92.ebuild 
b/www-apps/element/element-1.11.92.ebuild
deleted file mode 100644
index 808c5da3f6c6..000000000000
--- a/www-apps/element/element-1.11.92.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
-}

Reply via email to