Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/bisq/
Date: Tue, 13 Jul 2021 09:09:11
Message-Id: 1626158000.f887a9841664940353ee277271d33736a4999f46.andrewammerlaan@gentoo
1 commit: f887a9841664940353ee277271d33736a4999f46
2 Author: Emil Jacobs <emil <AT> emiljacobs <DOT> nl>
3 AuthorDate: Tue Jul 13 06:33:03 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 13 06:33:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f887a984
7
8 net-p2p/bisq: update, containing fix for privacy issue.
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Emil Jacobs <emil <AT> emiljacobs.nl>
12
13 net-p2p/bisq/Manifest | 3 +-
14 net-p2p/bisq/bisq-1.7.0.ebuild | 39 ----------------------
15 .../bisq/{bisq-1.6.5.ebuild => bisq-1.7.1.ebuild} | 0
16 3 files changed, 1 insertion(+), 41 deletions(-)
17
18 diff --git a/net-p2p/bisq/Manifest b/net-p2p/bisq/Manifest
19 index 91786dd97..0f74adc91 100644
20 --- a/net-p2p/bisq/Manifest
21 +++ b/net-p2p/bisq/Manifest
22 @@ -1,2 +1 @@
23 -DIST Bisq-64bit-1.6.5.deb 168159296 BLAKE2B a21dc433b9b92a88538580da5a693d2a4440265edf099d40f13b73882eeff6b38fea481e255f11a12473f28247df3824e63dfd68cfbef695fb80b5393bd955b9 SHA512 32da5f7bdf89eb3dc9b7c08df4199a4fe8272e1006d42cbbde1ea1802bfec98493e9e879e2331fa056c21e4f0c3f31285e0cdf9360ec97a25f968da906d05c29
24 -DIST Bisq-64bit-1.7.0.deb 169872824 BLAKE2B af5a28b228cbf94b995523972afa2988f8b1c10392f8ab7b191356bff5416efe5ec4748f0dd5651d826404a90317ba2e642a7197acefce2688bc7ee5f7577e44 SHA512 9308ebea387bcd23b75656271344f62d7e2fc35d99bb1898cf10fcb1a32c926c7807b81029f1d8e871fae9c7400f8004db8090fbe72f5c61cdf20d71eb473e77
25 +DIST Bisq-64bit-1.7.1.deb 170054516 BLAKE2B 6f5d432a6c93af2ba2bbff991212196ee7d14ce870fb42d266273eca685c072f7fb69615952c2cfcc75cf1f347772100b3e2c4af6d10516b26d192ebccaf77aa SHA512 fe84453aee4af47b851a54dc06b364f9a1f629adcec1467a1a0d0855dbbcef1517be31365b6b6f5aa1fb195688f04d1645d09b6f626de6467867be495690223b
26
27 diff --git a/net-p2p/bisq/bisq-1.7.0.ebuild b/net-p2p/bisq/bisq-1.7.0.ebuild
28 deleted file mode 100644
29 index 62cd8d7ba..000000000
30 --- a/net-p2p/bisq/bisq-1.7.0.ebuild
31 +++ /dev/null
32 @@ -1,39 +0,0 @@
33 -# Copyright 2019-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit desktop unpacker xdg
39 -
40 -DESCRIPTION="The decentralized bitcoin exchange (non-atomic, with arbitration)"
41 -HOMEPAGE="https://bisq.network/ https://github.com/bisq-network/exchange/"
42 -SRC_URI="https://bisq.network/downloads/v${PV}/Bisq-64bit-${PV}.deb"
43 -
44 -LICENSE="AGPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -
48 -DEPEND="
49 - dev-java/openjfx
50 - net-libs/libnet
51 - virtual/jre:*
52 - x11-libs/gtk+:3"
53 -
54 -RESTRICT="mirror strip"
55 -
56 -# Bundled java, and seems to mostly work without an old ffmpeg
57 -QA_PREBUILT="opt/Bisq/Bisq opt/Bisq/libpackager.so opt/Bisq/runtime/*"
58 -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"
59 -
60 -S="${WORKDIR}"
61 -
62 -src_compile() {
63 - :
64 -}
65 -
66 -src_install() {
67 - cp -ar "${S}"/opt/bisq "${ED}"/opt/
68 - dosym ../Bisq/Bisq /opt/bisq/bin/Bisq
69 - domenu opt/bisq/lib/bisq-Bisq.desktop
70 - doicon opt/bisq/lib/Bisq.png
71 -}
72
73 diff --git a/net-p2p/bisq/bisq-1.6.5.ebuild b/net-p2p/bisq/bisq-1.7.1.ebuild
74 similarity index 100%
75 rename from net-p2p/bisq/bisq-1.6.5.ebuild
76 rename to net-p2p/bisq/bisq-1.7.1.ebuild