summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Siebeck <gentoo.bugzilla.2012@r123.de>2019-03-21 23:22:34 +0100
committerMichał Górny <mgorny@gentoo.org>2019-04-03 10:18:32 +0200
commit289d0593d9aa743ab09a7af7c42111352cca6f95 (patch)
tree98caa85705c8f689b7cd0e4fcd4e699e7fa64d98 /net-im/signal-desktop-bin
parentnet-im/signal-desktop-bin: add new version 1.23.2 (diff)
downloadgentoo-289d0593d9aa743ab09a7af7c42111352cca6f95.tar.gz
gentoo-289d0593d9aa743ab09a7af7c42111352cca6f95.tar.bz2
gentoo-289d0593d9aa743ab09a7af7c42111352cca6f95.zip
net-im/signal-desktop-bin: remove old version
Signed-off-by: Robert Siebeck <gentoo.bugzilla.2012@r123.de> Closes: https://github.com/gentoo/gentoo/pull/11452 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im/signal-desktop-bin')
-rw-r--r--net-im/signal-desktop-bin/Manifest1
-rw-r--r--net-im/signal-desktop-bin/signal-desktop-bin-1.22.0.ebuild63
2 files changed, 0 insertions, 64 deletions
diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest
index ea3a4c5a10ec..4c18b4c07a2c 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1,2 +1 @@
-DIST signal-desktop_1.22.0_amd64.deb 74411844 BLAKE2B 1a0d8c10066e860142de85315c09a86b819975b5825eb1200af2a0d9e8af250b97d7b3746408ba721b6de44941464bc68262156b3052d61cf20d272c24fa3899 SHA512 ea471877991f8a85b47f72f5c8e790f230a18a9e107f8beea9b1ba9375291ed33fa07d09a07da0dad74942618a2c8d2fb51b8b5d7fe7c18ad36f305249d8f68a
DIST signal-desktop_1.23.2_amd64.deb 89995154 BLAKE2B 10e997e81fe9f89a8d7fdfddb20cc27c87eba305d5f74be387dac620f6a03f8eb9fdd115de67d61367aceffc5f28c70371d396ab281e84ef7380cb3eb55e1cea SHA512 46cc559d8d96821324203521cc50a29d571fc69fbb121be2060745da94e1a78605234b337ab9bbe9e29f37834a09e4db8df314356f48165f5e85fa6cccbaa912
diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.22.0.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.22.0.ebuild
deleted file mode 100644
index e4a362f0ca50..000000000000
--- a/net-im/signal-desktop-bin/signal-desktop-bin-1.22.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# 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=""
-
-RDEPEND="
- gnome-base/gconf:2
- dev-libs/nss
- x11-libs/gtk+:3[X]
- 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_prepare(){
- default
- sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \
- -i usr/share/applications/signal-desktop.desktop || die
- unpack usr/share/doc/signal-desktop/changelog.gz
-}
-
-src_install() {
- insinto /
- dodoc changelog
- 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
-}