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 EF3AD15808B for ; Fri, 18 Mar 2022 15:14:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C766E07F1; Fri, 18 Mar 2022 15:14:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E48CE07F1 for ; Fri, 18 Mar 2022 15:14:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B0DA8343619 for ; Fri, 18 Mar 2022 15:14:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19F8E31A for ; Fri, 18 Mar 2022 15:14:01 +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: <1647616396.cbbbc49e6f1d913ad9c0b7e39e25024bd25a365d.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.8.ebuild X-VCS-Directories: net-im/rocketchat-desktop-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: cbbbc49e6f1d913ad9c0b7e39e25024bd25a365d X-VCS-Branch: master Date: Fri, 18 Mar 2022 15:14:01 +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: 67c39c13-b3a4-49cd-a50a-e05523db2cb8 X-Archives-Hash: 1ff7560c3ed0a8855ce960eadb7884ce commit: cbbbc49e6f1d913ad9c0b7e39e25024bd25a365d Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Mar 18 14:31:32 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Mar 18 15:13:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbbbc49e net-im/rocketchat-desktop-bin: drop 3.7.8 Signed-off-by: Andrew Ammerlaan gentoo.org> net-im/rocketchat-desktop-bin/Manifest | 1 - .../rocketchat-desktop-bin-3.7.8.ebuild | 54 ---------------------- 2 files changed, 55 deletions(-) diff --git a/net-im/rocketchat-desktop-bin/Manifest b/net-im/rocketchat-desktop-bin/Manifest index e3d3e355a361..3a9a696ec86f 100644 --- a/net-im/rocketchat-desktop-bin/Manifest +++ b/net-im/rocketchat-desktop-bin/Manifest @@ -1,2 +1 @@ -DIST rocketchat-3.7.8.x86_64.rpm 72461320 BLAKE2B 33cd4dd39c966761fb79c09002247924d1d59490c75c41c5941b8ecbc0a4fc7f05e3210388bea06a502cc01416e026cdf3ea38c81fdfc7a743e6b22a7e6fd302 SHA512 13d529ee32c2945b77e45220568a290c74a15d99fb49f1c595a78d2acd91a16556ea73fced2667ddbee6a986bf57677e2a0fab82eb0723e8f62a49a0e990588e DIST rocketchat-3.7.9.x86_64.rpm 62177412 BLAKE2B 0acb4fb3c36e758073e81cfe41a2a2b184091e22ce9bf92290c9df6ba5c73da8bdd8525829d6b5795ed4c7910eb26aa761c08ec8f9efc84b6ec94182dc0ccd3d SHA512 6e1a65723ed7e419d94d58bb71d35596a0d261d92f1bcb56cc9341b3108714c4d9ff0e09982bfafd26e42e0ba48a6e7a181f4cfdb630f59659e6823c8aa9b39c diff --git a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.8.ebuild b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.8.ebuild deleted file mode 100644 index 194a95979a80..000000000000 --- a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.7.8.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2019-2022 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" -S="${WORKDIR}" - -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 - sys-libs/glibc - 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/*" - -src_install() { - # remove files useless for Gentoo - rm -r usr/lib || die - mv "${S}"/* "${ED}" || die -}