tnet-p2p/libbitcoin-blockchain: Add 9999 ebuild. - parlay - yet another gentoo overlay
 (HTM) git clone https://git.parazyd.org/parlay
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit df7037d00649fab7651eac177ed73a0d2bc2c256
 (DIR) parent 6e7f34d0d6963dead4fd0423ca57c992d0b38545
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Mon,  8 Feb 2021 14:57:20 +0100
       
       net-p2p/libbitcoin-blockchain: Add 9999 ebuild.
       
       Diffstat:
         A net-p2p/libbitcoin-blockchain/libb… |      36 +++++++++++++++++++++++++++++++
         A net-p2p/libbitcoin-blockchain/meta… |       7 +++++++
       
       2 files changed, 43 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/net-p2p/libbitcoin-blockchain/libbitcoin-blockchain-9999.ebuild b/net-p2p/libbitcoin-blockchain/libbitcoin-blockchain-9999.ebuild
       t@@ -0,0 +1,36 @@
       +# Copyright 1999-2021 Gentoo Authors
       +# Distributed under the terms of the GNU General Public License v2
       +
       +EAPI=7
       +
       +inherit autotools git-r3
       +
       +DESCRIPTION="Bitcoin blockchain library"
       +HOMEPAGE="https://libbitcoin.info"
       +EGIT_REPO_URI="https://github.com/libbitcoin/${PN}"
       +
       +LICENSE="AGPL-3+"
       +SLOT="0"
       +KEYWORDS="~amd64 ~x86"
       +IUSE="static-libs debug test +consensus +tools"
       +
       +DEPEND="
       +        >=dev-libs/boost-1.62.0:=[threads(+)]
       +        =net-p2p/libbitcoin-database-${PV}
       +        consensus? ( =net-p2p/libbitcoin-consensus-${PV} )
       +"
       +RDEPEND="${DEPEND}"
       +
       +src_prepare() {
       +        eautoreconf
       +        default
       +}
       +
       +src_configure() {
       +        econf \
       +                $(use_with test tests) \
       +                $(use_with tools) \
       +                $(use_with consensus) \
       +                $(use_enable static-libs static) \
       +                $(use_enable debug ndebug)
       +}
 (DIR) diff --git a/net-p2p/libbitcoin-blockchain/metadata.xml b/net-p2p/libbitcoin-blockchain/metadata.xml
       t@@ -0,0 +1,7 @@
       +<?xml version="1.0" encoding="UTF-8"?>
       +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
       +<pkgmetadata>
       +<maintainer type="person">
       +        <email>parazyd@dyne.org</email>
       +</maintainer>
       +</pkgmetadata>