commit:     e59fb1630bf5661a7b55b1ba56691e63bcd4ef57
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 17:38:25 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 17:38:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59fb163

net-im/zoom: Remove old

zoom-5.4.53391.1108 from late 2020 was the last upstream version
supporting x86. File a bug if you still need it.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 net-im/zoom/Manifest                      |   2 -
 net-im/zoom/zoom-5.4.53391.1108-r3.ebuild | 120 ------------------------------
 2 files changed, 122 deletions(-)

diff --git a/net-im/zoom/Manifest b/net-im/zoom/Manifest
index 331c54df6b45..78d7d3c0442b 100644
--- a/net-im/zoom/Manifest
+++ b/net-im/zoom/Manifest
@@ -1,4 +1,2 @@
-DIST zoom-5.4.53391.1108_i686.tar.xz 40384800 BLAKE2B 
0d449103e16799e6e6bcaf6ef1c105d6a75ce8728bfedb5107a9c6deedd9e8ef1988e19ddc33da43de8eb925d386460a84b5efe13c0709de6901239a688b4fb0
 SHA512 
d77357ab669ade90d4b8ae99116372db8b8b9a251625ed0566e89a8cc4d3f7aced07fd08d4646a223fad58f588e1dc2484464bd70e203b875ac9866fb92fe2ea
-DIST zoom-5.4.53391.1108_x86_64.tar.xz 44660944 BLAKE2B 
7152f4daccdbce56e2c83971f507bc70d5b77e8edd558f311e67f0e2ab127967cdd15c90b92ca95735b2fad3e11d692b206c32c5f7d65cd116050e8e6579fcdd
 SHA512 
f52e2fda15a29c2232656e8f34a5d65c3c401eb50f249d5436a949c09efd5b821d1c5e1f59dc4c27b5f4aadc1c24f474854498664b5d333d340d03f4998c59ba
 DIST zoom-5.8.6.739_x86_64.tar.xz 55756408 BLAKE2B 
5a0def3ebc239a55fbcba3aebfcf47d9121d0c7ad7bfb10477a0adce40fba278a15e74253261960c7c8fe452c1b0661c05aa9f48a79cd20e0e33048c247d9aba
 SHA512 
5b2dbc9c914a8ec75978664b1cab19c3c7f8bc4a1e75772e5194b45c35e7ae8a2e5ed6c6fedd4be6ffd8af8736805163581ea5daefca1c9b914eff450f250200
 DIST zoom-5.9.1.1380_x86_64.tar.xz 57213592 BLAKE2B 
5ff5202f36d97f7396d7b416ac84278177b3d15e42f05ab25420128b67ce69b5caab87b6df0737a143cc38a2afdb3cc245d05a17e7a82a2c1000b6ff875abe18
 SHA512 
95bc9572d94648ccbfdec95779ae8e9fc3d8be87da014263b744031e4144b3c7930f31b20443c9c4ff8651dff8cb9b1f93582de32eda97a21126e999d0e9b939

diff --git a/net-im/zoom/zoom-5.4.53391.1108-r3.ebuild 
b/net-im/zoom/zoom-5.4.53391.1108-r3.ebuild
deleted file mode 100644
index 6b437d523e63..000000000000
--- a/net-im/zoom/zoom-5.4.53391.1108-r3.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop eapi8-dosym readme.gentoo-r1 wrapper xdg-utils
-
-DESCRIPTION="Video conferencing and web conferencing service"
-HOMEPAGE="https://zoom.us/";
-SRC_URI="amd64? ( https://zoom.us/client/${PV}/${PN}_x86_64.tar.xz -> 
${P}_x86_64.tar.xz )
-       x86? ( https://zoom.us/client/${PV}/${PN}_i686.tar.xz -> 
${P}_i686.tar.xz )"
-S="${WORKDIR}/${PN}"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="bundled-libjpeg-turbo pulseaudio"
-RESTRICT="mirror bindist strip"
-
-RDEPEND="!games-engines/zoom
-       dev-libs/glib:2
-       dev-libs/icu
-       dev-libs/quazip:0=
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtdeclarative:5[widgets]
-       dev-qt/qtdiag:5
-       dev-qt/qtgraphicaleffects:5
-       dev-qt/qtgui:5
-       dev-qt/qtlocation:5
-       dev-qt/qtnetwork:5
-       dev-qt/qtquickcontrols:5[widgets]
-       dev-qt/qtscript:5
-       dev-qt/qtsvg:5
-       dev-qt/qtwidgets:5
-       media-sound/mpg123
-       sys-apps/dbus
-       sys-apps/util-linux
-       virtual/opengl
-       x11-libs/libX11
-       x11-libs/libxcb
-       x11-libs/libXext
-       x11-libs/libXfixes
-       x11-libs/libXtst
-       x11-libs/xcb-util-image
-       x11-libs/xcb-util-keysyms
-       !bundled-libjpeg-turbo? ( media-libs/libjpeg-turbo )
-       pulseaudio? ( media-sound/pulseaudio )
-       !pulseaudio? ( media-libs/alsa-lib )"
-
-BDEPEND="dev-util/bbe
-       bundled-libjpeg-turbo? ( dev-util/patchelf )"
-
-QA_PREBUILT="opt/zoom/*"
-
-src_prepare() {
-       default
-
-       # The tarball doesn't contain an icon, so extract it from the binary
-       bbe -s -b '/<svg width="32"/:/<\x2fsvg>\n/' -e 'J 1;D' zoom \
-               >zoom-icon.svg && [[ -s zoom-icon.svg ]] \
-               || die "Extraction of icon failed"
-
-       if ! use pulseaudio; then
-               # For some strange reason, zoom cannot use any ALSA sound 
devices if
-               # it finds libpulse. This causes breakage if 
media-sound/apulse[sdk]
-               # is installed. So, force zoom to ignore libpulse.
-               bbe -e 's/libpulse.so/IgNoRePuLsE/' zoom >zoom.tmp || die
-               mv zoom.tmp zoom || die
-       fi
-
-       if use bundled-libjpeg-turbo; then
-               # Remove insecure RPATH from bundled lib
-               patchelf --remove-rpath libturbojpeg.so || die
-       fi
-}
-
-src_install() {
-       insinto /opt/zoom
-       exeinto /opt/zoom
-       doins -r json ringtone sip timezones translations
-       doins *.pcm *.pem *.sh Embedded.properties version.txt
-       doexe zoom zoom.sh zopen ZoomLauncher
-       dosym8 -r {"/usr/$(get_libdir)",/opt/zoom}/libmpg123.so
-
-       local quazip_so="libquazip1-qt5.so"
-       if has_version "<dev-libs/quazip-1.0"; then
-               quazip_so="libquazip5.so"
-       fi
-       dosym8 -r "/usr/$(get_libdir)/${quazip_so}" /opt/zoom/libquazip.so
-
-       if use bundled-libjpeg-turbo; then
-               doexe libturbojpeg.so
-       else
-               dosym8 -r {"/usr/$(get_libdir)",/opt/zoom}/libturbojpeg.so
-       fi
-
-       make_wrapper zoom /opt/zoom{/zoom,}
-       make_desktop_entry "zoom %U" Zoom zoom-icon "" \
-               "MimeType=x-scheme-handler/zoommtg;application/x-zoom;"
-       doicon zoom-icon.svg
-       doicon -s scalable zoom-icon.svg
-       readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-
-       local FORCE_PRINT_ELOG v
-       for v in ${REPLACING_VERSIONS}; do
-               ver_test ${v} -le 5.0.403652.0509 && FORCE_PRINT_ELOG=1
-       done
-       readme.gentoo_print_elog
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-}

Reply via email to