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 11A1015814C 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 34FC02BC0C1; Thu, 19 Oct 2023 17:06:13 +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 13D202BC0BB 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 03E88335D44 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 7A668B4E 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: <1697735117.837123c85ee338c0a1aea2e50e3695566b1f5959.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bitcoin-tx/bitcoin-tx-25.0.ebuild X-VCS-Directories: dev-util/bitcoin-tx/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 837123c85ee338c0a1aea2e50e3695566b1f5959 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: 0d1e63f5-5421-4a41-a3cb-d746c73b576c X-Archives-Hash: 0f668c77d12c587ee5b26bff05cefbfe commit: 837123c85ee338c0a1aea2e50e3695566b1f5959 Author: Florian Schmaus gentoo org> AuthorDate: Thu Oct 19 17:03:54 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Oct 19 17:05:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837123c8 dev-util/bitcoin-tx: drop 25.0 Signed-off-by: Florian Schmaus gentoo.org> dev-util/bitcoin-tx/bitcoin-tx-25.0.ebuild | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dev-util/bitcoin-tx/bitcoin-tx-25.0.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-25.0.ebuild deleted file mode 100644 index 7593d8a0097f..000000000000 --- a/dev-util/bitcoin-tx/bitcoin-tx-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" -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}"