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 56217159C9B for ; Mon, 12 Aug 2024 03:11:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A34F12BC02F; Mon, 12 Aug 2024 03:11:32 +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 82D692BC02F for ; Mon, 12 Aug 2024 03:11:32 +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 877603406BF for ; Mon, 12 Aug 2024 03:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB531E6F for ; Mon, 12 Aug 2024 03:11:29 +0000 (UTC) From: "Benoît Dufour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benoît Dufour" Message-ID: <1723432186.1596c16b8dcb60c6b8a512f3675fe5bb22943d9f.benoit.dufour@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.14-r1.ebuild net-p2p/bisq-bin/bisq-bin-1.9.14.ebuild X-VCS-Directories: net-p2p/bisq-bin/ X-VCS-Committer: benoit.dufour X-VCS-Committer-Name: Benoît Dufour X-VCS-Revision: 1596c16b8dcb60c6b8a512f3675fe5bb22943d9f X-VCS-Branch: dev Date: Mon, 12 Aug 2024 03:11:29 +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: 868a1373-7cec-4b71-a384-3a4a36421e8b X-Archives-Hash: 2626cf05048927c7b80a0272a9d8932b commit: 1596c16b8dcb60c6b8a512f3675fe5bb22943d9f Author: Benoît Dufour mail com> AuthorDate: Mon Aug 12 03:09:46 2024 +0000 Commit: Benoît Dufour mail com> CommitDate: Mon Aug 12 03:09:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1596c16b net-p2p/bisq-bin: Fix https://bugs.gentoo.org/850961 Signed-off-by: Benoît Dufour mail.com> .../bisq-bin/{bisq-bin-1.9.14.ebuild => bisq-bin-1.9.14-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/bisq-bin/bisq-bin-1.9.14.ebuild b/net-p2p/bisq-bin/bisq-bin-1.9.14-r1.ebuild similarity index 92% rename from net-p2p/bisq-bin/bisq-bin-1.9.14.ebuild rename to net-p2p/bisq-bin/bisq-bin-1.9.14-r1.ebuild index 02e480017..c5ac942f0 100644 --- a/net-p2p/bisq-bin/bisq-bin-1.9.14.ebuild +++ b/net-p2p/bisq-bin/bisq-bin-1.9.14-r1.ebuild @@ -31,8 +31,8 @@ src_compile() { } src_install() { - cp -ar "${S}"/opt/bisq "${ED}"/opt/ - dosym ../Bisq/Bisq /opt/bisq/bin/Bisq + cp -ar "${S}"/opt/ "${ED}"/opt/ + dosym ../bisq/bin/Bisq /opt/bin/Bisq domenu opt/bisq/lib/bisq-Bisq.desktop doicon opt/bisq/lib/Bisq.png }