commit: 9aec02df58bf2ee19aea9264374832d2ff5b0f4d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 23:57:20 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 18:39:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aec02df
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(-)
diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild
b/net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild
deleted file mode 100644
index 33b88996fce..00000000000
--- 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
-}