Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/feather/
Date: Fri, 09 Sep 2022 20:02:51
Message-Id: 1662665745.fb3dcffb1d8cb632b81de1809dbc41b90d32d677.tastytea@gentoo
1 commit: fb3dcffb1d8cb632b81de1809dbc41b90d32d677
2 Author: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
3 AuthorDate: Thu Sep 8 19:33:21 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Thu Sep 8 19:35:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb3dcffb
7
8 net-p2p/feather: fixed live ebuild
9
10 Signed-off-by: Adam Pimentel <adam.pimentel <AT> protonmail.com>
11
12 net-p2p/feather/feather-2.1.0.ebuild | 5 ++---
13 net-p2p/feather/feather-9999.ebuild | 21 +++++++++++----------
14 2 files changed, 13 insertions(+), 13 deletions(-)
15
16 diff --git a/net-p2p/feather/feather-2.1.0.ebuild b/net-p2p/feather/feather-2.1.0.ebuild
17 index fe658d7c6..c9324c8e6 100644
18 --- a/net-p2p/feather/feather-2.1.0.ebuild
19 +++ b/net-p2p/feather/feather-2.1.0.ebuild
20 @@ -20,8 +20,8 @@ MONERO_DIST_COMIT="b45c66e9c62d7e8f24abbcb447f408e618bfd450"
21 DESCRIPTION="A free, open-source Monero wallet"
22 HOMEPAGE="https://featherwallet.org"
23 SRC_URI="https://github.com/feather-wallet/feather/archive/refs/tags/${PVR}.tar.gz -> ${PF}.tar.gz
24 - https://github.com/tevador/polyseed/archive/${POLYSEED_DIST_COMIT}.tar.gz -> ${PF}-polyseed.tar.gz
25 - https://github.com/itay-grudev/SingleApplication/archive/${SINGLEAPPLICATION_DIST_COMIT}.tar.gz -> ${PF}-singleapplication.tar.gz
26 + https://github.com/tevador/polyseed/archive/${POLYSEED_DIST_COMIT}.tar.gz -> ${PF}-polyseed.tar.gz
27 + https://github.com/itay-grudev/SingleApplication/archive/${SINGLEAPPLICATION_DIST_COMIT}.tar.gz -> ${PF}-singleapplication.tar.gz
28 https://github.com/feather-wallet/monero/archive/${MONERO_DIST_COMIT}.tar.gz -> ${PF}-monero.tar.gz
29 https://github.com/miniupnp/miniupnp/archive/${MINIUPNP_DIST_COMIT}.tar.gz -> ${PF}-monero-miniupnp.tar.gz
30 https://github.com/tevador/RandomX/archive/${RANDOMX_DIST_COMIT}.tar.gz -> ${PF}-monero-randomx.tar.gz
31 @@ -42,7 +42,6 @@ DEPEND="
32 dev-libs/libgcrypt:=
33 dev-libs/libsodium:=
34 dev-libs/libzip:=
35 - dev-libs/monero-seed
36 dev-libs/openssl:=
37 >=dev-qt/qtcore-5.15:5
38 >=dev-qt/qtgui-5.15:5
39
40 diff --git a/net-p2p/feather/feather-9999.ebuild b/net-p2p/feather/feather-9999.ebuild
41 index 2897655f1..15e38dd01 100644
42 --- a/net-p2p/feather/feather-9999.ebuild
43 +++ b/net-p2p/feather/feather-9999.ebuild
44 @@ -8,7 +8,7 @@ inherit cmake git-r3
45 DESCRIPTION="A free, open-source Monero wallet"
46 HOMEPAGE="https://featherwallet.org"
47 SRC_URI=""
48 -EGIT_REPO_URI="https://git.featherwallet.org/feather/feather.git"
49 +EGIT_REPO_URI="https://github.com/feather-wallet/feather.git"
50
51 # Feather is released under the terms of the BSD license, but it vendors
52 # code from Monero and Tor too.
53 @@ -22,19 +22,18 @@ DEPEND="
54 dev-libs/libgcrypt:=
55 dev-libs/libsodium:=
56 dev-libs/libzip:=
57 - dev-libs/monero-seed
58 dev-libs/openssl:=
59 - >=dev-qt/qtcore-5.15
60 - >=dev-qt/qtgui-5.15
61 - >=dev-qt/qtnetwork-5.15
62 - >=dev-qt/qtsvg-5.15
63 - >=dev-qt/qtwebsockets-5.15
64 - >=dev-qt/qtwidgets-5.15
65 - >=dev-qt/qtxml-5.15
66 + >=dev-qt/qtcore-5.15:5
67 + >=dev-qt/qtgui-5.15:5
68 + >=dev-qt/qtnetwork-5.15:5
69 + >=dev-qt/qtsvg-5.15:5
70 + >=dev-qt/qtwebsockets-5.15:5
71 + >=dev-qt/qtwidgets-5.15:5
72 + >=dev-qt/qtxml-5.15:5
73 media-gfx/qrencode:=
74 net-dns/unbound:=[threads]
75 net-libs/czmq:=
76 - qrcode? ( media-gfx/zbar:=[v4l] )
77 + media-gfx/zbar:=[v4l]
78 "
79 RDEPEND="
80 ${DEPEND}
81 @@ -54,9 +53,11 @@ src_configure() {
82 -DINSTALL_VENDORED_LIBUNBOUND=OFF
83 -DMANUAL_SUBMODULES=1
84 -DSTATIC=OFF
85 + -DSELF_CONTAINED=OFF
86 -DUSE_DEVICE_TREZOR=OFF
87 -DXMRIG=$(usex xmrig)
88 -DWITH_SCANNER=$(usex qrcode)
89 + -DVERSION_IS_RELEASE=true
90 )
91
92 cmake_src_configure