summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRobert Siebeck <gentoo.bugzilla.2012@r123.de>2018-06-03 23:52:44 +0200
committerAaron Bauman <bman@gentoo.org>2018-06-09 10:54:49 -0400
commite58a13b98eaff04d81cf5b9c9dc4a28a34eddb88 (patch)
treebaef7558f567109acd46f125d3a0335762f72abe /net-im
parentnet-im/signal-desktop-bin: add new version 1.12.0 (diff)
downloadgentoo-e58a13b98eaff04d81cf5b9c9dc4a28a34eddb88.tar.gz
gentoo-e58a13b98eaff04d81cf5b9c9dc4a28a34eddb88.tar.bz2
gentoo-e58a13b98eaff04d81cf5b9c9dc4a28a34eddb88.zip
net-im/signal-desktop-bin: remove old version 1.11.0
Diffstat (limited to 'net-im')
-rw-r--r--net-im/signal-desktop-bin/Manifest1
-rw-r--r--net-im/signal-desktop-bin/signal-desktop-bin-1.11.0.ebuild56
2 files changed, 0 insertions, 57 deletions
diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest
index c03f8f33a71e..b14ebc0a24b4 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1,2 +1 @@
-DIST signal-desktop_1.11.0_amd64.deb 64041386 BLAKE2B e2a059873afa9223267ac1cd5560f1b8fbcf16935561c67e18c670fd02bc48d63cab89ceecf74c26ac8e5d9cea702757ee4d2516a3a545efcc56fb4362ae37f1 SHA512 776f3e75ef304af5da72cc6e67b3cf541183bc461cffa38e575a4f9019a088553983c2ed7b5381de85f68f2228cc3505384337e6cf621019ef0cd3f83b60aeac
DIST signal-desktop_1.12.0_amd64.deb 65766890 BLAKE2B 2be9046bc3da1ef12784181640919b2082f9f1c818683201c8c2c2996033d9851497617ec5bf3e5614d00dc9526d0b9af3a0c731ef89ffdc48f18715f01412ef SHA512 306de244ce1f121432ac6c83ae1dc8ad170dfaf2ecc384aa16c3d80fa06febf07504d63391ae8f81309ead5d43dd60f61eb4b4a2bb7ea2f78e284425d6f11ead
diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.11.0.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.11.0.ebuild
deleted file mode 100644
index 1c8881910bea..000000000000
--- a/net-im/signal-desktop-bin/signal-desktop-bin-1.11.0.ebuild
+++ /dev/null
@@ -1,56 +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 pax-utils unpacker xdg-utils
-DESCRIPTION="Allows you to send and receive messages of Signal Messenger on your computer"
-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=""
-
-RESTRICT="bindist mirror"
-
-RDEPEND="
- gnome-base/gconf:2
- dev-libs/nss
- x11-libs/libXScrnSaver
- x11-libs/libXtst
- net-print/cups
- "
-
-QA_PREBUILT="opt/Signal/signal-desktop
- opt/Signal/libnode.so
- opt/Signal/libffmpeg.so"
-
-S="${WORKDIR}"
-
-src_install() {
- insinto /
- dodoc -r usr/share/doc/signal-desktop/.
- doins -r opt
- insinto /usr/share
- doins -r usr/share/applications
- doins -r usr/share/icons
- 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
-}