summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-11-27 15:01:06 -0500
committerAnthony G. Basile <blueness@gentoo.org>2015-11-27 15:08:33 -0500
commit9bc0502cf7b45a8500db612f2c50b87f8e6b7204 (patch)
treecdedcc44f29ced054528fbb4d59cec3d30b5fd17 /dev-util/bitcoin-tx/bitcoin-tx-0.11.2.ebuild
parentnet-libs/libbitcoinconsensus: version bump to 0.11.2 (diff)
downloadgentoo-9bc0502cf7b45a8500db612f2c50b87f8e6b7204.tar.gz
gentoo-9bc0502cf7b45a8500db612f2c50b87f8e6b7204.tar.bz2
gentoo-9bc0502cf7b45a8500db612f2c50b87f8e6b7204.zip
dev-util/bitcoin-tx: version bump 0.11.2
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-util/bitcoin-tx/bitcoin-tx-0.11.2.ebuild')
-rw-r--r--dev-util/bitcoin-tx/bitcoin-tx-0.11.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.11.2.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-0.11.2.ebuild
new file mode 100644
index 000000000000..31ee9a8d522f
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.11.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2010-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+BITCOINCORE_COMMITHASH="7e278929df53e1fb4191bc5ba3176a177ce718bf"
+BITCOINCORE_LJR_DATE="20151118"
+BITCOINCORE_IUSE=""
+BITCOINCORE_NEED_LIBSECP256K1=1
+inherit bitcoincore
+
+DESCRIPTION="Command-line Bitcoin transaction tool"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+src_configure() {
+ bitcoincore_conf \
+ --enable-util-tx
+}