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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 210C1138331 for ; Sun, 4 Mar 2018 21:02:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F422E08F9; Sun, 4 Mar 2018 21:02:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B529E08F9 for ; Sun, 4 Mar 2018 21:02:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 206AD335C78 for ; Sun, 4 Mar 2018 21:02:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D5CE231 for ; Sun, 4 Mar 2018 21:02:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1520197336.eba7970e76f2e4f8adfcf5706b4e2f3394cbffb2.mgorny@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-1.5.0.ebuild X-VCS-Directories: net-im/signal-desktop-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eba7970e76f2e4f8adfcf5706b4e2f3394cbffb2 X-VCS-Branch: master Date: Sun, 4 Mar 2018 21:02:18 +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-Archives-Salt: f2db65f0-72b5-401a-9267-b17342e688c6 X-Archives-Hash: f4197a652c1af967820a2d1cab4baabd commit: eba7970e76f2e4f8adfcf5706b4e2f3394cbffb2 Author: Robert Siebeck r123 de> AuthorDate: Thu Mar 1 14:24:57 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 4 21:02:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba7970e net-im/signal-desktop-bin: remove old version Closes: https://github.com/gentoo/gentoo/pull/7327 net-im/signal-desktop-bin/Manifest | 1 - .../signal-desktop-bin-1.5.0.ebuild | 51 ---------------------- 2 files changed, 52 deletions(-) diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest index 63f08ffa109..4d4494a4f3d 100644 --- a/net-im/signal-desktop-bin/Manifest +++ b/net-im/signal-desktop-bin/Manifest @@ -1,2 +1 @@ -DIST signal-desktop_1.5.0_amd64.deb 65858954 BLAKE2B 60234d1cb98dd233ffc769c93bafd509ffc40eaf34cc76c3e8dfa8de1229a05e1f29291b1a57212163588a53990b1c24c1ba29486429ad63c0424049b79384c5 SHA512 36bcf67c5815bf4f001649f0bfe2a01217415fbc4b63688026ec5aba946a8a3df7e08021aa4255590fdc5820bdcd9e2d43b42798e7d8c5eb0186c351f9b10780 DIST signal-desktop_1.5.2_amd64.deb 65859590 BLAKE2B a710b8ca1c9729725a12594603e0fb3a6c800e5b03af17c9ef5158a024b8ebddd1e35ba4270a02ed805a3042a16486e163a5dca105feb1076deb80c636e043cd SHA512 10f6a0bfb1947620d2ce71f7e8dc6b9f6fe9c95556f3ae1b9b34aa5d84db0f357b78634e7ff815f9e7d2d3a6d0d628e20adb1817a027a32b2021c24ef8d4441e diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.5.0.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.5.0.ebuild deleted file mode 100644 index 49c5f56fefb..00000000000 --- a/net-im/signal-desktop-bin/signal-desktop-bin-1.5.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="${PN/-bin/}" - -inherit gnome2-utils unpacker xdg-utils pax-utils - -DESCRIPTION="Signal Desktop" -HOMEPAGE="https://signal.org/ https://github.com/WhisperSystems/Signal-Desktop" -SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="ayatana" - -RESTRICT="bindist mirror" - -RDEPEND=" - gnome-base/gconf:2 - dev-libs/nss - x11-libs/libXtst - net-print/cups - ayatana? ( dev-libs/libappindicator:3 ) - " - -QA_PREBUILT="opt/Signal/signal-desktop - opt/Signal/libnode.so - opt/Signal/libffmpeg.so" - -S="${WORKDIR}" - -src_install() { - doins -r . - fperms +x /opt/Signal/signal-desktop - pax-mark m opt/Signal/signal-desktop - - dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN} -} - -pkg_postinst() { - xdg_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - gnome2_icon_cache_update -}