public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, net-im/rocketchat-desktop-bin/
@ 2021-08-26 13:41 Andrew Ammerlaan
  0 siblings, 0 replies; only message in thread
From: Andrew Ammerlaan @ 2021-08-26 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     b777c0548d1bc9b3a2bd39af8863db269012a4dd
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 13:39:06 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 13:40:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b777c054

net-im/rocketchat-desktop-bin: cleanup old

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 net-im/rocketchat-desktop-bin/Manifest             |  2 -
 .../rocketchat-desktop-bin-3.2.3.ebuild            | 53 ----------------------
 .../rocketchat-desktop-bin-3.3.0.ebuild            | 53 ----------------------
 profiles/package.mask                              |  7 ---
 4 files changed, 115 deletions(-)

diff --git a/net-im/rocketchat-desktop-bin/Manifest b/net-im/rocketchat-desktop-bin/Manifest
index 0e1f5cd037d..b135d5b0a3d 100644
--- a/net-im/rocketchat-desktop-bin/Manifest
+++ b/net-im/rocketchat-desktop-bin/Manifest
@@ -1,3 +1 @@
-DIST rocketchat-3.2.3.x86_64.rpm 55375960 BLAKE2B e72e0f29662bc9667c782866c42d334239fbe39b20a7ca232aeafe5f16244248ee940f301b0a0f4d2101150746e48d0ff47bdf55d99371a06226937876dd9765 SHA512 ced1fce3b7f12ceda10a1879612065a0e65dc6ccc4cb3a3a282cae578267a03468ea85820a6a765af3d1d72dbde9a04a0d5199a150ce257dd4d44151e4d6ca06
-DIST rocketchat-3.3.0.x86_64.rpm 56322356 BLAKE2B 9d1caaceb16fa68fdfb11d41dae4a7d464e7bb9f92fa3f734f273447228faee53e958e0e87934e9cc5c4b1a133e18ebe610dcf429b780993a20e9a44251d7480 SHA512 e3bda69d0395823a40c56909ef4ae6faee1dcc733eee20ef3067cd7bf57066056505efa2a3817d2640ea7bee0cc0920cdf187dddd53320c224cbe2c3efc21088
 DIST rocketchat-3.4.0.x86_64.rpm 58636916 BLAKE2B d78af6b205ec58938a8e12767fb8e1ca8e6ad2ed2b44c2be6257384ee330bbb0175b16be27c2bcde08a26d3b3cc339f3713c69bede99e4c55f71b30c37b56176 SHA512 6bbb3cbbbe49270428fae18a9c2028f50f45bc83192a4c8d322ae8a8e04d17454c1cf529984f74a670243949a20efd82c56525c6ae4aa9c9f718d78165a08519

diff --git a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.2.3.ebuild b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.2.3.ebuild
deleted file mode 100644
index 0c6ba72c368..00000000000
--- a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.2.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/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
-	cp -a "${S}"/* "${ED}" || die
-}

diff --git a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.3.0.ebuild b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.3.0.ebuild
deleted file mode 100644
index 0c6ba72c368..00000000000
--- a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.3.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/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
-	cp -a "${S}"/* "${ED}" || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 83298c10239..521b7099519 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -285,13 +285,6 @@ dev-java/jgoodies-forms
 # breaks if not all at least many revdeps. #805011 for tracker bug.
 >=net-libs/mbedtls-3.0.0
 
-# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2021-07-12)
-# Version 3.3.0 suffers from ridiculously high CPU usage, this version has
-# therefore been retracted upstream.
-# https://github.com/RocketChat/Rocket.Chat.Electron/issues/2068
-# https://github.com/RocketChat/Rocket.Chat.Electron/issues/2070
-=net-im/rocketchat-desktop-bin-3.3.0
-
 # Craig Andrews <candrews@gentoo.org> (2021-07-10)
 # Masked until November, 2021
 # This release adds enforcement of the Taproot protocol change to the Bitcoin


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-26 13:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-26 13:41 [gentoo-commits] repo/gentoo:master commit in: profiles/, net-im/rocketchat-desktop-bin/ Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox