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 85FBD15852A for ; Fri, 23 Aug 2024 08:54:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62E292BC019; Fri, 23 Aug 2024 08:54:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 45C332BC019 for ; Fri, 23 Aug 2024 08:54:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59116342F9D for ; Fri, 23 Aug 2024 08:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C180A1F07 for ; Fri, 23 Aug 2024 08:54:25 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1724403227.4f661f38e812f3e284034077f18d8a2ed5dd8c97.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/signal-desktop-bin/Manifest net-im/signal-desktop-bin/signal-desktop-bin-7.20.1.ebuild X-VCS-Directories: net-im/signal-desktop-bin/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 4f661f38e812f3e284034077f18d8a2ed5dd8c97 X-VCS-Branch: master Date: Fri, 23 Aug 2024 08:54:25 +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: 0018380f-d4d0-47ad-8fe2-43b913d85811 X-Archives-Hash: dc6a70206f8955a62ca70e926f637204 commit: 4f661f38e812f3e284034077f18d8a2ed5dd8c97 Author: Robert Siebeck r123 de> AuthorDate: Thu Aug 22 07:46:39 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Aug 23 08:53:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f661f38 net-im/signal-desktop-bin: remove 7.20.1 Closes: https://github.com/gentoo/gentoo/pull/38246 Signed-off-by: Robert Siebeck r123.de> Signed-off-by: Yixun Lan gentoo.org> net-im/signal-desktop-bin/Manifest | 1 - .../signal-desktop-bin-7.20.1.ebuild | 96 ---------------------- 2 files changed, 97 deletions(-) diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest index e0002917536a..f2f18d29d31e 100644 --- a/net-im/signal-desktop-bin/Manifest +++ b/net-im/signal-desktop-bin/Manifest @@ -1,2 +1 @@ -DIST signal-desktop_7.20.1_amd64.deb 122328722 BLAKE2B f8654bff13fa8282bc4536872a76947dbb25fab65b07f4af4d2451970be3963786a6e22c6b2cf37ab397aa18faad9b998363de9f19dd68695e01614e6bde4e4d SHA512 b330952ece9ff18ae0dc7c7e60a11af070221806244574ba1158dce8d2b88fa0305a2f3412183098fc0e85b6b3617277fec5fe740d83c1c2d14403169fad6b76 DIST signal-desktop_7.21.0_amd64.deb 122387548 BLAKE2B a335b4406c0ee59ffd0ec8af0c2c1b8b79df10c2768fdbe8b0f382156f7f10ff2eb18322d865552aad9320f6fdddb916677132ce3d61c04eed27b91c330d5b0a SHA512 7361ffa114fac6c31eb3fb59a1ea66196612907d6eb48ae882ace7a286fed0f1a5ab1b05ea0de11fc97f9ef6aeea290f36e59ff04d39e2d04f55afa44cfcfa56 diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-7.20.1.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-7.20.1.ebuild deleted file mode 100644 index 4ddfe8d854e5..000000000000 --- a/net-im/signal-desktop-bin/signal-desktop-bin-7.20.1.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN="${PN/-bin/}" - -inherit pax-utils unpacker xdg - -DESCRIPTION="Allows you to send and receive messages of Signal Messenger on your computer" -HOMEPAGE="https://signal.org/ - https://github.com/signalapp/Signal-Desktop" -SRC_URI="https://updates.signal.org/desktop/apt/pool/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb" -S="${WORKDIR}" - -LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl ZLIB APSL-2 icu Artistic-2 LGPL-2.1" -SLOT="0" -KEYWORDS="-* amd64" -IUSE="+sound" -RESTRICT="splitdebug" - -RDEPEND=" - >=app-accessibility/at-spi2-core-2.46.0:2 - dev-libs/expat - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - >=media-fonts/noto-emoji-20231130 - media-libs/alsa-lib - media-libs/mesa[X(+)] - net-print/cups - sys-apps/dbus[X] - x11-libs/cairo - x11-libs/gtk+:3[X] - x11-libs/libdrm - x11-libs/libX11 - x11-libs/libxcb - x11-libs/libxkbcommon - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrandr - x11-libs/pango - sound? ( - || ( - media-libs/libpulse - media-sound/apulse - ) - ) -" - -QA_PREBUILT=" - opt/Signal/chrome_crashpad_handler - opt/Signal/chrome-sandbox - opt/Signal/libEGL.so - opt/Signal/libGLESv2.so - opt/Signal/libffmpeg.so - opt/Signal/libvk_swiftshader.so - opt/Signal/libvulkan.so.1 - opt/Signal/resources/app.asar.unpacked/node_modules/* - opt/Signal/signal-desktop - opt/Signal/swiftshader/libEGL.so - opt/Signal/swiftshader/libGLESv2.so" - -src_prepare() { - default - sed -e 's| --no-sandbox||g' \ - -i usr/share/applications/signal-desktop.desktop || die - unpack usr/share/doc/signal-desktop/changelog.gz -} - -src_install() { - insinto / - dodoc changelog - doins -r opt - insinto /usr/share - - if has_version media-sound/apulse[-sdk] && ! has_version media-sound/pulseaudio; then - sed -i 's/Exec=/Exec=apulse /g' usr/share/applications/signal-desktop.desktop || die - fi - - doins -r usr/share/applications - doins -r usr/share/icons - fperms +x /opt/Signal/signal-desktop /opt/Signal/chrome-sandbox /opt/Signal/chrome_crashpad_handler - fperms u+s /opt/Signal/chrome-sandbox - pax-mark m opt/Signal/signal-desktop opt/Signal/chrome-sandbox opt/Signal/chrome_crashpad_handler - - dosym -r /opt/Signal/${MY_PN} /usr/bin/${MY_PN} -} - -pkg_postinst() { - xdg_pkg_postinst - elog "For using the tray icon on compatible desktop environments, start Signal with" - elog " '--start-in-tray' or '--use-tray-icon'." -}