From: "Samuel Bernardo" <samuelbernardo.mail@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/ssnb:master commit in: net-im/zoom-bin/
Date: Sun, 28 Jul 2019 11:25:56 +0000 (UTC) [thread overview]
Message-ID: <1564313134.c4bc6d8f3915ea04021a05d60971d1511c7929c8.samuelbernardo@gentoo> (raw)
commit: c4bc6d8f3915ea04021a05d60971d1511c7929c8
Author: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Sun Jul 28 11:25:34 2019 +0000
Commit: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Sun Jul 28 11:25:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=c4bc6d8f
update zoom-bin
Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>
net-im/zoom-bin/Manifest | 1 +
net-im/zoom-bin/zoom-bin-2.9.265650.0716.ebuild | 53 +++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/net-im/zoom-bin/Manifest b/net-im/zoom-bin/Manifest
index 70d311e..e34c59d 100644
--- a/net-im/zoom-bin/Manifest
+++ b/net-im/zoom-bin/Manifest
@@ -2,4 +2,5 @@ DIST zoom_x86_64.pkg.tar.xz 66915256 BLAKE2B b38078ce5f2b29b99dc3d9687df4755675d
EBUILD zoom-bin-2.0.115900.1201.ebuild 1015 BLAKE2B 9f7ee85346bddf691f96f60b1764835cd1afe4901b2da7864eeeb9731801bd6722a2e160c419289da5c183df5c6a770c63536a173b07314e90d72614cf36d9d6 SHA512 6a4847e0e2defb7a9313d5a384fc1a024a7ec6cb86a18e2d657db6efc062947094cecaefcbd5a9e3ef63f10483466bc26e227129c78e408536806cfa828af639
EBUILD zoom-bin-2.1.103753.0521.ebuild 1015 BLAKE2B 9f7ee85346bddf691f96f60b1764835cd1afe4901b2da7864eeeb9731801bd6722a2e160c419289da5c183df5c6a770c63536a173b07314e90d72614cf36d9d6 SHA512 6a4847e0e2defb7a9313d5a384fc1a024a7ec6cb86a18e2d657db6efc062947094cecaefcbd5a9e3ef63f10483466bc26e227129c78e408536806cfa828af639
EBUILD zoom-bin-2.7.162522.0121.ebuild 1015 BLAKE2B 9f7ee85346bddf691f96f60b1764835cd1afe4901b2da7864eeeb9731801bd6722a2e160c419289da5c183df5c6a770c63536a173b07314e90d72614cf36d9d6 SHA512 6a4847e0e2defb7a9313d5a384fc1a024a7ec6cb86a18e2d657db6efc062947094cecaefcbd5a9e3ef63f10483466bc26e227129c78e408536806cfa828af639
+EBUILD zoom-bin-2.9.265650.0716.ebuild 1015 BLAKE2B 9f7ee85346bddf691f96f60b1764835cd1afe4901b2da7864eeeb9731801bd6722a2e160c419289da5c183df5c6a770c63536a173b07314e90d72614cf36d9d6 SHA512 6a4847e0e2defb7a9313d5a384fc1a024a7ec6cb86a18e2d657db6efc062947094cecaefcbd5a9e3ef63f10483466bc26e227129c78e408536806cfa828af639
MISC metadata.xml 370 BLAKE2B 8c8cd04bdbd1a55845d8d9f7ed2ff4784ae7af72953e7fc1475d9535847f49e8ca2138ab9c42788488d99807bf4d105f57d64cedcc390d3ca32ee8c68039f2e5 SHA512 efabebcdaa1017354107e694ec7b5d37c3df069c04b06f854b29bee59f19f925e0a602f6564f106014f8cd4fed2e35d78633ee933162ffc19db918ef67bac7a7
diff --git a/net-im/zoom-bin/zoom-bin-2.9.265650.0716.ebuild b/net-im/zoom-bin/zoom-bin-2.9.265650.0716.ebuild
new file mode 100644
index 0000000..90257b1
--- /dev/null
+++ b/net-im/zoom-bin/zoom-bin-2.9.265650.0716.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2017 Yurij Mikhalevich <yurij@mikhalevi.ch>
+# Distributed under the terms of the MIT License
+
+EAPI=6
+
+inherit unpacker
+
+MY_PN=zoom
+
+DESCRIPTION="Video conferencing and web conferencing service"
+BASE_SERVER_URI="https://zoom.us"
+HOMEPAGE="${BASE_SERVER_URI}"
+#SRC_URI="${BASE_SERVER_URI}/client/${PV}/${MY_PN}_amd64.deb"
+SRC_URI="${BASE_SERVER_URI}/client/${PV}/${MY_PN}_x86_64.pkg.tar.xz"
+
+LICENSE="ZOOM"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="mirror"
+
+IUSE="pulseaudio gstreamer"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ pulseaudio? ( media-sound/pulseaudio )
+ gstreamer? ( media-libs/gst-plugins-base )
+ dev-db/sqlite
+ dev-db/unixODBC
+ dev-libs/glib
+ dev-libs/nss
+ dev-libs/libxslt
+ dev-qt/qtmultimedia
+ media-libs/fontconfig
+ media-libs/gstreamer:0.10
+ media-libs/gst-plugins-base:0.10
+ media-libs/mesa
+ x11-libs/libxcb
+ x11-libs/libXcomposite
+ x11-libs/libXi
+ x11-libs/libXrender
+ dev-qt/qtwebengine
+ dev-qt/qtsvg"
+
+S=${WORKDIR}
+
+#src_unpack() {
+# unpack_deb ${A}
+#}
+
+src_install() {
+ cp -Rp "${S}/"* "${D}"
+}
next reply other threads:[~2019-07-28 11:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-28 11:25 Samuel Bernardo [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-03 1:09 [gentoo-commits] repo/user/ssnb:master commit in: net-im/zoom-bin/ Samuel Bernardo
2020-04-09 21:34 Samuel Bernardo
2020-04-06 23:33 Samuel Bernardo
2020-01-12 21:40 Samuel Bernardo
2019-03-09 22:53 Samuel Bernardo
2019-01-16 22:41 Samuel Bernardo
2018-02-15 0:26 Samuel Bernardo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1564313134.c4bc6d8f3915ea04021a05d60971d1511c7929c8.samuelbernardo@gentoo \
--to=samuelbernardo.mail@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox