From 9aec02df58bf2ee19aea9264374832d2ff5b0f4d Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 19 Jan 2018 00:57:20 +0100 Subject: [PATCH] net-libs/libbitcoinconsensus: Drop live ebuild (outdated) Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- .../libbitcoinconsensus-9999.ebuild | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild deleted file mode 100644 index 33b88996fcee6..0000000000000 --- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2010-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -BITCOINCORE_IUSE="test" -BITCOINCORE_NO_DEPEND="libevent" -inherit bitcoincore eutils - -DESCRIPTION="Bitcoin Core consensus library" -LICENSE="MIT" -SLOT="0" -KEYWORDS="" - -src_prepare() { - bitcoincore_src_prepare - epatch "${FILESDIR}/bugfix_bench_checks.patch" -} - -src_configure() { - bitcoincore_conf \ - --with-libs -} - -src_install() { - bitcoincore_src_install - dodoc doc/bips.md - prune_libtool_files -}