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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC0BB1584AD for ; Mon, 14 Apr 2025 15:21:54 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6CE3434306F for ; Mon, 14 Apr 2025 15:21:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5DA8F1104B0; Mon, 14 Apr 2025 15:21:53 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 4F6D71104B0 for ; Mon, 14 Apr 2025 15:21: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 EB7F434306F for ; Mon, 14 Apr 2025 15:21:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B762FBE for ; Mon, 14 Apr 2025 15:21:51 +0000 (UTC) From: "RavFX" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "RavFX" Message-ID: <1744644009.2467eda725aa54ed2b9885e9f7d0ce2514d3a24c.ravfx@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/feather/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/feather/feather-2.7.0-r1.ebuild net-p2p/feather/feather-2.7.0.ebuild X-VCS-Directories: net-p2p/feather/ X-VCS-Committer: ravfx X-VCS-Committer-Name: RavFX X-VCS-Revision: 2467eda725aa54ed2b9885e9f7d0ce2514d3a24c X-VCS-Branch: dev Date: Mon, 14 Apr 2025 15:21: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: e3e27cb1-5264-46d3-8241-eb66c9b50cd4 X-Archives-Hash: 99757df930be60ce34ac471e99e0ccb2 commit: 2467eda725aa54ed2b9885e9f7d0ce2514d3a24c Author: RavFX XMR xmr mx> AuthorDate: Mon Apr 14 15:20:09 2025 +0000 Commit: RavFX xmr mx> CommitDate: Mon Apr 14 15:20:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2467eda7 net-p2p/feather: Removed USES relates to discontinued services from 2.7.0. Signed-off-by: RavFX XMR xmr.mx> net-p2p/feather/{feather-2.7.0.ebuild => feather-2.7.0-r1.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-p2p/feather/feather-2.7.0.ebuild b/net-p2p/feather/feather-2.7.0-r1.ebuild similarity index 92% rename from net-p2p/feather/feather-2.7.0.ebuild rename to net-p2p/feather/feather-2.7.0-r1.ebuild index e26ff73f1..23906b8d4 100644 --- a/net-p2p/feather/feather-2.7.0.ebuild +++ b/net-p2p/feather/feather-2.7.0-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="BSD MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="bounties calc crowdfunding exchange home localmonero qrcode reddit revuo tickers xmrig" +IUSE="bounties calc crowdfunding home qrcode revuo tickers xmrig" DEPEND=" dev-libs/libsodium:= media-gfx/qrencode:= @@ -67,11 +67,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