commit:     5eb40fcdd9b7fdf8e7aa804b4ef7b19e80498027
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 17:52:48 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 17:54:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb40fcd

www-apps/element: drop 1.11.14, 1.11.16

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

 www-apps/element/Manifest               |  2 --
 www-apps/element/element-1.11.14.ebuild | 35 ---------------------------------
 www-apps/element/element-1.11.16.ebuild | 35 ---------------------------------
 3 files changed, 72 deletions(-)

diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest
index 3afb8d30db9b..67b11f9cc135 100644
--- a/www-apps/element/Manifest
+++ b/www-apps/element/Manifest
@@ -1,3 +1 @@
-DIST element-v1.11.14.tar.gz 19357656 BLAKE2B 
f82dede4a42ee69026b9d682a60196eb11a39165cf0e6aca644c0c01b811eb05b1f5cdb70f8fdcbbeca7fb9aab9bcb5922b8602e815dccdc829a1a67e5ab15ba
 SHA512 
23472c65d7ba4c31a67d2ea4d146e74519e636577a14dd300445b110f8923f494f95199f6d7cbf6cf11304077179145c7bf7cbc4e5a08582d32e1e35b2b660d4
-DIST element-v1.11.16.tar.gz 19267850 BLAKE2B 
29fe4ebd08331ace79cfec695b7a9597c287a8d18afd7b66c07374c45e9ccba2cea3f8bae2a273860059bf2d158d562334dcaf6575fb80d233627432f8c6d0c2
 SHA512 
f2ef074d1bc4e776817d64ca34861680f87172fe11f5778bd1891409cf06fb9b33621e6c3893b179ce4eed0f0f9c7569e036923c9d4b09d035b47036a79d7ae9
 DIST element-v1.11.17.tar.gz 19226905 BLAKE2B 
f4aa25b0b3a462a6055db2cf49e1d439be55fe71846eb5612139b5b93143541dd37be35098b0a2e1aa75e3dd7989b588d1ad2258f0a33564ffb5d9b5a5e754c5
 SHA512 
e7ebfc873b0e20e1837357f0ba50c3bf42fdbba90a8a974cd7f986030c53d918918cc88b3519fbc2338794d42d3a88bb536e26fd814f344b5bc0ca933204e9f1

diff --git a/www-apps/element/element-1.11.14.ebuild 
b/www-apps/element/element-1.11.14.ebuild
deleted file mode 100644
index ca2b15c5771c..000000000000
--- a/www-apps/element/element-1.11.14.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2021-2022 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
-}

diff --git a/www-apps/element/element-1.11.16.ebuild 
b/www-apps/element/element-1.11.16.ebuild
deleted file mode 100644
index ca2b15c5771c..000000000000
--- a/www-apps/element/element-1.11.16.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2021-2022 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
-}

Reply via email to