From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C90A0158086 for ; Mon, 27 Dec 2021 19:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 092FC2BC01C; Mon, 27 Dec 2021 19:56:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7C502BC01C for ; Mon, 27 Dec 2021 19:56:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 760E0342E1D for ; Mon, 27 Dec 2021 19:56:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0365233 for ; Mon, 27 Dec 2021 19:56:10 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1640634758.7f203764d3ecaa16ef5fa967569849dc669fc3df.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/rocketchat-desktop-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/rocketchat-desktop-bin/Manifest net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.1.ebuild X-VCS-Directories: net-im/rocketchat-desktop-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7f203764d3ecaa16ef5fa967569849dc669fc3df X-VCS-Branch: master Date: Mon, 27 Dec 2021 19:56:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6bf6038-c2a3-401f-bca5-1ea2a5ace735 X-Archives-Hash: 4017763205d23b3db2079811daafc9ca commit: 7f203764d3ecaa16ef5fa967569849dc669fc3df Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Dec 27 19:52:38 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Dec 27 19:52:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f203764 net-im/rocketchat-desktop-bin: drop version 3.7.1 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> net-im/rocketchat-desktop-bin/Manifest | 1 - .../rocketchat-desktop-bin-3.7.1.ebuild | 54 ---------------------- 2 files changed, 55 deletions(-) diff --git a/net-im/rocketchat-desktop-bin/Manifest b/net-im/rocketchat-desktop-bin/Manifest index e72ebb33fcef..f50de2ac8795 100644 --- a/net-im/rocketchat-desktop-bin/Manifest +++ b/net-im/rocketchat-desktop-bin/Manifest @@ -1,2 +1 @@ -DIST rocketchat-3.7.1.x86_64.rpm 72045700 BLAKE2B 352f7921a5cd409410dcd6744e29f70851fbb884b2f1a328288e9b787b2edacf671b0bd45052f6973541615b0e9dc942d3bce55f6e850d154708192a078c9a93 SHA512 e55aa242ce9b017d7a2c435dd5db4751a22f2fd3b56b64f6ea57c5c9c15e2f5f849b32d1f024243923a5dc49364ed0c7db0fd10f2fda9fdd992b5078c258d4b3 DIST rocketchat-3.7.2.x86_64.rpm 72045336 BLAKE2B 7c40abf16fa9a5d45809bb142f491da35b8bd0096b66b966e4e6a63520e6b4387aed6cbfeefc9ccdd1806171cb6e71259833c3691a88c3093cb8465e74d4672c SHA512 bcf94c6b0c1fbf1ae0c2c57609865a3b849283315c0e60682926cbc49eb556d144358e3c1d3792ae5f901ed7cef992f0f868c4338b9418fc6d37d0e99168778f diff --git a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.1.ebuild b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.1.ebuild deleted file mode 100644 index 46fc3d26d958..000000000000 --- a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.1.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 -}