summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-05-27 01:04:58 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-05-27 01:04:58 +0000
commit7598ffd344074c1f4cfc778cc336077fd007c518 (patch)
tree17bd7be80cafdac03a0907409a4da21b8dc2f4ec /net-p2p
parentVersion bump. (diff)
downloadgentoo-2-7598ffd344074c1f4cfc778cc336077fd007c518.tar.gz
gentoo-2-7598ffd344074c1f4cfc778cc336077fd007c518.tar.bz2
gentoo-2-7598ffd344074c1f4cfc778cc336077fd007c518.zip
Version bump.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitcoin-cli/ChangeLog8
-rw-r--r--net-p2p/bitcoin-cli/bitcoin-cli-0.10.1.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/net-p2p/bitcoin-cli/ChangeLog b/net-p2p/bitcoin-cli/ChangeLog
index 9c095b145c9a..ba03cfe2367e 100644
--- a/net-p2p/bitcoin-cli/ChangeLog
+++ b/net-p2p/bitcoin-cli/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/bitcoin-cli
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog,v 1.7 2015/03/14 19:27:46 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog,v 1.8 2015/05/27 01:04:58 blueness Exp $
+
+*bitcoin-cli-0.10.1 (27 May 2015)
+
+ 27 May 2015; Anthony G. Basile <blueness@gentoo.org>
+ +bitcoin-cli-0.10.1.ebuild:
+ Version bump.
14 Mar 2015; Anthony G. Basile <blueness@gentoo.org>
bitcoin-cli-0.10.0-r1.ebuild, bitcoin-cli-0.9.3.ebuild:
diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.10.1.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.10.1.ebuild
new file mode 100644
index 000000000000..0fca4c1d54cb
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.10.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2010-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.10.1.ebuild,v 1.1 2015/05/27 01:04:58 blueness Exp $
+
+EAPI=5
+
+BITCOINCORE_COMMITHASH="d8ac90184254fea3a7f4991fd0529dfbd750aea0"
+BITCOINCORE_LJR_DATE="20150428"
+BITCOINCORE_IUSE=""
+inherit bitcoincore
+
+DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to Bitcoin Core Daemon"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+src_prepare() {
+ bitcoincore_prepare
+ bitcoincore_autoreconf
+}
+
+src_configure() {
+ bitcoincore_conf \
+ --enable-util-cli
+}