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 1F63F158089 for ; Thu, 19 Oct 2023 17:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 367A82BC0C2; Thu, 19 Oct 2023 17:06:13 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 209C12BC0C2 for ; Thu, 19 Oct 2023 17:06:13 +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 449CB335D46 for ; Thu, 19 Oct 2023 17:06:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A22E61295 for ; Thu, 19 Oct 2023 17:06:10 +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: <1697735118.a53e2e6ab60d043aad17a6f0a4f3b20d45f59c02.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/bitcoin-cli/bitcoin-cli-25.0.ebuild X-VCS-Directories: net-p2p/bitcoin-cli/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: a53e2e6ab60d043aad17a6f0a4f3b20d45f59c02 X-VCS-Branch: master Date: Thu, 19 Oct 2023 17:06:10 +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: 49595054-c5d8-49f9-b879-079d2da35c56 X-Archives-Hash: ecc48093ff7cb297693cea038b22b6f2 commit: a53e2e6ab60d043aad17a6f0a4f3b20d45f59c02 Author: Florian Schmaus gentoo org> AuthorDate: Thu Oct 19 17:04:32 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Oct 19 17:05:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53e2e6a net-p2p/bitcoin-cli: drop 25.0 Signed-off-by: Florian Schmaus gentoo.org> net-p2p/bitcoin-cli/bitcoin-cli-25.0.ebuild | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-25.0.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-25.0.ebuild deleted file mode 100644 index 04157a27bd07..000000000000 --- a/net-p2p/bitcoin-cli/bitcoin-cli-25.0.ebuild +++ /dev/null @@ -1,13 +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[bitcoin-cli]" -HOMEPAGE="https://bitcoincore.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND="~net-p2p/bitcoin-core-${PV}[bitcoin-cli]"