commit: 96eebe7e41c10457ae20d8c4dc13e16b8d990ab2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Sun Feb 23 21:55:28 2025 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sun Feb 23 22:15:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96eebe7e
www-apps/element: drop 1.11.89, 1.11.90 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> www-apps/element/Manifest | 2 -- www-apps/element/element-1.11.89.ebuild | 32 -------------------------------- www-apps/element/element-1.11.90.ebuild | 32 -------------------------------- 3 files changed, 66 deletions(-) diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest index cff4faa18573..5b6f8c9166f9 100644 --- a/www-apps/element/Manifest +++ b/www-apps/element/Manifest @@ -1,3 +1 @@ -DIST element-v1.11.89.tar.gz 33225741 BLAKE2B cad4d31b1eb06ebe16aa3f4442f1e9548bc9bf63485e552c4153a862f236daeeb08e70550417a6f53c6c46d862b2846fc262fd2dbb62dc4c221ae63ddd726c8a SHA512 2c0df50e92b2879c65c29b02d280be5b3a01da11fdd39aa24083ae8e70ba5efefcfbc09563ed9634a7cd56bb8a58a1b9bd9a05177585c8ae483e591a4ec4b67d -DIST element-v1.11.90.tar.gz 27204084 BLAKE2B 370e4fc00f7b7b402c997604e38f384ceaa84354f5ade1ebc28e1179c67065d0431508c77e90e82c0558424f141b899d5eb6c3baed0459112a44ee785429bd25 SHA512 c15ff700574d32e3c04e7e7bee664a4832b6e943dd5f27de999c296f7c0902590c9f6e41799ed9688d653e53b6bf7b6a20749cf899f9eaf8ceaf018ec0e8ec24 DIST element-v1.11.91.tar.gz 26052219 BLAKE2B c2cd222f9cbb5a5e2b1f18f366df52d411650d87d7c3285032d1a1927b1356f150136045a8ea291d6d0e7c959af7a4c55e4f9d9b559c705f6ee10b09bcf0bf73 SHA512 431069a32d2b239887825a1df538c34895247411d88afa3825ae6f4c0969fd610b76b608b0bc5791cc753f430cbfd97402bb456b779eb79028099580c4bb6489 diff --git a/www-apps/element/element-1.11.89.ebuild b/www-apps/element/element-1.11.89.ebuild deleted file mode 100644 index 33f60473ba0a..000000000000 --- a/www-apps/element/element-1.11.89.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2021-2024 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.90.ebuild b/www-apps/element/element-1.11.90.ebuild deleted file mode 100644 index 808c5da3f6c6..000000000000 --- a/www-apps/element/element-1.11.90.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 -}
