Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/
Date: Fri, 11 Jan 2019 21:39:05
Message-Id: 1547242697.aa130327096bc4a9d5e1b19a100c2e3468f1ef67.candrews@gentoo
1 commit: aa130327096bc4a9d5e1b19a100c2e3468f1ef67
2 Author: Luke Dashjr <luke-jr+git <AT> utopios <DOT> org>
3 AuthorDate: Sat Dec 29 23:42:21 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 11 21:38:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa130327
7
8 net-p2p/bitcoin-cli: Bump to 0.17.1
9
10 Signed-off-by: Luke Dashjr <luke-jr+git <AT> utopios.org>
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 net-p2p/bitcoin-cli/Manifest | 2 +
14 net-p2p/bitcoin-cli/bitcoin-cli-0.17.1.ebuild | 96 +++++++++++++++++++++++++++
15 2 files changed, 98 insertions(+)
16
17 diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
18 index 443491598dd..c3a90d5a2b6 100644
19 --- a/net-p2p/bitcoin-cli/Manifest
20 +++ b/net-p2p/bitcoin-cli/Manifest
21 @@ -1,2 +1,4 @@
22 DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390 SHA512 2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893
23 +DIST bitcoin-0.17.1.knots20181229.patches.tar.xz 475988 BLAKE2B ce19ccbbeaac48f24b2833858a186494f84cb54ac380c42104f4d16b0a6acb44bc7a83c1b11311e2c566326d7067530ea5f34404def5f22b4825e2fa15aca22d SHA512 da89f9510ee523c712aa137512dda752ab8d115eb8a45a999aa742555621f557694db34162a1f6979922268a3e22563883ea6d9d9a47e5c7613235c0ff06fda0
24 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e SHA512 2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d
25 +DIST bitcoin-v0.17.1.tar.gz 6224852 BLAKE2B efc86768ee2d23db83496ff9e62bc86d10c4d24a7343f4c706a4d336aeb94087b2d496db53e393beb5a9dc228bb9fe957ca89254c2fdaf9980b03029efbac2f8 SHA512 ef911ac6b49075a4f3d8db7f9f4dc59590d49847006fa36d7b8cce1634945d418accd95b12da505df38314fb7768f544863169d4b26b230e88dd627a83947466
26
27 diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.17.1.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.17.1.ebuild
28 new file mode 100644
29 index 00000000000..e7296976041
30 --- /dev/null
31 +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.17.1.ebuild
32 @@ -0,0 +1,96 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit autotools bash-completion-r1
39 +
40 +BITCOINCORE_COMMITHASH="ef70f9b52b851c7997a9f1a0834714e3eebc1fd8"
41 +KNOTS_PV="${PV}.knots20181229"
42 +KNOTS_P="bitcoin-${KNOTS_PV}"
43 +
44 +DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitcoind"
45 +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
46 +SRC_URI="
47 + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz
48 + https://bitcoinknots.org/files/0.17.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
49 +"
50 +
51 +LICENSE="MIT"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
54 +IUSE="knots libressl"
55 +
56 +DEPEND="
57 + >=dev-libs/boost-1.52.0:=[threads(+)]
58 + dev-libs/libevent:=
59 + >=dev-libs/univalue-1.0.4:=
60 + !libressl? ( dev-libs/openssl:0=[-bindist] )
61 + libressl? ( dev-libs/libressl:0= )
62 +"
63 +RDEPEND="${DEPEND}"
64 +
65 +DOCS=( doc/release-notes.md )
66 +
67 +S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
68 +
69 +pkg_pretend() {
70 + if use knots; then
71 + elog "You are building ${PN} from Bitcoin Knots."
72 + elog "For more information, see:"
73 + elog "https://bitcoinknots.org/files/0.17.x/${KNOTS_PV}/${KNOTS_P}.desc.html"
74 + else
75 + elog "You are building ${PN} from Bitcoin Core."
76 + elog "For more information, see:"
77 + elog "https://bitcoincore.org/en/2018/12/25/release-${PV}/"
78 + fi
79 +}
80 +
81 +src_prepare() {
82 + local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
83 +
84 + eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
85 +
86 + if use knots; then
87 + eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
88 + eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
89 + eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
90 + fi
91 +
92 + eapply_user
93 +
94 + echo '#!/bin/true' >share/genbuild.sh || die
95 + mkdir -p src/obj || die
96 + echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h || die
97 +
98 + eautoreconf
99 + rm -r src/leveldb src/secp256k1 || die
100 +}
101 +
102 +src_configure() {
103 + local my_econf=(
104 + --disable-asm
105 + --without-qtdbus
106 + --without-qrencode
107 + --without-miniupnpc
108 + --disable-tests
109 + --disable-wallet
110 + --disable-zmq
111 + --enable-util-cli
112 + --disable-util-tx
113 + --disable-bench
114 + --without-libs
115 + --without-daemon
116 + --without-gui
117 + --disable-ccache
118 + --disable-static
119 + --with-system-univalue
120 + )
121 + econf "${my_econf[@]}"
122 +}
123 +
124 +src_install() {
125 + default
126 +
127 + newbashcomp contrib/bitcoin-cli.bash-completion ${PN}
128 +}