From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BC47158089 for ; Thu, 19 Oct 2023 17:49:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 546C22BC0CD; Thu, 19 Oct 2023 17:49:03 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 28E832BC0CD for ; Thu, 19 Oct 2023 17:49:03 +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 13214335CB7 for ; Thu, 19 Oct 2023 17:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AC3F11E3 for ; Thu, 19 Oct 2023 17:49:00 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1697737730.d91f896e931b31dcaad921cc3955327e991c12a1.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/bitcoind/bitcoind-25.0.ebuild X-VCS-Directories: net-p2p/bitcoind/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d91f896e931b31dcaad921cc3955327e991c12a1 X-VCS-Branch: master Date: Thu, 19 Oct 2023 17:49:00 +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: 9678cfe4-754a-4fc2-98f7-59826986b541 X-Archives-Hash: 451d5580a826984d830e494cec77bb67 commit: d91f896e931b31dcaad921cc3955327e991c12a1 Author: Florian Schmaus gentoo org> AuthorDate: Thu Oct 19 17:48:39 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Oct 19 17:48:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91f896e net-p2p/bitcoind: drop 25.0 Signed-off-by: Florian Schmaus gentoo.org> net-p2p/bitcoind/bitcoind-25.0.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/net-p2p/bitcoind/bitcoind-25.0.ebuild b/net-p2p/bitcoind/bitcoind-25.0.ebuild deleted file mode 100644 index b0f60caef63e..000000000000 --- a/net-p2p/bitcoind/bitcoind-25.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Transitional package for net-p2p/bitcoin-core[daemon]" -HOMEPAGE="https://bitcoincore.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+asm +berkdb examples +external-signer nat-pmp +sqlite systemtap test upnp +wallet zeromq" -RESTRICT="!test? ( test )" - -RDEPEND=" - ~net-p2p/bitcoin-core-${PV}[daemon,asm=,berkdb=,examples=,external-signer=,nat-pmp=,sqlite=,systemtap=,test=,upnp=,zeromq=] - wallet? ( || ( ~net-p2p/bitcoin-core-${PV}[berkdb] ~net-p2p/bitcoin-core-${PV}[sqlite] ) ) -"