diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-23 13:55:39 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-23 14:11:21 +0100 |
commit | 660e707b4e575a38514fdff059b02f5dba245e30 (patch) | |
tree | 91e8b8609116e4924436e7cc1de91eb422561729 /net-im/rocketchat-desktop-bin | |
parent | net-im/rocketchat-desktop-bin: add version 3.7.1 (diff) | |
download | gentoo-660e707b4e575a38514fdff059b02f5dba245e30.tar.gz gentoo-660e707b4e575a38514fdff059b02f5dba245e30.tar.bz2 gentoo-660e707b4e575a38514fdff059b02f5dba245e30.zip |
net-im/rocketchat-desktop-bin: drop version 3.7.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'net-im/rocketchat-desktop-bin')
-rw-r--r-- | net-im/rocketchat-desktop-bin/Manifest | 1 | ||||
-rw-r--r-- | net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.0.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 006223ed9685..21f0f9df253d 100644 --- a/net-im/rocketchat-desktop-bin/Manifest +++ b/net-im/rocketchat-desktop-bin/Manifest @@ -1,2 +1 @@ -DIST rocketchat-3.7.0.x86_64.rpm 72048484 BLAKE2B c7f2d81df1cde64caf0699ac706891bd3d5bb38a976354abb344a6ea65f465fb32ceeb08c445621f5a65eda1b886b836520095ee295f7c1c6dd32ab498ea77ff SHA512 c4574520bdb60666eefde5899e304b65dc7cc9eb2cce7221d84cef6e3d003ecee0630c2175357591b5545d682be16c7bade490f37df86f80db1948c30a50e52c DIST rocketchat-3.7.1.x86_64.rpm 72045700 BLAKE2B 352f7921a5cd409410dcd6744e29f70851fbb884b2f1a328288e9b787b2edacf671b0bd45052f6973541615b0e9dc942d3bce55f6e850d154708192a078c9a93 SHA512 e55aa242ce9b017d7a2c435dd5db4751a22f2fd3b56b64f6ea57c5c9c15e2f5f849b32d1f024243923a5dc49364ed0c7db0fd10f2fda9fdd992b5078c258d4b3 diff --git a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.0.ebuild b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.0.ebuild deleted file mode 100644 index 46fc3d26d958..000000000000 --- a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.0.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 -} |