Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/rocketchat-desktop-bin/
Date: Wed, 30 Mar 2022 19:04:12
Message-Id: 1648667031.e3bf74d914d3fdda8b62839e635326acc6af5efa.andrewammerlaan@gentoo
1 commit: e3bf74d914d3fdda8b62839e635326acc6af5efa
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 19:02:48 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 19:03:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3bf74d9
7
8 net-im/rocketchat-desktop-bin: drop 3.8.0
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 net-im/rocketchat-desktop-bin/Manifest | 1 -
13 .../rocketchat-desktop-bin-3.8.0.ebuild | 54 ----------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/net-im/rocketchat-desktop-bin/Manifest b/net-im/rocketchat-desktop-bin/Manifest
17 index f801d3c8b587..a13f252ddf55 100644
18 --- a/net-im/rocketchat-desktop-bin/Manifest
19 +++ b/net-im/rocketchat-desktop-bin/Manifest
20 @@ -1,2 +1 @@
21 -DIST rocketchat-3.8.0.x86_64.rpm 62219204 BLAKE2B 60c6a1d46138007da82214347790d5fce2cd8e8616ec0fa1d1344f064ab58281843c6692830f8a860cfb6e4ab4f41a5b2ad3bcde928c133e694b2c4fe365d885 SHA512 68b0a1c455b7d3c68bafcf2007470d89301a17b922b61cc3d1b38485235120aeacc449157f76b1629971c4329fb12244d23fb6a0b22a77082da6e37a24b6141e
22 DIST rocketchat-3.8.1-linux-x86_64.rpm 62200440 BLAKE2B 7b4957810abf2868ddc071c5c0879803803a6156c07b8b19b1f6f60235535fb881976db056d18ee046842cc4dc8c373a75e8f2d48d35a67a74b2193b27a87f22 SHA512 77f6ddc44b85e38aaefcd3662d70ada411c6380aa8e9d7c6d25f3ad1dfccc17f9544d7fdcc713e3c3c933a681cd22f7a73fda8eba4080ae2490a74251d3f0969
23
24 diff --git a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.0.ebuild b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.0.ebuild
25 deleted file mode 100644
26 index 194a95979a80..000000000000
27 --- a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.0.ebuild
28 +++ /dev/null
29 @@ -1,54 +0,0 @@
30 -# Copyright 2019-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit rpm xdg
36 -
37 -DESCRIPTION="The Ultimate Open Source Web Chat Platform"
38 -HOMEPAGE="https://rocket.chat"
39 -SRC_URI="https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${PV}/rocketchat-${PV}.x86_64.rpm"
40 -S="${WORKDIR}"
41 -
42 -KEYWORDS="-* ~amd64"
43 -LICENSE="MIT"
44 -SLOT="0"
45 -
46 -RDEPEND="
47 - app-accessibility/at-spi2-atk:2
48 - dev-libs/atk
49 - dev-libs/expat
50 - dev-libs/libappindicator
51 - dev-libs/nspr
52 - dev-libs/nss
53 - media-fonts/noto-emoji
54 - media-libs/alsa-lib
55 - net-print/cups
56 - sys-libs/glibc
57 - x11-libs/cairo
58 - x11-libs/gdk-pixbuf:2
59 - x11-libs/gtk+:3
60 - x11-libs/libnotify
61 - x11-libs/libxcb
62 - x11-libs/libX11
63 - x11-libs/libXcomposite
64 - x11-libs/libXcursor
65 - x11-libs/libXdamage
66 - x11-libs/libXext
67 - x11-libs/libXfixes
68 - x11-libs/libXi
69 - x11-libs/libxkbcommon
70 - x11-libs/libXrandr
71 - x11-libs/libXrender
72 - x11-libs/libXtst
73 - x11-libs/libXScrnSaver
74 - x11-libs/pango
75 -"
76 -
77 -QA_PREBUILT="opt/Rocket.Chat/*"
78 -
79 -src_install() {
80 - # remove files useless for Gentoo
81 - rm -r usr/lib || die
82 - mv "${S}"/* "${ED}" || die
83 -}