commit: 5c94882cef8a2142671fa88f946e2244d6e6dba9 Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Thu Sep 4 13:09:39 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Sep 4 13:10:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c94882c
net-im/jitsi-meet: drop 2025.4.0 Signed-off-by: Joe Kappus <joe <AT> wt.gd> net-im/jitsi-meet/Manifest | 1 - net-im/jitsi-meet/jitsi-meet-2025.4.0.ebuild | 51 ---------------------------- 2 files changed, 52 deletions(-) diff --git a/net-im/jitsi-meet/Manifest b/net-im/jitsi-meet/Manifest index 1a64fcb4b4..fff72ca857 100644 --- a/net-im/jitsi-meet/Manifest +++ b/net-im/jitsi-meet/Manifest @@ -1,2 +1 @@ -DIST jitsi-meet-2025.4.0.deb 78801658 BLAKE2B ace6e50e3fe97e80aed9718f04e7a7e7625cb56e478f05b6cf911c8ad2e4a4a06b06cde504e287a738f74de3a88e69d1731bdcf62d25d7ada161cce4bd71a193 SHA512 f58e12907e8fc2968939145c0059ea7a49ba9868e7b1e3f24e9b5e30eab897d0861a71ad4e3d2229a4690b871658f8956ab4dd637917cde15fc5965239f8464e DIST jitsi-meet-2025.8.1.deb 81898642 BLAKE2B 630e888fd35a43bd86655397ea12b15be59d0e6676463ce079e4a1004a0129c3e32c13b7217409c5007929099b76b887ced9cdc9a1b6293c27132624bac5bacd SHA512 36ae93f5168b1c27aec6555eef5a4e93a83556e29d9770e30b9b7e5a1690df6ecc6ccf1139d8b47c51a4b420de89c4bd96797a0ab356658909159d8671ff7785 diff --git a/net-im/jitsi-meet/jitsi-meet-2025.4.0.ebuild b/net-im/jitsi-meet/jitsi-meet-2025.4.0.ebuild deleted file mode 100644 index 830f816e91..0000000000 --- a/net-im/jitsi-meet/jitsi-meet-2025.4.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB en-US es-419 es et fa fil fi fr gu he hi hr hu id it -ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk ur vi zh-CN zh-TW" - -inherit desktop xdg unpacker chromium-2 - -DESCRIPTION="Desktop application for Jitsi Meet built with Electron" -HOMEPAGE="https://github.com/jitsi/jitsi-meet-electron" -SRC_URI="https://github.com/jitsi/jitsi-meet-electron/releases/download/v${PV}/jitsi-meet-amd64.deb -> ${P}.deb" - -S="${WORKDIR}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="bindist mirror splitdebug test" - -#Depends: libgtk-3-0, libnss3, libxtst6, xdg-utils, libatspi2.0-0, libuuid1 -# sys-libs/libuuid seems to be included in sys-apps/util-linux -# sys-fs/fuse -RDEPEND=" - x11-libs/gtk+:3 - dev-libs/nss - x11-libs/libXtst - app-accessibility/at-spi2-core:2 -" - -QA_PREBUILT="*" - -src_install() { - rm "opt/Jitsi Meet/chrome-sandbox" || die - - insinto /opt - doins -r "opt/Jitsi Meet" - - dobin "opt/Jitsi Meet/jitsi-meet" - dosym "../../opt/Jitsi Meet/jitsi-meet" /usr/bin/jitsi-meet - domenu usr/share/applications/jitsi-meet.desktop - doicon usr/share/icons/hicolor/512x512/apps/jitsi-meet.png - - pushd "${ED}/opt/Jitsi Meet/locales" > /dev/null || die - chromium_remove_language_paks - popd > /dev/null || die - - fperms +x "/opt/Jitsi Meet/jitsi-meet" -}
