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 7062C1584AD for ; Sun, 20 Apr 2025 08:18:34 +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 5C39034310C for ; Sun, 20 Apr 2025 08:18:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 81D341104B9; Sun, 20 Apr 2025 08:18:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 784B11104B9 for ; Sun, 20 Apr 2025 08:18:25 +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 2E1D73430C9 for ; Sun, 20 Apr 2025 08:18:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAFD72450 for ; Sun, 20 Apr 2025 08:18:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1745137040.ffb878705aa8eded20fc77d7ec3adc5ae7841d24.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/bitcoin-core/bitcoin-core-28.1-r1.ebuild X-VCS-Directories: net-p2p/bitcoin-core/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ffb878705aa8eded20fc77d7ec3adc5ae7841d24 X-VCS-Branch: master Date: Sun, 20 Apr 2025 08:18:23 +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: 22199d3f-3ac1-4e2e-87d5-dd6362911d27 X-Archives-Hash: 9034a7dc06e04afd7a52b62e4780892d commit: ffb878705aa8eded20fc77d7ec3adc5ae7841d24 Author: Matt Whitlock mattwhitlock name> AuthorDate: Thu Apr 3 21:31:47 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 20 08:17:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb87870 net-p2p/bitcoin-core-28.1: drop IUSE="kde"; omit unneeded KIO .protocol file There doesn't seem to be any need for a KIO protocol helper since the desktop entry for Bitcoin-Qt specifies MimeType=x-scheme-handler/bitcoin;. See: https://github.com/gentoo/gentoo/pull/41395#pullrequestreview-2734109680 Signed-off-by: Matt Whitlock mattwhitlock.name> Closes: https://github.com/gentoo/gentoo/pull/41395 Signed-off-by: Sam James gentoo.org> net-p2p/bitcoin-core/bitcoin-core-28.1-r1.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/net-p2p/bitcoin-core/bitcoin-core-28.1-r1.ebuild b/net-p2p/bitcoin-core/bitcoin-core-28.1-r1.ebuild index 3437fb624095..6a8ebf6e91b1 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-28.1-r1.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-28.1-r1.ebuild @@ -19,12 +19,11 @@ SLOT="0" if [[ "${PV}" != *_rc* ]] ; then KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi -IUSE="+asm +berkdb +cli +daemon dbus examples +external-signer gui kde nat-pmp qrcode +sqlite +system-libsecp256k1 systemtap test test-full upnp zeromq" +IUSE="+asm +berkdb +cli +daemon dbus examples +external-signer gui nat-pmp qrcode +sqlite +system-libsecp256k1 systemtap test test-full upnp zeromq" RESTRICT="!test? ( test )" REQUIRED_USE=" dbus? ( gui ) - kde? ( gui ) qrcode? ( gui ) test-full? ( test ) " @@ -263,11 +262,6 @@ src_install() { newins src/qt/res/src/bitcoin.svg bitcoin128.svg domenu "${FILESDIR}/org.bitcoin.bitcoin-qt.desktop" - - if use kde ; then - insinto /usr/share/kservices5 - doins "${FILESDIR}/bitcoin-qt.protocol" - fi fi if use examples ; then @@ -296,10 +290,6 @@ pkg_preinst() { dosym -r /var/lib/bitcoin{/.bitcoin,d} fi fi - - if use kde && [[ -d "${EROOT}/usr/share/kde4" ]] ; then - dosym -r /usr/share/{kservices5,kde4/services}/bitcoin-qt.protocol - fi } pkg_postinst() {