diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-19 00:57:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-19 19:39:38 +0100 |
commit | 9aec02df58bf2ee19aea9264374832d2ff5b0f4d (patch) | |
tree | 5d21e5fd7b4a9826eeb009f5c3795c07db0f9922 /net-libs/libbitcoinconsensus | |
parent | dev-util/bitcoin-tx: Drop live ebuild (outdated) (diff) | |
download | gentoo-9aec02df58bf2ee19aea9264374832d2ff5b0f4d.tar.gz gentoo-9aec02df58bf2ee19aea9264374832d2ff5b0f4d.tar.bz2 gentoo-9aec02df58bf2ee19aea9264374832d2ff5b0f4d.zip |
net-libs/libbitcoinconsensus: Drop live ebuild (outdated)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-libs/libbitcoinconsensus')
-rw-r--r-- | net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild deleted file mode 100644 index 33b88996fcee..000000000000 --- 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 -} |