Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/zoom/
Date: Mon, 21 Dec 2020 14:48:56
Message-Id: 1608562116.d6b600dfce6a1ab4aff41c35659dee49217192ab.ulm@gentoo
1 commit: d6b600dfce6a1ab4aff41c35659dee49217192ab
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 21 14:34:20 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 21 14:48:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b600df
7
8 net-im/zoom: Remove old.
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 net-im/zoom/Manifest | 1 -
14 net-im/zoom/zoom-5.4.54779.1115-r3.ebuild | 142 ------------------------------
15 net-im/zoom/zoom-5.4.56259.1207.ebuild | 142 ------------------------------
16 3 files changed, 285 deletions(-)
17
18 diff --git a/net-im/zoom/Manifest b/net-im/zoom/Manifest
19 index 4515a8a8b4f..4b3b273bba0 100644
20 --- a/net-im/zoom/Manifest
21 +++ b/net-im/zoom/Manifest
22 @@ -1,5 +1,4 @@
23 DIST zoom-5.4.53391.1108_i686.tar.xz 40384800 BLAKE2B 0d449103e16799e6e6bcaf6ef1c105d6a75ce8728bfedb5107a9c6deedd9e8ef1988e19ddc33da43de8eb925d386460a84b5efe13c0709de6901239a688b4fb0 SHA512 d77357ab669ade90d4b8ae99116372db8b8b9a251625ed0566e89a8cc4d3f7aced07fd08d4646a223fad58f588e1dc2484464bd70e203b875ac9866fb92fe2ea
24 DIST zoom-5.4.53391.1108_x86_64.tar.xz 44660944 BLAKE2B 7152f4daccdbce56e2c83971f507bc70d5b77e8edd558f311e67f0e2ab127967cdd15c90b92ca95735b2fad3e11d692b206c32c5f7d65cd116050e8e6579fcdd SHA512 f52e2fda15a29c2232656e8f34a5d65c3c401eb50f249d5436a949c09efd5b821d1c5e1f59dc4c27b5f4aadc1c24f474854498664b5d333d340d03f4998c59ba
25 -DIST zoom-5.4.54779.1115_x86_64.tar.xz 45216096 BLAKE2B a65c7db96ac0ea5a99b6edba0145d766395ebd67402f28ee276e1a2ed87ca9c9c01bedef12eb4d99a6525f0ec0698de1471c3ca620e32ec29ada5b8edd55416c SHA512 e859060592dc110ccb42760fff54f632b079124ff2b8988e55dfd27d70b132b035d6b0ef8eec83b7d90ddf56a6e675dac4d04c29bec9faab377db4926fb2462d
26 DIST zoom-5.4.56259.1207_x86_64.tar.xz 46333580 BLAKE2B e3603db12af4ecc88eee88715976d6944cf566f6c1afa35a36840ceba49da85d21cdf4c04216b76d30b700b07a098aea48b7f61c48ee3836168323adede5789f SHA512 b7567f8e01486dfe31118da9c6168be70ea0b6dc21ea07972d39a3ced360068ff2e7423663e74fb65387be18fa2a1bca7ebd2599c49b3c064872ae9d82266192
27 DIST zoom-5.4.57450.1220_x86_64.tar.xz 45788732 BLAKE2B 932187da18c52baeaba90114b7d7115bb973787fe690f94482d53527fbd4ded327eecee6d3097831a5e3c164c79b46dcb32ee3a28223f8b1543e166ea282d44f SHA512 cf8581f175518fdc83c6780bd6a1154d58db1c012bcaf14228e32d839532e741d8eaae4883f7905d181b7d2f0c1e2efe125377dd85eb5ebb742cc5252bbc4b54
28
29 diff --git a/net-im/zoom/zoom-5.4.54779.1115-r3.ebuild b/net-im/zoom/zoom-5.4.54779.1115-r3.ebuild
30 deleted file mode 100644
31 index 70da5021389..00000000000
32 --- a/net-im/zoom/zoom-5.4.54779.1115-r3.ebuild
33 +++ /dev/null
34 @@ -1,142 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit desktop eapi8-dosym readme.gentoo-r1 wrapper xdg-utils
41 -
42 -DESCRIPTION="Video conferencing and web conferencing service"
43 -HOMEPAGE="https://zoom.us/"
44 -SRC_URI="https://zoom.us/client/${PV}/${PN}_x86_64.tar.xz -> ${P}_x86_64.tar.xz"
45 -S="${WORKDIR}/${PN}"
46 -
47 -LICENSE="all-rights-reserved Apache-2.0" # Apache-2.0 for icon
48 -SLOT="0"
49 -KEYWORDS="-* ~amd64"
50 -IUSE="bundled-libjpeg-turbo +bundled-qt pulseaudio wayland"
51 -RESTRICT="mirror bindist strip"
52 -
53 -RDEPEND="!games-engines/zoom
54 - dev-libs/glib:2
55 - dev-libs/quazip
56 - media-libs/fontconfig
57 - media-libs/freetype
58 - media-sound/mpg123
59 - sys-apps/dbus
60 - sys-apps/util-linux
61 - virtual/opengl
62 - x11-libs/libX11
63 - x11-libs/libxcb
64 - x11-libs/libXext
65 - x11-libs/libXfixes
66 - x11-libs/libxkbcommon[X]
67 - x11-libs/libXrender
68 - x11-libs/libXtst
69 - x11-libs/xcb-util-image
70 - x11-libs/xcb-util-keysyms
71 - pulseaudio? ( media-sound/pulseaudio )
72 - !pulseaudio? ( media-libs/alsa-lib )
73 - wayland? ( dev-libs/wayland )
74 - !bundled-libjpeg-turbo? ( >=media-libs/libjpeg-turbo-2.0.5 )
75 - !bundled-qt? (
76 - dev-libs/icu
77 - dev-qt/qtcore:5
78 - dev-qt/qtdbus:5
79 - dev-qt/qtdeclarative:5[widgets]
80 - dev-qt/qtdiag:5
81 - dev-qt/qtgraphicaleffects:5
82 - dev-qt/qtgui:5
83 - dev-qt/qtlocation:5
84 - dev-qt/qtnetwork:5
85 - dev-qt/qtquickcontrols:5[widgets]
86 - dev-qt/qtscript:5
87 - dev-qt/qtsvg:5
88 - dev-qt/qtwidgets:5
89 - wayland? ( dev-qt/qtwayland )
90 - )"
91 -
92 -BDEPEND="!pulseaudio? ( dev-util/bbe )"
93 -
94 -QA_PREBUILT="opt/zoom/*"
95 -
96 -src_prepare() {
97 - default
98 - if ! use pulseaudio; then
99 - # For some strange reason, zoom cannot use any ALSA sound devices if
100 - # it finds libpulse. This causes breakage if media-sound/apulse[sdk]
101 - # is installed. So, force zoom to ignore libpulse.
102 - bbe -e 's/libpulse.so/IgNoRePuLsE/' zoom >zoom.tmp || die
103 - mv zoom.tmp zoom || die
104 - fi
105 -}
106 -
107 -src_install() {
108 - insinto /opt/zoom
109 - exeinto /opt/zoom
110 - doins -r json ringtone sip timezones translations
111 - doins *.pcm *.sh Embedded.properties version.txt
112 - doexe zoom zoom.sh zopen ZoomLauncher
113 - dosym8 -r {"/usr/$(get_libdir)",/opt/zoom}/libmpg123.so
114 - dosym8 -r {"/usr/$(get_libdir)",/opt/zoom}/libquazip.so
115 -
116 - if use bundled-libjpeg-turbo; then
117 - doexe libturbojpeg.so
118 - else
119 - dosym8 -r {"/usr/$(get_libdir)",/opt/zoom}/libturbojpeg.so
120 - fi
121 -
122 - if use bundled-qt; then
123 - doexe libicu*.so.56 libQt5*.so.5
124 - doins qt.conf
125 -
126 - local dirs="Qt* generic iconengines imageformats \
127 - platforminputcontexts platforms wayland* xcbglintegrations"
128 - doins -r ${dirs}
129 - find ${dirs} -type f '(' -name '*.so' -o -name '*.so.*' ')' \
130 - -printf '/opt/zoom/%p\0' | xargs -0 -r fperms 0755 || die
131 -
132 - ( # Remove libs and plugins with unresolved soname dependencies
133 - cd "${ED}"/opt/zoom || die
134 - rm -r Qt/labs/calendar Qt/labs/location QtQml/RemoteObjects \
135 - QtQuick/Controls.2 QtQuick/LocalStorage QtQuick/Particles.2 \
136 - QtQuick/Scene2D QtQuick/Scene3D QtQuick/Shapes \
137 - QtQuick/Templates.2 QtQuick/XmlListModel \
138 - platforms/libqeglfs.so platforms/libqlinuxfb.so || die
139 - use wayland || rm -r libQt5Wayland*.so* QtWayland wayland* \
140 - platforms/libqwayland*.so || die
141 - )
142 - fi
143 -
144 - make_wrapper zoom /opt/zoom{/zoom,} $(usex bundled-qt /opt/zoom "")
145 - make_desktop_entry "zoom %U" Zoom zoom-videocam "" \
146 - "MimeType=x-scheme-handler/zoommtg;application/x-zoom;"
147 - # The tarball doesn't contain an icon, so take a generic camera icon
148 - # from https://github.com/google/material-design-icons, modified to be
149 - # white on a blue background
150 - doicon -s scalable "${FILESDIR}"/zoom-videocam.svg
151 - doicon -s 24 "${FILESDIR}"/zoom-videocam.xpm
152 - readme.gentoo_create_doc
153 -}
154 -
155 -pkg_postinst() {
156 - xdg_desktop_database_update
157 - xdg_icon_cache_update
158 -
159 - local FORCE_PRINT_ELOG v
160 - for v in ${REPLACING_VERSIONS}; do
161 - ver_test ${v} -le 5.0.403652.0509 && FORCE_PRINT_ELOG=1
162 - done
163 - readme.gentoo_print_elog
164 -
165 - if use bundled-libjpeg-turbo; then
166 - ewarn "If the \"bundled-libjpeg-turbo\" flag is enabled, you may see a"
167 - ewarn "QA notice about insecure RPATHs in the libturbojpeg.so library"
168 - ewarn "bundled with the upstream package. Please report this problem"
169 - ewarn "directly to Zoom upstream. Do *not* file a Gentoo bug for it."
170 - fi
171 -}
172 -
173 -pkg_postrm() {
174 - xdg_desktop_database_update
175 - xdg_icon_cache_update
176 -}
177
178 diff --git a/net-im/zoom/zoom-5.4.56259.1207.ebuild b/net-im/zoom/zoom-5.4.56259.1207.ebuild
179 deleted file mode 100644
180 index e31ede8492b..00000000000
181 --- a/net-im/zoom/zoom-5.4.56259.1207.ebuild
182 +++ /dev/null
183 @@ -1,142 +0,0 @@
184 -# Copyright 1999-2020 Gentoo Authors
185 -# Distributed under the terms of the GNU General Public License v2
186 -
187 -EAPI=7
188 -
189 -inherit desktop eapi8-dosym readme.gentoo-r1 wrapper xdg-utils
190 -
191 -DESCRIPTION="Video conferencing and web conferencing service"
192 -HOMEPAGE="https://zoom.us/"
193 -SRC_URI="https://zoom.us/client/${PV}/${PN}_x86_64.tar.xz -> ${P}_x86_64.tar.xz"
194 -S="${WORKDIR}/${PN}"
195 -
196 -LICENSE="all-rights-reserved Apache-2.0" # Apache-2.0 for icon
197 -SLOT="0"
198 -KEYWORDS="-* ~amd64"
199 -IUSE="bundled-libjpeg-turbo +bundled-qt pulseaudio wayland"
200 -RESTRICT="mirror bindist strip"
201 -
202 -RDEPEND="!games-engines/zoom
203 - dev-libs/glib:2
204 - dev-libs/quazip
205 - media-libs/fontconfig
206 - media-libs/freetype
207 - media-sound/mpg123
208 - sys-apps/dbus
209 - sys-apps/util-linux
210 - virtual/opengl
211 - x11-libs/libX11
212 - x11-libs/libxcb
213 - x11-libs/libXext
214 - x11-libs/libXfixes
215 - x11-libs/libxkbcommon[X]
216 - x11-libs/libXrender
217 - x11-libs/libXtst
218 - x11-libs/xcb-util-image
219 - x11-libs/xcb-util-keysyms
220 - pulseaudio? ( media-sound/pulseaudio )
221 - !pulseaudio? ( media-libs/alsa-lib )
222 - wayland? ( dev-libs/wayland )
223 - !bundled-libjpeg-turbo? ( >=media-libs/libjpeg-turbo-2.0.5 )
224 - !bundled-qt? (
225 - dev-libs/icu
226 - dev-qt/qtcore:5
227 - dev-qt/qtdbus:5
228 - dev-qt/qtdeclarative:5[widgets]
229 - dev-qt/qtdiag:5
230 - dev-qt/qtgraphicaleffects:5
231 - dev-qt/qtgui:5
232 - dev-qt/qtlocation:5
233 - dev-qt/qtnetwork:5
234 - dev-qt/qtquickcontrols:5[widgets]
235 - dev-qt/qtquickcontrols2:5
236 - dev-qt/qtscript:5
237 - dev-qt/qtsvg:5
238 - dev-qt/qtwidgets:5
239 - wayland? ( dev-qt/qtwayland )
240 - )"
241 -
242 -BDEPEND="!pulseaudio? ( dev-util/bbe )"
243 -
244 -QA_PREBUILT="opt/zoom/*"
245 -
246 -src_prepare() {
247 - default
248 - if ! use pulseaudio; then
249 - # For some strange reason, zoom cannot use any ALSA sound devices if
250 - # it finds libpulse. This causes breakage if media-sound/apulse[sdk]
251 - # is installed. So, force zoom to ignore libpulse.
252 - bbe -e 's/libpulse.so/IgNoRePuLsE/' zoom >zoom.tmp || die
253 - mv zoom.tmp zoom || die
254 - fi
255 -}
256 -
257 -src_install() {
258 - insinto /opt/zoom
259 - exeinto /opt/zoom
260 - doins -r json ringtone sip timezones translations
261 - doins *.pcm *.sh Embedded.properties version.txt
262 - doexe zoom zoom.sh zopen ZoomLauncher
263 - dosym8 -r {"/usr/$(get_libdir)",/opt/zoom}/libmpg123.so
264 - dosym8 -r {"/usr/$(get_libdir)",/opt/zoom}/libquazip.so
265 -
266 - if use bundled-libjpeg-turbo; then
267 - doexe libturbojpeg.so
268 - else
269 - dosym8 -r {"/usr/$(get_libdir)",/opt/zoom}/libturbojpeg.so
270 - fi
271 -
272 - if use bundled-qt; then
273 - doexe libicu*.so.56 libQt5*.so.5
274 - doins qt.conf
275 -
276 - local dirs="Qt* generic iconengines imageformats \
277 - platforminputcontexts platforms wayland* xcbglintegrations"
278 - doins -r ${dirs}
279 - find ${dirs} -type f '(' -name '*.so' -o -name '*.so.*' ')' \
280 - -printf '/opt/zoom/%p\0' | xargs -0 -r fperms 0755 || die
281 -
282 - ( # Remove libs and plugins with unresolved soname dependencies
283 - cd "${ED}"/opt/zoom || die
284 - rm -r Qt/labs/location QtQml/RemoteObjects \
285 - QtQuick/LocalStorage QtQuick/Particles.2 QtQuick/Scene2D \
286 - QtQuick/Scene3D QtQuick/Shapes QtQuick/XmlListModel \
287 - platforms/libqeglfs.so platforms/libqlinuxfb.so || die
288 - use wayland || rm -r libQt5Wayland*.so* QtWayland wayland* \
289 - platforms/libqwayland*.so || die
290 - )
291 - fi
292 -
293 - make_wrapper zoom /opt/zoom{/zoom,} $(usex bundled-qt /opt/zoom "")
294 - make_desktop_entry "zoom %U" Zoom zoom-videocam "" \
295 - "MimeType=x-scheme-handler/zoommtg;application/x-zoom;"
296 - # The tarball doesn't contain an icon, so take a generic camera icon
297 - # from https://github.com/google/material-design-icons, modified to be
298 - # white on a blue background
299 - doicon -s scalable "${FILESDIR}"/zoom-videocam.svg
300 - doicon -s 24 "${FILESDIR}"/zoom-videocam.xpm
301 - readme.gentoo_create_doc
302 -}
303 -
304 -pkg_postinst() {
305 - xdg_desktop_database_update
306 - xdg_icon_cache_update
307 -
308 - local FORCE_PRINT_ELOG v
309 - for v in ${REPLACING_VERSIONS}; do
310 - ver_test ${v} -le 5.0.403652.0509 && FORCE_PRINT_ELOG=1
311 - done
312 - readme.gentoo_print_elog
313 -
314 - if use bundled-libjpeg-turbo; then
315 - ewarn "If the \"bundled-libjpeg-turbo\" flag is enabled, you may see a"
316 - ewarn "QA notice about insecure RPATHs in the libturbojpeg.so library"
317 - ewarn "bundled with the upstream package. Please report this problem"
318 - ewarn "directly to Zoom upstream. Do *not* file a Gentoo bug for it."
319 - fi
320 -}
321 -
322 -pkg_postrm() {
323 - xdg_desktop_database_update
324 - xdg_icon_cache_update
325 -}