diff options
author | haarp <main.haarp@gmail.com> | 2021-11-20 01:38:47 +0100 |
---|---|---|
committer | haarp <main.haarp@gmail.com> | 2021-11-20 01:38:47 +0100 |
commit | 5a7eb4d56867fb6d1e315fdd15587912fd4fc4ac (patch) | |
tree | 34681f6af9cea109d2447709fbcff3a51260458f | |
parent | Fix some fmod QA notices (diff) | |
download | haarp-5a7eb4d56867fb6d1e315fdd15587912fd4fc4ac.tar.gz haarp-5a7eb4d56867fb6d1e315fdd15587912fd4fc4ac.tar.bz2 haarp-5a7eb4d56867fb6d1e315fdd15587912fd4fc4ac.zip |
Remove outdated wire-desktop-bin
Signed-off-by: haarp <main.haarp@gmail.com>
-rw-r--r-- | net-im/wire-desktop-bin/Manifest | 2 | ||||
-rw-r--r-- | net-im/wire-desktop-bin/wire-desktop-bin-3.21.2936.ebuild | 32 |
2 files changed, 0 insertions, 34 deletions
diff --git a/net-im/wire-desktop-bin/Manifest b/net-im/wire-desktop-bin/Manifest deleted file mode 100644 index cb0ee9b..0000000 --- a/net-im/wire-desktop-bin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST Wire-3.21.2936_amd64.deb 55808012 BLAKE2B 7bf38fcde6bbb5360bb116741c429001626e0debd965e83de1a362d79c2b3a70594ca976299eac256e5995a26e249908dcd314734f07728d382673dba24a0b97 SHA512 c7722a3f51437a9cd9de98e5c8389751e9b4ee4c6607e56d944772144e2ef41142f82638a5017823463b8ffa99c811cf225fd023ab72fadd6a5be732d5c1f21e -EBUILD wire-desktop-bin-3.21.2936.ebuild 744 BLAKE2B c1492b0d1e3c7d7b6b588c6a9348c7f0626675c4b059a38c24073098398b3c6569b34ba552e0552bfa4f8e72418bcf4cb28ecc8e2f1b904767c62cc3e7b19fac SHA512 715ae8a894ed7b1c604892d9b3214d48d2e25326ea9f54d46825ae8c493320718c64acca7c6b85863edda2206b1ea84d648dac80f1079ada3ba9d65c01a03976 diff --git a/net-im/wire-desktop-bin/wire-desktop-bin-3.21.2936.ebuild b/net-im/wire-desktop-bin/wire-desktop-bin-3.21.2936.ebuild deleted file mode 100644 index 4fcfe26..0000000 --- a/net-im/wire-desktop-bin/wire-desktop-bin-3.21.2936.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="End-to-end encrypted messenger with file sharing, voice calls and video conferences" -HOMEPAGE="https://wire.com/ https://github.com/wireapp/wire-desktop" -SRC_URI="https://github.com/wireapp/wire-desktop/releases/download/linux/${PV}/Wire-${PV}_amd64.deb" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-libs/nss - x11-libs/libXtst" - -QA_PREBUILT="opt/Wire/wire-desktop" - -S="${WORKDIR}" - -src_unpack() { - default - unpack ./data.tar.xz - rm data.tar.xz control.tar.gz debian-binary -} - -src_install() { - doins -r * - fperms 0755 /opt/Wire/wire-desktop - dosym /opt/Wire/wire-desktop /usr/bin/wire-desktop -} |