From ef02d81060afd7390df0af20f026359c349b397a Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 16 Sep 2021 19:43:34 +0200 Subject: net-im/rocketchat-desktop-bin: drop version 3.5.3 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- net-im/rocketchat-desktop-bin/Manifest | 1 - .../rocketchat-desktop-bin-3.5.3.ebuild | 54 ---------------------- 2 files changed, 55 deletions(-) delete mode 100644 net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.5.3.ebuild (limited to 'net-im') diff --git a/net-im/rocketchat-desktop-bin/Manifest b/net-im/rocketchat-desktop-bin/Manifest index 02190cf6a997..df4f6640130c 100644 --- a/net-im/rocketchat-desktop-bin/Manifest +++ b/net-im/rocketchat-desktop-bin/Manifest @@ -1,2 +1 @@ -DIST rocketchat-3.5.3.x86_64.rpm 58606036 BLAKE2B 22a13b9f5410e24c54b9426ee1d9c5d13affdee450d45c7a933e5f8bacb008de1e18c0af2ad31d89dad0c54e1212b93362fece21d724218275d38140180407ea SHA512 84ccdd4b99c257a1f4b0bdf4fb2b10b30f6b1acc5c6e1d92a03912f711cf56d9f423e7984431cfd74de9a805c181f4fe83c8893e7dff8fd50fa548ac4892b1fc DIST rocketchat-3.5.4.x86_64.rpm 58601052 BLAKE2B 72ab756661822e50f44b68cd5e1138f0d73fd7b3000375716a06306b034c9ab62c8d2a38ec8389cbc27a1f63b2483deccf02a481cbd28902e2bba8596cf81da9 SHA512 3c46905410d60ac380e8a0addf3cdf942de13dfc72e781e73b300f7a6e4ade96b4835fad13a21efea044b7d910f20584d3bc58958f3d117afe2ebb33bc3bf3c6 diff --git a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.5.3.ebuild b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.5.3.ebuild deleted file mode 100644 index 46fc3d26d958..000000000000 --- a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.5.3.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 -} -- cgit v1.2.3-65-gdbad