summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-03-19 23:18:05 +0000
committerAnthony G. Basile <blueness@gentoo.org>2016-03-20 11:42:55 -0400
commitd5fb469859f75c12eb5874dedcd0be3026179a1c (patch)
treee0a48073381b9d276c7cb7b36fcc857bc953d8d8 /net-p2p/bitcoind/bitcoind-9999.ebuild
parentdev-libs/univalue: initial commit, version 1.0.2 (diff)
downloadgentoo-d5fb469859f75c12eb5874dedcd0be3026179a1c.tar.gz
gentoo-d5fb469859f75c12eb5874dedcd0be3026179a1c.tar.bz2
gentoo-d5fb469859f75c12eb5874dedcd0be3026179a1c.zip
net-p2p/bitcoin*: bump all pkgs to 0.12.0 and update 9999
Diffstat (limited to 'net-p2p/bitcoind/bitcoind-9999.ebuild')
-rw-r--r--net-p2p/bitcoind/bitcoind-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-p2p/bitcoind/bitcoind-9999.ebuild b/net-p2p/bitcoind/bitcoind-9999.ebuild
index 71304c3496ab..979b901baa3c 100644
--- a/net-p2p/bitcoind/bitcoind-9999.ebuild
+++ b/net-p2p/bitcoind/bitcoind-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2010-2015 Gentoo Foundation
+# Copyright 2010-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-BITCOINCORE_IUSE="examples test upnp +wallet"
+BITCOINCORE_IUSE="examples test upnp +wallet zeromq"
BITCOINCORE_NEED_LEVELDB=1
BITCOINCORE_NEED_LIBSECP256K1=1
inherit bash-completion-r1 bitcoincore user systemd
@@ -51,11 +51,14 @@ src_install() {
dodoc doc/assets-attribution.md doc/bips.md doc/tor.md
doman contrib/debian/manpages/{bitcoind.1,bitcoin.conf.5}
+ use zeromq && dodoc doc/zmq.md
+
newbashcomp contrib/${PN}.bash-completion ${PN}
if use examples; then
docinto examples
dodoc -r contrib/{bitrpc,qos,spendfrom,tidy_datadir.sh}
+ use zeromq && dodoc -r contrib/zmq
fi
insinto /etc/logrotate.d