From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38C50158095 for ; Sun, 28 Aug 2022 11:13:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 267A9E0824; Sun, 28 Aug 2022 11:13:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C5FAE0824 for ; Sun, 28 Aug 2022 11:13:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6824335C07 for ; Sun, 28 Aug 2022 11:13:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29B55574 for ; Sun, 28 Aug 2022 11:13:51 +0000 (UTC) From: "Sergey Alirzaev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Alirzaev" Message-ID: <1661685226.2dbbe2562cb634d03f32a97005ec46c50efc10de.zl29ah@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/bisq-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/bisq-bin/bisq-bin-1.9.4.ebuild X-VCS-Directories: net-p2p/bisq-bin/ X-VCS-Committer: zl29ah X-VCS-Committer-Name: Sergey Alirzaev X-VCS-Revision: 2dbbe2562cb634d03f32a97005ec46c50efc10de X-VCS-Branch: dev Date: Sun, 28 Aug 2022 11:13:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c0f14026-40b8-40ef-9e1f-78ae2881c9f0 X-Archives-Hash: 73012a90115e350d713253c162326f12 commit: 2dbbe2562cb634d03f32a97005ec46c50efc10de Author: Sergey Alirzaev riseup net> AuthorDate: Sun Aug 28 11:13:46 2022 +0000 Commit: Sergey Alirzaev gmail 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 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 -}