commit:     2dbbe2562cb634d03f32a97005ec46c50efc10de
Author:     Sergey Alirzaev <l29ah <AT> riseup <DOT> net>
AuthorDate: Sun Aug 28 11:13:46 2022 +0000
Commit:     Sergey Alirzaev <zl29ah <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 11:13:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2dbbe256

net-p2p/bisq-bin: remove old

Signed-off-by: Sergey Alirzaev <l29ah <AT> riseup.net>

 net-p2p/bisq-bin/bisq-bin-1.9.4.ebuild | 39 ----------------------------------
 1 file changed, 39 deletions(-)

diff --git a/net-p2p/bisq-bin/bisq-bin-1.9.4.ebuild 
b/net-p2p/bisq-bin/bisq-bin-1.9.4.ebuild
deleted file mode 100644
index f62746c77..000000000
--- a/net-p2p/bisq-bin/bisq-bin-1.9.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop unpacker xdg
-
-DESCRIPTION="The decentralized bitcoin exchange (non-atomic, with arbitration)"
-HOMEPAGE="https://bisq.network/ https://github.com/bisq-network/exchange/";
-SRC_URI="https://bisq.network/downloads/v${PV}/Bisq-64bit-${PV}.deb";
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-       dev-java/openjfx
-       net-libs/libnet
-       virtual/jre:*
-       x11-libs/gtk+:3"
-
-RESTRICT="mirror strip"
-
-# Bundled java, and seems to mostly work without an old ffmpeg
-QA_PREBUILT="opt/Bisq/Bisq opt/Bisq/libpackager.so opt/Bisq/runtime/*"
-REQUIRES_EXCLUDE="libgstreamer-lite.so libavplugin-53.so libavplugin-54.so 
libavplugin-55.so libavplugin-56.so libavplugin-57.so libavplugin-ffmpeg-56.so 
libavplugin-ffmpeg-57.so"
-
-S="${WORKDIR}"
-
-src_compile() {
-       :
-}
-
-src_install() {
-       cp -ar "${S}"/opt/bisq "${ED}"/opt/
-       dosym ../Bisq/Bisq /opt/bisq/bin/Bisq
-       domenu opt/bisq/lib/bisq-Bisq.desktop
-       doicon opt/bisq/lib/Bisq.png
-}

Reply via email to