commit:     b722664553d96d58affc00e00fa47147f3df9730
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 11 21:14:07 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Oct 11 21:26:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7226645

www-apps/element: drop 1.11.36, 1.11.39

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

 www-apps/element/Manifest               |  2 --
 www-apps/element/element-1.11.36.ebuild | 33 ---------------------------------
 www-apps/element/element-1.11.39.ebuild | 33 ---------------------------------
 3 files changed, 68 deletions(-)

diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest
index 0f373c2e8910..f2070b4ad203 100644
--- a/www-apps/element/Manifest
+++ b/www-apps/element/Manifest
@@ -1,3 +1 @@
-DIST element-v1.11.36.tar.gz 21937527 BLAKE2B 
820a4c64e438e73bc0b45559be165d1e80a3fbab43975e7db3fca7740142c968a5cdb1daad7471bc33b68220d6674691136ae463a001a9ab913e52e550019af0
 SHA512 
03aa1530360d479c2970e2fdee8b23d526701346b3b26f3052c72226644ae61ecb1f6df58efccea4d30db8ffa794c6c58893eb7938bde24f5fd42d319618efa5
-DIST element-v1.11.39.tar.gz 22166439 BLAKE2B 
0e29b663508f7277d7c2f173987b68225c551c7a4592962b4f9752d70f1587ad063349a9b6bbb099f08359520b2a2f18935db7953bd28fba4f1095e66fdb7563
 SHA512 
0bf8c4b243b5bf9a7d32154d045dd94c5cfcd97067a9ee825ce82e19af7e6894c4c6ae574cc80ac61df18e7b96d6c42ee06d5f354990a0d6afb26b38a1028d50
 DIST element-v1.11.43.tar.gz 22192685 BLAKE2B 
42fc7fe7843d86104ab366bd923e7c51967cf2a26230df816fc01457b40c629fbeb937f4a8f6d6b8627d400e4ec15b68aa17a21b899a6f4a587fcad15c172697
 SHA512 
fe7097523e8e8dc3020b67ddac4a6fd93279e833b0d6f516af6025b8caefbabb8f02044eb810b9ed22194101e6270b8bd357a4ad5508bdbd859ab48f1b94dc78

diff --git a/www-apps/element/element-1.11.36.ebuild 
b/www-apps/element/element-1.11.36.ebuild
deleted file mode 100644
index b0b3474a9886..000000000000
--- a/www-apps/element/element-1.11.36.ebuild
+++ /dev/null
@@ -1,33 +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"
-
-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/element-1.11.39.ebuild 
b/www-apps/element/element-1.11.39.ebuild
deleted file mode 100644
index b0b3474a9886..000000000000
--- a/www-apps/element/element-1.11.39.ebuild
+++ /dev/null
@@ -1,33 +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"
-
-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
-}

Reply via email to