From 16c0969fe3e157fc5af3cb343f239e8efd871abd Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 23 Jun 2021 00:53:51 +0100 Subject: net-im/webex: add libxcrypt[compat] dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Needed for upcoming libcrypt migration. This is a binary package so we can't rebuild it, obviously. Reported-by: Andreas K. Hüttel Signed-off-by: Sam James --- net-im/webex/webex-41.5.0.18815.1-r1.ebuild | 67 +++++++++++++++++++++++++++++ net-im/webex/webex-41.5.0.18815.1.ebuild | 63 --------------------------- net-im/webex/webex-41.5.0.18911.1-r1.ebuild | 67 +++++++++++++++++++++++++++++ net-im/webex/webex-41.5.0.18911.1.ebuild | 63 --------------------------- 4 files changed, 134 insertions(+), 126 deletions(-) create mode 100644 net-im/webex/webex-41.5.0.18815.1-r1.ebuild delete mode 100644 net-im/webex/webex-41.5.0.18815.1.ebuild create mode 100644 net-im/webex/webex-41.5.0.18911.1-r1.ebuild delete mode 100644 net-im/webex/webex-41.5.0.18911.1.ebuild diff --git a/net-im/webex/webex-41.5.0.18815.1-r1.ebuild b/net-im/webex/webex-41.5.0.18815.1-r1.ebuild new file mode 100644 index 000000000000..f44b90dd6a97 --- /dev/null +++ b/net-im/webex/webex-41.5.0.18815.1-r1.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" +} diff --git a/net-im/webex/webex-41.5.0.18815.1.ebuild b/net-im/webex/webex-41.5.0.18815.1.ebuild deleted file mode 100644 index 81b65db210d8..000000000000 --- a/net-im/webex/webex-41.5.0.18815.1.ebuild +++ /dev/null @@ -1,63 +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 -" - -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-r1.ebuild b/net-im/webex/webex-41.5.0.18911.1-r1.ebuild new file mode 100644 index 000000000000..d8d971985c44 --- /dev/null +++ b/net-im/webex/webex-41.5.0.18911.1-r1.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" +} diff --git a/net-im/webex/webex-41.5.0.18911.1.ebuild b/net-im/webex/webex-41.5.0.18911.1.ebuild deleted file mode 100644 index 81b65db210d8..000000000000 --- a/net-im/webex/webex-41.5.0.18911.1.ebuild +++ /dev/null @@ -1,63 +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 -" - -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" -} -- cgit v1.2.3-65-gdbad