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, 08 Sep 2021 06:54:33
Message-Id: 1631084066.6c5e45ae6587e718eb6d0fc3abd14d7f5eb591c8.andrewammerlaan@gentoo
1 commit: 6c5e45ae6587e718eb6d0fc3abd14d7f5eb591c8
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 8 06:54:09 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 06:54:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5e45ae
7
8 net-im/rocketchat-desktop-bin: drop version 3.5.0
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 net-im/rocketchat-desktop-bin/Manifest | 1 -
14 .../rocketchat-desktop-bin-3.5.0.ebuild | 54 ----------------------
15 2 files changed, 55 deletions(-)
16
17 diff --git a/net-im/rocketchat-desktop-bin/Manifest b/net-im/rocketchat-desktop-bin/Manifest
18 index 06b9ee805e1..9c32162110b 100644
19 --- a/net-im/rocketchat-desktop-bin/Manifest
20 +++ b/net-im/rocketchat-desktop-bin/Manifest
21 @@ -1,2 +1 @@
22 -DIST rocketchat-3.5.0.x86_64.rpm 58607404 BLAKE2B 6ec72bf04e94dbfb42e9a573c010443052fc8b8d1248856bc4889bb00c1bffe2a1e27b7ec10826f48e5f2e7c73915f4b469333e933adc41e505460b7149d4305 SHA512 677a4bc50a64a6a7f961ed609acdf03f28230b8c7df028083f073e2a8e61897416dbc4cc396410bc9a243e532cc9c46a1b8533c129f729de44953892d9ebdf01
23 DIST rocketchat-3.5.1.x86_64.rpm 58589732 BLAKE2B 692fb8b413d2fbd26443916381fdb1a547b153b3c037ee10de8555b8f0f1d0d41c4ea59e8d3cbe8729e2808a22a71360c5c55e06bf44311c51a6a251f29ce772 SHA512 cc26b4c918447164693e3db00f9c0ce53dd5f0673d5fba06a52479661f10b0fd3c1e8d0f0930d98c9371a15804315f0a4dedd3c917cd5c80bcccf7eb13ac1797
24
25 diff --git a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.5.0.ebuild b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.5.0.ebuild
26 deleted file mode 100644
27 index 46fc3d26d95..00000000000
28 --- a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.5.0.ebuild
29 +++ /dev/null
30 @@ -1,54 +0,0 @@
31 -# Copyright 2019-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -inherit rpm xdg
37 -
38 -DESCRIPTION="The Ultimate Open Source Web Chat Platform"
39 -HOMEPAGE="https://rocket.chat"
40 -SRC_URI="https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/${PV}/rocketchat-${PV}.x86_64.rpm"
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 - x11-libs/cairo
57 - x11-libs/gdk-pixbuf:2
58 - x11-libs/gtk+:3
59 - x11-libs/libnotify
60 - x11-libs/libxcb
61 - x11-libs/libX11
62 - x11-libs/libXcomposite
63 - x11-libs/libXcursor
64 - x11-libs/libXdamage
65 - x11-libs/libXext
66 - x11-libs/libXfixes
67 - x11-libs/libXi
68 - x11-libs/libxkbcommon
69 - x11-libs/libXrandr
70 - x11-libs/libXrender
71 - x11-libs/libXtst
72 - x11-libs/libXScrnSaver
73 - x11-libs/pango
74 -"
75 -
76 -QA_PREBUILT="/opt/Rocket.Chat/*"
77 -
78 -S="${WORKDIR}"
79 -
80 -src_install() {
81 - # remove files useless for Gentoo
82 - rm -r usr/lib || die
83 - mv "${S}"/* "${ED}" || die
84 -}