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: Sat, 18 Aug 2018 06:30:40
Message-Id: 1534573798.82d177f689cef39b0a5f3f4329d13002f1842148.amynka@gentoo
1 commit: 82d177f689cef39b0a5f3f4329d13002f1842148
2 Author: Robert Siebeck <gentoo.bugzilla.2012 <AT> r123 <DOT> de>
3 AuthorDate: Thu Aug 16 08:17:43 2018 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 06:29:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d177f6
7
8 net-im/signal-desktop-bin: remove old version
9
10 Closes: https://github.com/gentoo/gentoo/pull/9588
11
12 net-im/signal-desktop-bin/Manifest | 1 -
13 .../signal-desktop-bin-1.15.4.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 6f106c3ff38..0cb77b6a83e 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.4_amd64.deb 70043292 BLAKE2B 9cd0956fd08f624da4712dbda51d26b996edc5b4dd383989b4b70182a48b6a1efd8486ebf59b26a7c25851bd49b76bd736aa1906b4625d64c3816befd89f1fd7 SHA512 204b07c965704a7dcac6d6bc2e8769f9170217744742ecd73e80cc10d148ebde15ced069709fed60c5ed888d5b68a2213079ae60bc68c8a47300d979ed390945
22 DIST signal-desktop_1.15.5_amd64.deb 70045774 BLAKE2B d315397d87d82c9b2b59795f433baf3d0312ced48742478626e28f23448549acec57e384047417125869e648c69c3f28a19724efc44f594588b3682666e2627f SHA512 91c38d04e949168d01a04636ac01abea52499432e1d898b04741bacb2509c3595001e785ff92e3e23371bf0ea94d304da83b3f1d50b93dbbf8e2a1128388a16e
23
24 diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.15.4.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.15.4.ebuild
25 deleted file mode 100644
26 index 533fd050681..00000000000
27 --- a/net-im/signal-desktop-bin/signal-desktop-bin-1.15.4.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 -}