Gentoo Archives: gentoo-commits

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