* [gentoo-commits] repo/gentoo:master commit in: net-im/webex/
@ 2021-05-22 18:28 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-05-22 18:28 UTC (permalink / raw
To: gentoo-commits
commit: 3b5eede54b73d3b24386be8d28af7a6dd81ef2a4
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 18:28:23 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 22 18:28:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b5eede5
net-im/webex: New package
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
net-im/webex/Manifest | 1 +
net-im/webex/metadata.xml | 8 ++++
net-im/webex/webex-41.5.0.18815.1.ebuild | 63 ++++++++++++++++++++++++++++++++
3 files changed, 72 insertions(+)
diff --git a/net-im/webex/Manifest b/net-im/webex/Manifest
new file mode 100644
index 00000000000..ce04bbdb765
--- /dev/null
+++ b/net-im/webex/Manifest
@@ -0,0 +1 @@
+DIST webex-41.5.0.18815.1.rpm 207061576 BLAKE2B e1c4cf2cd966c0bfa36f20e595769e4b39a3a814f351e6b0fe19755fbb96a2192733f052b8e926b83d20d16cfe4cf9f2ce751a8e2c82a9e5d0470d9c185b6db1 SHA512 88beb2b3e8ec116cbb72733c5835da7d33e6a00cdfbb07b05e6e5fbfe17cfc553c4ed61721eca2d53e55b623833bfe89d5ea8b16df966f28f49118e3dcbbb79c
diff --git a/net-im/webex/metadata.xml b/net-im/webex/metadata.xml
new file mode 100644
index 00000000000..765a8e365b5
--- /dev/null
+++ b/net-im/webex/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dilfridge@gentoo.org</email>
+ <name>Andreas K. Huettel</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/net-im/webex/webex-41.5.0.18815.1.ebuild b/net-im/webex/webex-41.5.0.18815.1.ebuild
new file mode 100644
index 00000000000..81b65db210d
--- /dev/null
+++ b/net-im/webex/webex-41.5.0.18815.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg rpm
+
+DESCRIPTION="Cisco video conferencing and online meeting software"
+HOMEPAGE="https://www.webex.com/"
+SRC_URI="https://binaries.webex.com/WebexDesktop-CentOS-Official-Package/Webex.rpm -> ${P}.rpm"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+RESTRICT="bindist mirror strip"
+
+DEPEND=""
+
+# systemd-libs => virtual/libudev
+RDEPEND="
+ media-libs/alsa-lib
+ app-accessibility/at-spi2-atk
+ dev-libs/atk
+ x11-libs/libXScrnSaver
+ x11-libs/libXcomposite
+ x11-libs/libXcursor
+ x11-libs/libXrandr
+ x11-libs/libnotify
+ app-crypt/libsecret
+ dev-libs/wayland
+ x11-libs/libxkbcommon
+ sys-apps/lshw
+ media-libs/libglvnd
+ media-libs/mesa
+ dev-libs/nss
+ x11-libs/pango
+ media-sound/pulseaudio
+ virtual/libudev
+ sys-power/upower
+ x11-libs/xcb-util-image
+ x11-libs/xcb-util-keysyms
+ x11-libs/xcb-util-renderutil
+ x11-libs/xcb-util-wm
+"
+
+S=${WORKDIR}
+
+QA_PREBUILT="*"
+
+src_install() {
+ mv opt "${D}/" || die
+
+ # dodir /usr/lib/debug
+ # mv usr/lib/.build-id "${D}/usr/lib/debug/" || die
+
+ sed -e 's:Utility;Application;:Network;InstantMessaging;:g' -i "${D}/opt/Webex/bin/webex.desktop"
+ sed -e '/^Version=.*$/d' -i "${D}/opt/Webex/bin/webex.desktop"
+
+ domenu "${D}/opt/Webex/bin/webex.desktop"
+ doicon "${D}/opt/Webex/bin/sparklogosmall.png"
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/webex/
@ 2021-05-27 17:00 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-05-27 17:00 UTC (permalink / raw
To: gentoo-commits
commit: 44ac039b10c49379f269bc91e8dceb0ac9e0c5b1
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 17:00:19 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu May 27 17:00:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ac039b
net-im/webex: Version bump
Closes: https://bugs.gentoo.org/792522
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
net-im/webex/Manifest | 1 +
net-im/webex/webex-41.5.0.18911.1.ebuild | 63 ++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/net-im/webex/Manifest b/net-im/webex/Manifest
index ce04bbdb765..a1fbac490a8 100644
--- a/net-im/webex/Manifest
+++ b/net-im/webex/Manifest
@@ -1 +1,2 @@
DIST webex-41.5.0.18815.1.rpm 207061576 BLAKE2B e1c4cf2cd966c0bfa36f20e595769e4b39a3a814f351e6b0fe19755fbb96a2192733f052b8e926b83d20d16cfe4cf9f2ce751a8e2c82a9e5d0470d9c185b6db1 SHA512 88beb2b3e8ec116cbb72733c5835da7d33e6a00cdfbb07b05e6e5fbfe17cfc553c4ed61721eca2d53e55b623833bfe89d5ea8b16df966f28f49118e3dcbbb79c
+DIST webex-41.5.0.18911.1.rpm 207073948 BLAKE2B d65da3e5bf058a7bcd44ca59dd1724990db5288dea328c445212608baa1d0b9eccac3dd89fc440b4e04b6401e1e0ee6cd8ff21c51f609d4cd953c4bb75ec9102 SHA512 a32d2d3581aea65f91f876dc9dfe6390514ebca8fde19f667a5a4f670d3b6431d80f579dcbf0fec8399e007a854141d02e018864085ca6b1173cde6a0f92b44d
diff --git a/net-im/webex/webex-41.5.0.18911.1.ebuild b/net-im/webex/webex-41.5.0.18911.1.ebuild
new file mode 100644
index 00000000000..81b65db210d
--- /dev/null
+++ b/net-im/webex/webex-41.5.0.18911.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg rpm
+
+DESCRIPTION="Cisco video conferencing and online meeting software"
+HOMEPAGE="https://www.webex.com/"
+SRC_URI="https://binaries.webex.com/WebexDesktop-CentOS-Official-Package/Webex.rpm -> ${P}.rpm"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+RESTRICT="bindist mirror strip"
+
+DEPEND=""
+
+# systemd-libs => virtual/libudev
+RDEPEND="
+ media-libs/alsa-lib
+ app-accessibility/at-spi2-atk
+ dev-libs/atk
+ x11-libs/libXScrnSaver
+ x11-libs/libXcomposite
+ x11-libs/libXcursor
+ x11-libs/libXrandr
+ x11-libs/libnotify
+ app-crypt/libsecret
+ dev-libs/wayland
+ x11-libs/libxkbcommon
+ sys-apps/lshw
+ media-libs/libglvnd
+ media-libs/mesa
+ dev-libs/nss
+ x11-libs/pango
+ media-sound/pulseaudio
+ virtual/libudev
+ sys-power/upower
+ x11-libs/xcb-util-image
+ x11-libs/xcb-util-keysyms
+ x11-libs/xcb-util-renderutil
+ x11-libs/xcb-util-wm
+"
+
+S=${WORKDIR}
+
+QA_PREBUILT="*"
+
+src_install() {
+ mv opt "${D}/" || die
+
+ # dodir /usr/lib/debug
+ # mv usr/lib/.build-id "${D}/usr/lib/debug/" || die
+
+ sed -e 's:Utility;Application;:Network;InstantMessaging;:g' -i "${D}/opt/Webex/bin/webex.desktop"
+ sed -e '/^Version=.*$/d' -i "${D}/opt/Webex/bin/webex.desktop"
+
+ domenu "${D}/opt/Webex/bin/webex.desktop"
+ doicon "${D}/opt/Webex/bin/sparklogosmall.png"
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/webex/
@ 2021-06-22 23:56 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-06-22 23:56 UTC (permalink / raw
To: gentoo-commits
commit: 16c0969fe3e157fc5af3cb343f239e8efd871abd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 23:53:51 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 23:55:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c0969f
net-im/webex: add libxcrypt[compat] dependency
Needed for upcoming libcrypt migration. This is a binary package
so we can't rebuild it, obviously.
Reported-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{webex-41.5.0.18815.1.ebuild => webex-41.5.0.18815.1-r1.ebuild} | 4 ++++
.../{webex-41.5.0.18911.1.ebuild => webex-41.5.0.18911.1-r1.ebuild} | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/net-im/webex/webex-41.5.0.18815.1.ebuild b/net-im/webex/webex-41.5.0.18815.1-r1.ebuild
similarity index 95%
rename from net-im/webex/webex-41.5.0.18815.1.ebuild
rename to net-im/webex/webex-41.5.0.18815.1-r1.ebuild
index 81b65db210d..f44b90dd6a9 100644
--- a/net-im/webex/webex-41.5.0.18815.1.ebuild
+++ b/net-im/webex/webex-41.5.0.18815.1-r1.ebuild
@@ -43,6 +43,10 @@ RDEPEND="
x11-libs/xcb-util-keysyms
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
+ || (
+ sys-libs/glibc[crypt]
+ sys-libs/libxcrypt[compat]
+ )
"
S=${WORKDIR}
diff --git a/net-im/webex/webex-41.5.0.18911.1.ebuild b/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
similarity index 95%
rename from net-im/webex/webex-41.5.0.18911.1.ebuild
rename to net-im/webex/webex-41.5.0.18911.1-r1.ebuild
index 81b65db210d..d8d971985c4 100644
--- a/net-im/webex/webex-41.5.0.18911.1.ebuild
+++ b/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
@@ -43,6 +43,10 @@ RDEPEND="
x11-libs/xcb-util-keysyms
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
+ || (
+ sys-libs/glibc[crypt]
+ sys-libs/libxcrypt[compat]
+ )
"
S=${WORKDIR}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/webex/
@ 2021-06-23 0:02 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-06-23 0:02 UTC (permalink / raw
To: gentoo-commits
commit: 153ba1f09f01066113a5eb26b2a39aed9dbe189d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 23:58:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 23:58:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153ba1f0
net-im/webex: fix WhitespaceFound
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-im/webex/webex-41.5.0.18911.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/webex/webex-41.5.0.18911.1-r1.ebuild b/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
index d8d971985c4..f44b90dd6a9 100644
--- a/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
+++ b/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
@@ -43,10 +43,10 @@ RDEPEND="
x11-libs/xcb-util-keysyms
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
- || (
+ || (
sys-libs/glibc[crypt]
sys-libs/libxcrypt[compat]
- )
+ )
"
S=${WORKDIR}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/webex/
@ 2021-06-23 0:03 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-06-23 0:03 UTC (permalink / raw
To: gentoo-commits
commit: 67b2356796361b63789d4c5f16fad7b67eec2412
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 00:02:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 00:02:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b23567
net-im/webex: fix MissingUseDepDefault for glibc[crypt]
In the past, libcrypt was alawys available in glibc.
Fixes: 16c0969fe3e157fc5af3cb343f239e8efd871abd
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{webex-41.5.0.18815.1-r1.ebuild => webex-41.5.0.18815.1-r2.ebuild} | 2 +-
.../{webex-41.5.0.18911.1-r1.ebuild => webex-41.5.0.18911.1-r2.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/webex/webex-41.5.0.18815.1-r1.ebuild b/net-im/webex/webex-41.5.0.18815.1-r2.ebuild
similarity index 98%
rename from net-im/webex/webex-41.5.0.18815.1-r1.ebuild
rename to net-im/webex/webex-41.5.0.18815.1-r2.ebuild
index f44b90dd6a9..7e2ebf18645 100644
--- a/net-im/webex/webex-41.5.0.18815.1-r1.ebuild
+++ b/net-im/webex/webex-41.5.0.18815.1-r2.ebuild
@@ -44,7 +44,7 @@ RDEPEND="
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
|| (
- sys-libs/glibc[crypt]
+ sys-libs/glibc[crypt(+)]
sys-libs/libxcrypt[compat]
)
"
diff --git a/net-im/webex/webex-41.5.0.18911.1-r1.ebuild b/net-im/webex/webex-41.5.0.18911.1-r2.ebuild
similarity index 98%
rename from net-im/webex/webex-41.5.0.18911.1-r1.ebuild
rename to net-im/webex/webex-41.5.0.18911.1-r2.ebuild
index f44b90dd6a9..7e2ebf18645 100644
--- a/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
+++ b/net-im/webex/webex-41.5.0.18911.1-r2.ebuild
@@ -44,7 +44,7 @@ RDEPEND="
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
|| (
- sys-libs/glibc[crypt]
+ sys-libs/glibc[crypt(+)]
sys-libs/libxcrypt[compat]
)
"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/webex/
@ 2021-06-24 22:20 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-06-24 22:20 UTC (permalink / raw
To: gentoo-commits
commit: 6feb14f75a9f3ab7d596c8bbba3bf755db53b46e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 24 22:20:29 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 24 22:20:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6feb14f7
net-im/webex: Version bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
net-im/webex/Manifest | 1 +
net-im/webex/webex-41.6.1.19162.1.ebuild | 67 ++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
diff --git a/net-im/webex/Manifest b/net-im/webex/Manifest
index a1fbac490a8..721ae669e85 100644
--- a/net-im/webex/Manifest
+++ b/net-im/webex/Manifest
@@ -1,2 +1,3 @@
DIST webex-41.5.0.18815.1.rpm 207061576 BLAKE2B e1c4cf2cd966c0bfa36f20e595769e4b39a3a814f351e6b0fe19755fbb96a2192733f052b8e926b83d20d16cfe4cf9f2ce751a8e2c82a9e5d0470d9c185b6db1 SHA512 88beb2b3e8ec116cbb72733c5835da7d33e6a00cdfbb07b05e6e5fbfe17cfc553c4ed61721eca2d53e55b623833bfe89d5ea8b16df966f28f49118e3dcbbb79c
DIST webex-41.5.0.18911.1.rpm 207073948 BLAKE2B d65da3e5bf058a7bcd44ca59dd1724990db5288dea328c445212608baa1d0b9eccac3dd89fc440b4e04b6401e1e0ee6cd8ff21c51f609d4cd953c4bb75ec9102 SHA512 a32d2d3581aea65f91f876dc9dfe6390514ebca8fde19f667a5a4f670d3b6431d80f579dcbf0fec8399e007a854141d02e018864085ca6b1173cde6a0f92b44d
+DIST webex-41.6.1.19162.1.rpm 210334860 BLAKE2B a5b9a3fb1254527ccceb75852b21f46baff7ce6dfe942b4270feda1d9e15a0348433c87e44ec52655f8c824e35fc037b8e824dfa48529a8bf4d746c556b9440d SHA512 766f712af49942db5f86ab1cc9d9c10d43ea775de05be092205025e8f2a0b661b0463223f0ffb810f40d937e13ffb1cda6d755e3e595ce5e2678656c78da3c88
diff --git a/net-im/webex/webex-41.6.1.19162.1.ebuild b/net-im/webex/webex-41.6.1.19162.1.ebuild
new file mode 100644
index 00000000000..7e2ebf18645
--- /dev/null
+++ b/net-im/webex/webex-41.6.1.19162.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg rpm
+
+DESCRIPTION="Cisco video conferencing and online meeting software"
+HOMEPAGE="https://www.webex.com/"
+SRC_URI="https://binaries.webex.com/WebexDesktop-CentOS-Official-Package/Webex.rpm -> ${P}.rpm"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+RESTRICT="bindist mirror strip"
+
+DEPEND=""
+
+# systemd-libs => virtual/libudev
+RDEPEND="
+ media-libs/alsa-lib
+ app-accessibility/at-spi2-atk
+ dev-libs/atk
+ x11-libs/libXScrnSaver
+ x11-libs/libXcomposite
+ x11-libs/libXcursor
+ x11-libs/libXrandr
+ x11-libs/libnotify
+ app-crypt/libsecret
+ dev-libs/wayland
+ x11-libs/libxkbcommon
+ sys-apps/lshw
+ media-libs/libglvnd
+ media-libs/mesa
+ dev-libs/nss
+ x11-libs/pango
+ media-sound/pulseaudio
+ virtual/libudev
+ sys-power/upower
+ x11-libs/xcb-util-image
+ x11-libs/xcb-util-keysyms
+ x11-libs/xcb-util-renderutil
+ x11-libs/xcb-util-wm
+ || (
+ sys-libs/glibc[crypt(+)]
+ sys-libs/libxcrypt[compat]
+ )
+"
+
+S=${WORKDIR}
+
+QA_PREBUILT="*"
+
+src_install() {
+ mv opt "${D}/" || die
+
+ # dodir /usr/lib/debug
+ # mv usr/lib/.build-id "${D}/usr/lib/debug/" || die
+
+ sed -e 's:Utility;Application;:Network;InstantMessaging;:g' -i "${D}/opt/Webex/bin/webex.desktop"
+ sed -e '/^Version=.*$/d' -i "${D}/opt/Webex/bin/webex.desktop"
+
+ domenu "${D}/opt/Webex/bin/webex.desktop"
+ doicon "${D}/opt/Webex/bin/sparklogosmall.png"
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/webex/
@ 2021-10-16 21:25 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-10-16 21:25 UTC (permalink / raw
To: gentoo-commits
commit: ed043b6de3f59e23127c74aecab506bec7e3be34
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 21:21:48 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 21:25:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed043b6d
net-im/webex: drop maintainership
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
net-im/webex/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net-im/webex/metadata.xml b/net-im/webex/metadata.xml
index 812e210e6bd..7c900b19e8e 100644
--- a/net-im/webex/metadata.xml
+++ b/net-im/webex/metadata.xml
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>dilfridge@gentoo.org</email>
- <name>Andreas K. Huettel</name>
- </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/webex/
@ 2021-10-17 20:06 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-10-17 20:06 UTC (permalink / raw
To: gentoo-commits
commit: b6e96370492060f9c6b61c213df73cd94761b7e4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 20:06:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 20:06:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e96370
net-im/webex: explicitly mark as maintainer-needed
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-im/webex/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-im/webex/metadata.xml b/net-im/webex/metadata.xml
index 7c900b19e8e..115e9d64a66 100644
--- a/net-im/webex/metadata.xml
+++ b/net-im/webex/metadata.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <!-- maintainer-needed -->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/webex/
@ 2021-11-13 21:46 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-11-13 21:46 UTC (permalink / raw
To: gentoo-commits
commit: 223d3440efcfaf9236438c2eafebc08e2e7d7c58
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 21:42:37 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 21:42:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223d3440
net-im/webex: remove
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
net-im/webex/Manifest | 3 --
net-im/webex/metadata.xml | 5 ---
net-im/webex/webex-41.5.0.18815.1-r2.ebuild | 67 -----------------------------
net-im/webex/webex-41.5.0.18911.1-r2.ebuild | 67 -----------------------------
net-im/webex/webex-41.6.1.19162.1.ebuild | 67 -----------------------------
5 files changed, 209 deletions(-)
diff --git a/net-im/webex/Manifest b/net-im/webex/Manifest
deleted file mode 100644
index 721ae669e85..00000000000
--- a/net-im/webex/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST webex-41.5.0.18815.1.rpm 207061576 BLAKE2B e1c4cf2cd966c0bfa36f20e595769e4b39a3a814f351e6b0fe19755fbb96a2192733f052b8e926b83d20d16cfe4cf9f2ce751a8e2c82a9e5d0470d9c185b6db1 SHA512 88beb2b3e8ec116cbb72733c5835da7d33e6a00cdfbb07b05e6e5fbfe17cfc553c4ed61721eca2d53e55b623833bfe89d5ea8b16df966f28f49118e3dcbbb79c
-DIST webex-41.5.0.18911.1.rpm 207073948 BLAKE2B d65da3e5bf058a7bcd44ca59dd1724990db5288dea328c445212608baa1d0b9eccac3dd89fc440b4e04b6401e1e0ee6cd8ff21c51f609d4cd953c4bb75ec9102 SHA512 a32d2d3581aea65f91f876dc9dfe6390514ebca8fde19f667a5a4f670d3b6431d80f579dcbf0fec8399e007a854141d02e018864085ca6b1173cde6a0f92b44d
-DIST webex-41.6.1.19162.1.rpm 210334860 BLAKE2B a5b9a3fb1254527ccceb75852b21f46baff7ce6dfe942b4270feda1d9e15a0348433c87e44ec52655f8c824e35fc037b8e824dfa48529a8bf4d746c556b9440d SHA512 766f712af49942db5f86ab1cc9d9c10d43ea775de05be092205025e8f2a0b661b0463223f0ffb810f40d937e13ffb1cda6d755e3e595ce5e2678656c78da3c88
diff --git a/net-im/webex/metadata.xml b/net-im/webex/metadata.xml
deleted file mode 100644
index 115e9d64a66..00000000000
--- a/net-im/webex/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/net-im/webex/webex-41.5.0.18815.1-r2.ebuild b/net-im/webex/webex-41.5.0.18815.1-r2.ebuild
deleted file mode 100644
index 7e2ebf18645..00000000000
--- a/net-im/webex/webex-41.5.0.18815.1-r2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg rpm
-
-DESCRIPTION="Cisco video conferencing and online meeting software"
-HOMEPAGE="https://www.webex.com/"
-SRC_URI="https://binaries.webex.com/WebexDesktop-CentOS-Official-Package/Webex.rpm -> ${P}.rpm"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE=""
-
-RESTRICT="bindist mirror strip"
-
-DEPEND=""
-
-# systemd-libs => virtual/libudev
-RDEPEND="
- media-libs/alsa-lib
- app-accessibility/at-spi2-atk
- dev-libs/atk
- x11-libs/libXScrnSaver
- x11-libs/libXcomposite
- x11-libs/libXcursor
- x11-libs/libXrandr
- x11-libs/libnotify
- app-crypt/libsecret
- dev-libs/wayland
- x11-libs/libxkbcommon
- sys-apps/lshw
- media-libs/libglvnd
- media-libs/mesa
- dev-libs/nss
- x11-libs/pango
- media-sound/pulseaudio
- virtual/libudev
- sys-power/upower
- x11-libs/xcb-util-image
- x11-libs/xcb-util-keysyms
- x11-libs/xcb-util-renderutil
- x11-libs/xcb-util-wm
- || (
- sys-libs/glibc[crypt(+)]
- sys-libs/libxcrypt[compat]
- )
-"
-
-S=${WORKDIR}
-
-QA_PREBUILT="*"
-
-src_install() {
- mv opt "${D}/" || die
-
- # dodir /usr/lib/debug
- # mv usr/lib/.build-id "${D}/usr/lib/debug/" || die
-
- sed -e 's:Utility;Application;:Network;InstantMessaging;:g' -i "${D}/opt/Webex/bin/webex.desktop"
- sed -e '/^Version=.*$/d' -i "${D}/opt/Webex/bin/webex.desktop"
-
- domenu "${D}/opt/Webex/bin/webex.desktop"
- doicon "${D}/opt/Webex/bin/sparklogosmall.png"
-}
diff --git a/net-im/webex/webex-41.5.0.18911.1-r2.ebuild b/net-im/webex/webex-41.5.0.18911.1-r2.ebuild
deleted file mode 100644
index 7e2ebf18645..00000000000
--- a/net-im/webex/webex-41.5.0.18911.1-r2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg rpm
-
-DESCRIPTION="Cisco video conferencing and online meeting software"
-HOMEPAGE="https://www.webex.com/"
-SRC_URI="https://binaries.webex.com/WebexDesktop-CentOS-Official-Package/Webex.rpm -> ${P}.rpm"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE=""
-
-RESTRICT="bindist mirror strip"
-
-DEPEND=""
-
-# systemd-libs => virtual/libudev
-RDEPEND="
- media-libs/alsa-lib
- app-accessibility/at-spi2-atk
- dev-libs/atk
- x11-libs/libXScrnSaver
- x11-libs/libXcomposite
- x11-libs/libXcursor
- x11-libs/libXrandr
- x11-libs/libnotify
- app-crypt/libsecret
- dev-libs/wayland
- x11-libs/libxkbcommon
- sys-apps/lshw
- media-libs/libglvnd
- media-libs/mesa
- dev-libs/nss
- x11-libs/pango
- media-sound/pulseaudio
- virtual/libudev
- sys-power/upower
- x11-libs/xcb-util-image
- x11-libs/xcb-util-keysyms
- x11-libs/xcb-util-renderutil
- x11-libs/xcb-util-wm
- || (
- sys-libs/glibc[crypt(+)]
- sys-libs/libxcrypt[compat]
- )
-"
-
-S=${WORKDIR}
-
-QA_PREBUILT="*"
-
-src_install() {
- mv opt "${D}/" || die
-
- # dodir /usr/lib/debug
- # mv usr/lib/.build-id "${D}/usr/lib/debug/" || die
-
- sed -e 's:Utility;Application;:Network;InstantMessaging;:g' -i "${D}/opt/Webex/bin/webex.desktop"
- sed -e '/^Version=.*$/d' -i "${D}/opt/Webex/bin/webex.desktop"
-
- domenu "${D}/opt/Webex/bin/webex.desktop"
- doicon "${D}/opt/Webex/bin/sparklogosmall.png"
-}
diff --git a/net-im/webex/webex-41.6.1.19162.1.ebuild b/net-im/webex/webex-41.6.1.19162.1.ebuild
deleted file mode 100644
index 7e2ebf18645..00000000000
--- a/net-im/webex/webex-41.6.1.19162.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg rpm
-
-DESCRIPTION="Cisco video conferencing and online meeting software"
-HOMEPAGE="https://www.webex.com/"
-SRC_URI="https://binaries.webex.com/WebexDesktop-CentOS-Official-Package/Webex.rpm -> ${P}.rpm"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE=""
-
-RESTRICT="bindist mirror strip"
-
-DEPEND=""
-
-# systemd-libs => virtual/libudev
-RDEPEND="
- media-libs/alsa-lib
- app-accessibility/at-spi2-atk
- dev-libs/atk
- x11-libs/libXScrnSaver
- x11-libs/libXcomposite
- x11-libs/libXcursor
- x11-libs/libXrandr
- x11-libs/libnotify
- app-crypt/libsecret
- dev-libs/wayland
- x11-libs/libxkbcommon
- sys-apps/lshw
- media-libs/libglvnd
- media-libs/mesa
- dev-libs/nss
- x11-libs/pango
- media-sound/pulseaudio
- virtual/libudev
- sys-power/upower
- x11-libs/xcb-util-image
- x11-libs/xcb-util-keysyms
- x11-libs/xcb-util-renderutil
- x11-libs/xcb-util-wm
- || (
- sys-libs/glibc[crypt(+)]
- sys-libs/libxcrypt[compat]
- )
-"
-
-S=${WORKDIR}
-
-QA_PREBUILT="*"
-
-src_install() {
- mv opt "${D}/" || die
-
- # dodir /usr/lib/debug
- # mv usr/lib/.build-id "${D}/usr/lib/debug/" || die
-
- sed -e 's:Utility;Application;:Network;InstantMessaging;:g' -i "${D}/opt/Webex/bin/webex.desktop"
- sed -e '/^Version=.*$/d' -i "${D}/opt/Webex/bin/webex.desktop"
-
- domenu "${D}/opt/Webex/bin/webex.desktop"
- doicon "${D}/opt/Webex/bin/sparklogosmall.png"
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-11-13 21:46 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-23 0:03 [gentoo-commits] repo/gentoo:master commit in: net-im/webex/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-11-13 21:46 Andreas K. Hüttel
2021-10-17 20:06 Sam James
2021-10-16 21:25 Andreas K. Hüttel
2021-06-24 22:20 Andreas K. Hüttel
2021-06-23 0:02 Sam James
2021-06-22 23:56 Sam James
2021-05-27 17:00 Andreas K. Hüttel
2021-05-22 18:28 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox