diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-10-19 19:04:16 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-10-19 19:05:17 +0200 |
commit | 990ed0bd91b5994133c2473ea2556086e60761a2 (patch) | |
tree | bd3edaf7936f0a6f67919e66a5a607b95443bcaa /net-libs | |
parent | dev-util/bitcoin-tx: drop 25.0 (diff) | |
download | gentoo-990ed0bd91b5994133c2473ea2556086e60761a2.tar.gz gentoo-990ed0bd91b5994133c2473ea2556086e60761a2.tar.bz2 gentoo-990ed0bd91b5994133c2473ea2556086e60761a2.zip |
net-libs/libbitcoinconsensus: drop 25.0
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libbitcoinconsensus/libbitcoinconsensus-25.0.ebuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-25.0.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-25.0.ebuild deleted file mode 100644 index a13f58256a8b..000000000000 --- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-25.0.ebuild +++ /dev/null @@ -1,14 +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[libs]" -HOMEPAGE="https://bitcoincore.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+asm" - -RDEPEND="~net-p2p/bitcoin-core-${PV}[libs,asm=]" |