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: Thu, 17 Jun 2021 06:37:01
Message-Id: 1623911813.6b9b1803ecfd7ed6c83ea254c02172232679f8d3.andrewammerlaan@gentoo
1 commit: 6b9b1803ecfd7ed6c83ea254c02172232679f8d3
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 17 06:36:17 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 06:36:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b9b1803
7
8 net-im/rocketchat-desktop-bin: clean up 3.2.2
9
10 Package-Manager: Portage-3.0.20, 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.2.2.ebuild | 53 ----------------------
15 2 files changed, 54 deletions(-)
16
17 diff --git a/net-im/rocketchat-desktop-bin/Manifest b/net-im/rocketchat-desktop-bin/Manifest
18 index 5508f637828..3bb9c873580 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.2.2.x86_64.rpm 55347028 BLAKE2B 77fb7f5461b28ae4cf896742b4a65bd19a877aa69984f1040e509b2dfdacdceb4db83d9f6af58e2ef357e5884a927a05d707b0af502cf83c9aeb238a1cec8fad SHA512 5f48168529804d6fc849dac21f3ca0f94b6d8cb5d3ef0086a8f1631c0a66b69741ff5e642e64b08a3df2dd7e3a6d36f97dca5157a43c3a716238f293dcadad7e
23 DIST rocketchat-3.3.0.x86_64.rpm 56322356 BLAKE2B 9d1caaceb16fa68fdfb11d41dae4a7d464e7bb9f92fa3f734f273447228faee53e958e0e87934e9cc5c4b1a133e18ebe610dcf429b780993a20e9a44251d7480 SHA512 e3bda69d0395823a40c56909ef4ae6faee1dcc733eee20ef3067cd7bf57066056505efa2a3817d2640ea7bee0cc0920cdf187dddd53320c224cbe2c3efc21088
24
25 diff --git a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.2.2.ebuild b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.2.2.ebuild
26 deleted file mode 100644
27 index 0c6ba72c368..00000000000
28 --- a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.2.2.ebuild
29 +++ /dev/null
30 @@ -1,53 +0,0 @@
31 -# Copyright 2019-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
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/libXrandr
69 - x11-libs/libXrender
70 - x11-libs/libXtst
71 - x11-libs/libXScrnSaver
72 - x11-libs/pango
73 -"
74 -
75 -QA_PREBUILT="/opt/Rocket.Chat/*"
76 -
77 -S="${WORKDIR}"
78 -
79 -src_install() {
80 - # remove files useless for Gentoo
81 - rm -r usr/lib || die
82 - cp -a "${S}"/* "${ED}" || die
83 -}