diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-30 22:03:53 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-30 22:04:03 +0100 |
commit | 5574f9d9379a8046e5789a806eef5529b97904b2 (patch) | |
tree | a7b265bd4d8a3e65c51efe4c29aafa0bce2fe574 /net-im | |
parent | net-im/rocketchat-desktop-bin: add version 3.7.4 (diff) | |
download | gentoo-5574f9d9379a8046e5789a806eef5529b97904b2.tar.gz gentoo-5574f9d9379a8046e5789a806eef5529b97904b2.tar.bz2 gentoo-5574f9d9379a8046e5789a806eef5529b97904b2.zip |
net-im/rocketchat-desktop-bin: drop version 3.7.3
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/rocketchat-desktop-bin/Manifest | 1 | ||||
-rw-r--r-- | net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.3.ebuild | 54 |
2 files changed, 0 insertions, 55 deletions
diff --git a/net-im/rocketchat-desktop-bin/Manifest b/net-im/rocketchat-desktop-bin/Manifest index 346613b26b52..d07093bcdb73 100644 --- a/net-im/rocketchat-desktop-bin/Manifest +++ b/net-im/rocketchat-desktop-bin/Manifest @@ -1,2 +1 @@ -DIST rocketchat-3.7.3.x86_64.rpm 72060836 BLAKE2B 4d7760c954a9e9f75440bb27a2a3b60dc788a72da2e20a64d3231684ec1f465657448426b26c3e261de6f6a06a60ecb072325e00b334258211ade2ed4532095b SHA512 b88f49a567460f6b6ec6c4dc809a0bdc6dbe14194841e85b4a7136113ccf504b020a36fd489ee0b859bacb0d5555b29ff55cf8cf32b2c11f60f79b37550a4535 DIST rocketchat-3.7.4.x86_64.rpm 72045096 BLAKE2B a802cc5201f74061345bfcb7fa04ede24f945fd8ad1f15a24647f6f987c8f6473af6cfc858d742d54cce58219b0bc6e6f34f7d1c0827daa223166502793d01fb SHA512 817dd1fdaf6aa9d343b6557e613f691c158ae262fdb7b6d7029b64808c693f0b7db325be4815e6dff3b417f67484d14c543f370ca00339d6d4551af6fe5360f1 diff --git a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.3.ebuild b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.3.ebuild deleted file mode 100644 index 46fc3d26d958..000000000000 --- a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit rpm xdg - -DESCRIPTION="The Ultimate Open Source Web Chat Platform" -HOMEPAGE="https://rocket.chat" -SRC_URI="https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${PV}/rocketchat-${PV}.x86_64.rpm" - -KEYWORDS="-* ~amd64" -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - app-accessibility/at-spi2-atk:2 - dev-libs/atk - dev-libs/expat - dev-libs/libappindicator - dev-libs/nspr - dev-libs/nss - media-fonts/noto-emoji - media-libs/alsa-lib - net-print/cups - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - x11-libs/libnotify - x11-libs/libxcb - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libxkbcommon - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libXtst - x11-libs/libXScrnSaver - x11-libs/pango -" - -QA_PREBUILT="/opt/Rocket.Chat/*" - -S="${WORKDIR}" - -src_install() { - # remove files useless for Gentoo - rm -r usr/lib || die - mv "${S}"/* "${ED}" || die -} |