commit:     53c2220d816055d9f27f3a21f814e30dd7db0153
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  1 19:09:09 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Sep  1 19:19:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c2220d

www-apps/element: drop old

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

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

diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest
index b6ede0a1237..a1033745762 100644
--- a/www-apps/element/Manifest
+++ b/www-apps/element/Manifest
@@ -1,4 +1,2 @@
-DIST element-v1.7.33.tar.gz 15425526 BLAKE2B 
0cb13c5aa94a16e532f9ff4a8558b08c01afe1d5c8c4070bc9c26684571a316b2ce1265cd763ee4fe6c54b255313d489adc41e8dfc18f619ae3c2016b593087f
 SHA512 
8b23d2e63cd69ec51cd053826d73f72be50a9662f2adcb7d8b86b0d2b32175038e77c3d00c2e37b39147565fc9fc1cb9c61be1f7a59d1f23e3c4d6316512912d
-DIST element-v1.7.34.tar.gz 15635182 BLAKE2B 
b9926a7b2aba2189004c9c0885b25878479e4ca0b80053261601e7bca64703c7148403671e3a5783530cfd1d431c0b3ffc398c5bd2767d7b0a93472306c581e1
 SHA512 
96bc96d98677e7154790accd7fca8314aada7352d8b8c1a9cc1b18c65b78705db766e5238feda6a3601aabd1f487b115dbaaecd0f55354b752ea07730e2d2312
 DIST element-v1.8.1.tar.gz 15924340 BLAKE2B 
25f396f8df8b703f01ac414b4cbc8781c84e05524f61154ca19a983d7cb24c02587a7eb587a6fc3ce5f0a869120c104b202e934f495732655edbc4b978fb654b
 SHA512 
b03235df3dc32bf54da9d285c8e48cd4e5fc610c602f1589c35f7b99d5dd90657bf60caf29612b9ad4bf5076eaad23c942843e91a38338f31d4b0d6f7ea4109f
 DIST element-v1.8.2.tar.gz 15922892 BLAKE2B 
2aae6293e987545d42eb89cf0785810ac6aab47377f107a5907fed14c4aa1c34425c6aa7d7b007fe37328caaaa7c9aa5717f8ce9933f96cded2a95b16aeedb15
 SHA512 
66068beebfe87574b74d02f521514bde45238c08646347850b4f3f3bae097dfa8ccc6f4d4c86696add99165ba5bf296b686c3c5fe6d97abaff7132b181317f83

diff --git a/www-apps/element/element-1.7.33.ebuild 
b/www-apps/element/element-1.7.33.ebuild
deleted file mode 100644
index 0d6f2e6d2cb..00000000000
--- a/www-apps/element/element-1.7.33.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~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.7.34.ebuild 
b/www-apps/element/element-1.7.34.ebuild
deleted file mode 100644
index 0d6f2e6d2cb..00000000000
--- a/www-apps/element/element-1.7.34.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~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