From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A3AD1581EE for ; Tue, 01 Apr 2025 08:46:20 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 071833431F1 for ; Tue, 01 Apr 2025 08:46:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DD13E1104BC; Tue, 01 Apr 2025 08:45:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C6F721104B7 for ; Tue, 01 Apr 2025 08:45:59 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75C2834320E for ; Tue, 01 Apr 2025 08:45:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A4452894 for ; Tue, 01 Apr 2025 08:45:57 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1743456824.6edf90d0ce56af64cec87732a8a3897a90ac4e5b.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/feather/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/feather/feather-9999.ebuild X-VCS-Directories: net-p2p/feather/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 6edf90d0ce56af64cec87732a8a3897a90ac4e5b X-VCS-Branch: master Date: Tue, 01 Apr 2025 08:45:57 +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: d5e29cf3-809b-4c1d-9ff7-ae4e60ce5427 X-Archives-Hash: 98e06b94e054d06f10cb2ed99bee064a commit: 6edf90d0ce56af64cec87732a8a3897a90ac4e5b Author: Joe Kappus wt gd> AuthorDate: Mon Mar 31 21:33:44 2025 +0000 Commit: David Roman gmail com> CommitDate: Mon Mar 31 21:33:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6edf90d0 net-p2p/feather: update -9999 with current release ebuild. Also tested. Signed-off-by: Joe Kappus wt.gd> net-p2p/feather/feather-9999.ebuild | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/net-p2p/feather/feather-9999.ebuild b/net-p2p/feather/feather-9999.ebuild index f93981360..93a34a816 100644 --- a/net-p2p/feather/feather-9999.ebuild +++ b/net-p2p/feather/feather-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake git-r3 desktop xdg +inherit cmake desktop git-r3 xdg DESCRIPTION="A free, open-source Monero wallet" HOMEPAGE="https://featherwallet.org" @@ -13,8 +13,7 @@ EGIT_REPO_URI="https://github.com/feather-wallet/feather.git" # code from Monero and Tor too. LICENSE="BSD MIT" SLOT="0" -IUSE="qrcode home tickers crowdfunding bounties reddit revuo calc exchange xmrig localmonero" - +IUSE="bounties calc crowdfunding home qrcode revuo tickers xmrig" DEPEND=" dev-libs/libsodium:= media-gfx/qrencode:= @@ -22,10 +21,10 @@ DEPEND=" ~dev-libs/polyseed-1.0.0 dev-libs/libzip:= dev-libs/boost:=[nls] - >=dev-qt/qtbase-6.5.2:6 - >=dev-qt/qtsvg-6.5.2:6 - >=dev-qt/qtmultimedia-6.5.2:6 - >=dev-qt/qtwebsockets-6.5.2:6 + >=dev-qt/qtbase-6.7.3:6 + >=dev-qt/qtsvg-6.7.3:6 + >=dev-qt/qtmultimedia-6.7.3:6 + >=dev-qt/qtwebsockets-6.7.3:6 dev-libs/libgcrypt:= sys-libs/zlib dev-libs/openssl:= @@ -54,11 +53,8 @@ src_configure() { -DWITH_PLUGIN_TICKERS=$(usex tickers) -DWITH_PLUGIN_CROWDFUNDING=$(usex crowdfunding) -DWITH_PLUGIN_BOUNTIES=$(usex bounties) - -DWITH_PLUGIN_REDDIT=$(usex reddit) -DWITH_PLUGIN_REVUO=$(usex revuo) -DWITH_PLUGIN_CALC=$(usex calc) - -DWITH_PLUGIN_EXCHANGE=$(usex exchange) - -DWITH_PLUGIN_LOCALMONERO=$(usex localmonero) -DWITH_PLUGIN_XMRIG=$(usex xmrig) -DCHECK_UPDATES=OFF -DPLATFORM_INSTALLER=OFF @@ -66,7 +62,6 @@ src_configure() { -DDONATE_BEG=OFF -DWITH_SCANNER=$(usex qrcode) ) - cmake_src_configure } @@ -91,4 +86,8 @@ pkg_postinst() { einfo "Ensure that Tor is running with 'rc-service tor start' before" einfo "using Feather." + einfo "" + einfo "Donation popup has been disabled in this build." + einfo "Consider donating to upstream developers here:" + einfo "https://docs.featherwallet.org/guides/donate" }