Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/
Date: Sat, 12 May 2018 17:43:08
Message-Id: 1526146944.2f6359baa665ef66952bf151a21e695ca4556996.mgorny@gentoo
1 commit: 2f6359baa665ef66952bf151a21e695ca4556996
2 Author: Robert Siebeck <gentoo.bugzilla.2012 <AT> r123 <DOT> de>
3 AuthorDate: Fri May 11 21:41:10 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 17:42:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6359ba
7
8 net-im/signal-desktop-bin: remove old version 1.10.0
9
10 Closes: https://github.com/gentoo/gentoo/pull/8351
11
12 net-im/signal-desktop-bin/Manifest | 1 -
13 .../signal-desktop-bin-1.10.0.ebuild | 56 ----------------------
14 2 files changed, 57 deletions(-)
15
16 diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest
17 index d6b8e9e5703..f91aa9a0463 100644
18 --- a/net-im/signal-desktop-bin/Manifest
19 +++ b/net-im/signal-desktop-bin/Manifest
20 @@ -1,2 +1 @@
21 -DIST signal-desktop_1.10.0_amd64.deb 64197564 BLAKE2B 2dbf673094a532f49c89d25de2689303ae5f36abefa7fdcc38e9899a51a1093db5699a31fa0b0f6fd5641292c6fa707bc8c9dbb0710ce391c40302219ddd681a SHA512 07d5c6e59c5788cd4c15b82c72f90af39f3a232a2f5d92ac80b484dcd55c3e45d1e6bd8714b90906567b0f45d5833d9b0b1818731482f72517d9b22a50cd1fa1
22 DIST signal-desktop_1.10.1_amd64.deb 64234894 BLAKE2B 2f793979c25ebf38235d58a7f656f763e5d0a753acce7850a98716b2396c24ea0c0b5f89573b91cc7468330c0c7cf99fd5b0324046e1f8fad052d2e292111ea4 SHA512 7c41129a3e5653401b5bcaa71996f2248d682159cc877d00935411586259a7d53d29186d05df34f454fc834d3e7974c76a3a033ba1f1870ae55053aca58fcf8f
23
24 diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.10.0.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.10.0.ebuild
25 deleted file mode 100644
26 index 5fec1e93409..00000000000
27 --- a/net-im/signal-desktop-bin/signal-desktop-bin-1.10.0.ebuild
28 +++ /dev/null
29 @@ -1,56 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -MY_PN="${PN/-bin/}"
36 -
37 -inherit gnome2-utils pax-utils unpacker xdg-utils
38 -DESCRIPTION="Allows you to send and receive messages of Signal Messenger on your computer"
39 -HOMEPAGE="https://signal.org/ https://github.com/WhisperSystems/Signal-Desktop"
40 -SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="~amd64"
45 -IUSE="ayatana"
46 -
47 -RESTRICT="bindist mirror"
48 -
49 -RDEPEND="
50 - gnome-base/gconf:2
51 - dev-libs/nss
52 - x11-libs/libXScrnSaver
53 - x11-libs/libXtst
54 - net-print/cups
55 - ayatana? ( dev-libs/libappindicator:3 )
56 - "
57 -
58 -QA_PREBUILT="opt/Signal/signal-desktop
59 - opt/Signal/libnode.so
60 - opt/Signal/libffmpeg.so"
61 -
62 -S="${WORKDIR}"
63 -
64 -src_install() {
65 - insinto /
66 - dodoc -r usr/share/doc/signal-desktop/.
67 - doins -r opt
68 - insinto /usr/share
69 - doins -r usr/share/applications
70 - doins -r usr/share/icons
71 - fperms +x /opt/Signal/signal-desktop
72 - pax-mark m opt/Signal/signal-desktop
73 -
74 - dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
75 -}
76 -
77 -pkg_postinst() {
78 - xdg_desktop_database_update
79 - gnome2_icon_cache_update
80 -}
81 -
82 -pkg_postrm() {
83 - xdg_desktop_database_update
84 - gnome2_icon_cache_update
85 -}