Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/
Date: Sun, 09 Sep 2018 14:56:13
Message-Id: 1536504953.7508d136f7a79d009184621f1caeef6d3ba428e8.amynka@gentoo
1 commit: 7508d136f7a79d009184621f1caeef6d3ba428e8
2 Author: Robert Siebeck <gentoo.bugzilla.2012 <AT> r123 <DOT> de>
3 AuthorDate: Thu Sep 6 13:44:36 2018 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 9 14:55:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7508d136
7
8 net-im/signal-desktop-bin: remove old version
9
10 Closes: https://github.com/gentoo/gentoo/pull/9792
11
12 net-im/signal-desktop-bin/Manifest | 1 -
13 .../signal-desktop-bin-1.15.5.ebuild | 62 ----------------------
14 2 files changed, 63 deletions(-)
15
16 diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest
17 index 44193553a67..6a433add698 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.15.5_amd64.deb 70045774 BLAKE2B d315397d87d82c9b2b59795f433baf3d0312ced48742478626e28f23448549acec57e384047417125869e648c69c3f28a19724efc44f594588b3682666e2627f SHA512 91c38d04e949168d01a04636ac01abea52499432e1d898b04741bacb2509c3595001e785ff92e3e23371bf0ea94d304da83b3f1d50b93dbbf8e2a1128388a16e
22 DIST signal-desktop_1.16.0_amd64.deb 70095960 BLAKE2B 22ef2003a45429d05433ceccd0688232b6117bcfadeae29490352d8d949ca45759b4b5f9b9d29817739469d359220473c535652e7cea655ac995ee465a888fb0 SHA512 e18a1bc31b450077bbb48d8a87ee91cf0108f56e1168b71d01caaf39fa22ef79684509afeede66c9991ca03a8c637553bcc2e0c7544b30113dd3ca593bf6ca16
23
24 diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.15.5.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.15.5.ebuild
25 deleted file mode 100644
26 index 533fd050681..00000000000
27 --- a/net-im/signal-desktop-bin/signal-desktop-bin-1.15.5.ebuild
28 +++ /dev/null
29 @@ -1,62 +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 -
39 -DESCRIPTION="Allows you to send and receive messages of Signal Messenger on your computer"
40 -HOMEPAGE="https://signal.org/
41 - https://github.com/WhisperSystems/Signal-Desktop"
42 -SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - gnome-base/gconf:2
51 - dev-libs/nss
52 - x11-libs/gtk+:3[X]
53 - x11-libs/libXScrnSaver
54 - x11-libs/libXtst
55 - net-print/cups
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_prepare(){
65 - default
66 - sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \
67 - -i usr/share/applications/signal-desktop.desktop || die
68 -}
69 -
70 -src_install() {
71 - insinto /
72 - dodoc -r usr/share/doc/signal-desktop/.
73 - doins -r opt
74 - insinto /usr/share
75 - doins -r usr/share/applications
76 - doins -r usr/share/icons
77 - fperms +x /opt/Signal/signal-desktop
78 - pax-mark m opt/Signal/signal-desktop
79 -
80 - dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
81 -}
82 -
83 -pkg_postinst() {
84 - xdg_desktop_database_update
85 - gnome2_icon_cache_update
86 -}
87 -
88 -pkg_postrm() {
89 - xdg_desktop_database_update
90 - gnome2_icon_cache_update
91 -}