[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/, profiles/base/, net-p2p/bitcoin-cli/files/

2023-10-24 Thread Florian Schmaus
commit: 7d4a0a9ffacc1d795c411ac29224429a937483eb
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Oct 24 10:29:43 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Oct 24 10:37:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4a0a9f

net-p2p/bitcoin-cli: drop 0.21.0, 22.0, 24.0.1-r1

Signed-off-by: Florian Schmaus  gentoo.org>

 net-p2p/bitcoin-cli/Manifest |   5 -
 net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild| 102 
 net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild  | 109 -
 net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild |  81 ---
 net-p2p/bitcoin-cli/files/24.0.1-gcc13.patch |  39 
 net-p2p/bitcoin-cli/files/24.0.1-syslibs.patch   | 281 ---
 net-p2p/bitcoin-cli/metadata.xml |   3 -
 profiles/base/package.use.mask   |   1 -
 8 files changed, 621 deletions(-)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
deleted file mode 100644
index c33fa9abf302..
--- a/net-p2p/bitcoin-cli/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
-DIST bitcoin-22.0.knots20211108.patches.tar.xz 1318256 BLAKE2B 
d6e56bc0ca1d706e99e7f42d8f335f016335b6bf3637c733d993696872f0a4c655cc58fc0394dfdf9916e13f0d7fbdcebf25fbdc9a165227e3c59133033644c0
 SHA512 
daab5860b7c7e137b6bf350cdc153e6e19172e49935640d1f6fe1f1be1e4df805b1db7fd30b0f95a560106956adab70cc6282fe933ae9de153cb971dd280f83d
-DIST bitcoin-24.0.1.tar.gz 11412628 BLAKE2B 
2a8c83aecd12d8d40305d78ede1f389884ee62cfe4af39a9b416b8887a595f3393d599ebe9ddeb576bba5896923feb7ee45ba32d7d4cb0ce9e6d0ef39ecf83c7
 SHA512 
de1ddb543429f70b0b55a46500e0bc4807cca1b1655a28f8ab186d6f6e620f8cf82420bbdf412976ffed9bc6d742926b19933429c734edaf7430a4f8c37e1685
-DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
-DIST bitcoin-v22.0.tar.gz 7977783 BLAKE2B 
ba212037bc8efcfbbbf6340c48ed886c4a5aa93e4a34097eafea39734a6f4e25fa6b174f894655f63c504380d8761657771795bfcc641018bf1f1661deef9321
 SHA512 
1b4b17360e97f390ae678adb7a239c359d3a1288799710683e26f09fc53341b6fca3211465fa3e4fdee37324d85ec1a31ffd1a3714e969df13441f755fa4b7ad

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
deleted file mode 100644
index 74c885b4f4dc..
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools bash-completion-r1
-
-BITCOINCORE_COMMITHASH="95ea54ba089610019a74c1176a2c7c0dba144b1c"
-KNOTS_PV="${PV}.knots20210130"
-KNOTS_P="bitcoin-${KNOTS_PV}"
-
-DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
-HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
-SRC_URI="
-   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   https://bitcoinknots.org/files/$(ver_cut 
1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="knots"
-
-DEPEND="
-   dev-libs/boost:=
-   dev-libs/libevent:=
-   >=dev-libs/univalue-1.0.4:=
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   >=sys-devel/autoconf-2.69
-   >=sys-devel/automake-1.13
-"
-
-DOCS=(
-   doc/release-notes.md
-)
-
-S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
-
-pkg_pretend() {
-   if use knots; then
-   elog "You are building ${PN} from Bitcoin Knots."
-   elog "For more information, see:"
-   elog 
"https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
-   else
-   elog "You are building ${PN} from Bitcoin Core."
-   elog "For more information, see:"
-   elog "https://bitcoincore.org/en/2021/01/14/release-${PV}/;
-   fi
-}
-
-src_prepare() {
-   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
-
-   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
-
-   if use knots; then
-   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
-   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
-   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
-   fi
-
-   eapply_user
-
-   echo '#!/bin/true' 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2023-10-24 Thread Joonas Niilola
commit: cb14cdb844dfa7711018c147a4a27c863051995d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Oct 24 09:13:32 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Oct 24 09:13:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb14cdb8

net-p2p/bitcoin-cli: Stabilize 25.1 amd64, #902099

Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/bitcoin-cli/bitcoin-cli-25.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-25.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-25.1.ebuild
index 04157a27bd07..852469d6eb7c 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-25.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-25.1.ebuild
@@ -8,6 +8,6 @@ HOMEPAGE="https://bitcoincore.org/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="~net-p2p/bitcoin-core-${PV}[bitcoin-cli]"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2023-10-24 Thread Joonas Niilola
commit: f8b3e859e3ee2992efe16a7ff0481bf71a2b3329
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Oct 24 09:14:02 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Oct 24 09:14:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b3e859

net-p2p/bitcoin-cli: Stabilize 25.1 x86, #902099

Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/bitcoin-cli/bitcoin-cli-25.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-25.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-25.1.ebuild
index 852469d6eb7c..81c2ad58ef7c 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-25.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-25.1.ebuild
@@ -8,6 +8,6 @@ HOMEPAGE="https://bitcoincore.org/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="~net-p2p/bitcoin-core-${PV}[bitcoin-cli]"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2023-10-19 Thread Florian Schmaus
commit: a53e2e6ab60d043aad17a6f0a4f3b20d45f59c02
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Oct 19 17:04:32 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Oct 19 17:05:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53e2e6a

net-p2p/bitcoin-cli: drop 25.0

Signed-off-by: Florian Schmaus  gentoo.org>

 net-p2p/bitcoin-cli/bitcoin-cli-25.0.ebuild | 13 -
 1 file changed, 13 deletions(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-25.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-25.0.ebuild
deleted file mode 100644
index 04157a27bd07..
--- a/net-p2p/bitcoin-cli/bitcoin-cli-25.0.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Transitional package for net-p2p/bitcoin-core[bitcoin-cli]"
-HOMEPAGE="https://bitcoincore.org/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="~net-p2p/bitcoin-core-${PV}[bitcoin-cli]"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/files/, net-p2p/bitcoin-cli/

2023-04-09 Thread Sam James
commit: cc8c224903f48c9154a66e70383ef72b706c2d38
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 04:06:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 04:06:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8c2249

net-p2p/bitcoin-cli: fix build w/ gcc 13

Closes: https://bugs.gentoo.org/895814
Signed-off-by: Sam James  gentoo.org>

 net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild |  1 +
 net-p2p/bitcoin-cli/files/24.0.1-gcc13.patch | 39 
 2 files changed, 40 insertions(+)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild
index 61cee04d2c9c..c93ec569cf67 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild
@@ -29,6 +29,7 @@ DOCS=( doc/release-notes.md )
 
 PATCHES=(
"${FILESDIR}"/24.0.1-syslibs.patch
+   "${FILESDIR}"/24.0.1-gcc13.patch
 )
 
 pkg_pretend() {

diff --git a/net-p2p/bitcoin-cli/files/24.0.1-gcc13.patch 
b/net-p2p/bitcoin-cli/files/24.0.1-gcc13.patch
new file mode 100644
index ..39cf81b14953
--- /dev/null
+++ b/net-p2p/bitcoin-cli/files/24.0.1-gcc13.patch
@@ -0,0 +1,39 @@
+https://bugs.gentoo.org/903781
+https://bugs.gentoo.org/900246
+https://bugs.gentoo.org/895814
+https://bugs.gentoo.org/894734
+https://github.com/bitcoin/bitcoin/commit/fadeb6b103cb441e0e91ef506ef29febabb10715
+
+From fadeb6b103cb441e0e91ef506ef29febabb10715 Mon Sep 17 00:00:00 2001
+From: MarcoFalke <*~=`'#}+{/-|&$^_...@721217.xyz>
+Date: Thu, 19 Jan 2023 19:35:43 +0100
+Subject: [PATCH] Add missing includes to fix gcc-13 compile error
+
+--- a/src/support/lockedpool.cpp
 b/src/support/lockedpool.cpp
+@@ -19,6 +19,9 @@
+ #endif
+ 
+ #include 
++#include 
++#include 
++#include 
+ #ifdef ARENA_DEBUG
+ #include 
+ #include 
+--- a/src/support/lockedpool.h
 b/src/support/lockedpool.h
+@@ -5,11 +5,11 @@
+ #ifndef BITCOIN_SUPPORT_LOCKEDPOOL_H
+ #define BITCOIN_SUPPORT_LOCKEDPOOL_H
+ 
+-#include 
++#include 
+ #include 
+ #include 
+-#include 
+ #include 
++#include 
+ #include 
+ 
+ /**



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2023-01-04 Thread Sam James
commit: 9cfb84f4028153f37c3d039ea0160dd8c6626711
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  5 06:56:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  5 06:56:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfb84f4

net-p2p/bitcoin-cli: add virtual/bitcoin-leveldb dep

We may be able to prune this again (only bitcoin-qt/bitcoind actually need it,
maybe?) but most people will have one of those anyway, and we want to keep stuff
working. We already did a huge rebase of the patches so I'd rather let the dust
settle first.

Closes: https://bugs.gentoo.org/889784
Signed-off-by: Sam James  gentoo.org>

 .../{bitcoin-cli-24.0.1.ebuild => bitcoin-cli-24.0.1-r1.ebuild}| 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild
similarity index 91%
rename from net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild
rename to net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild
index cbf563fcda34..61cee04d2c9c 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild
@@ -16,9 +16,12 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
+# TODO: Can we drop virtual/bitcoin-leveldb from some bitcoin-*?
+# (only bitcoin-qt, bitcoind should need it?)
 RDEPEND="
dev-libs/boost:=
dev-libs/libevent:=
+   virtual/bitcoin-leveldb
 "
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/, net-p2p/bitcoin-cli/files/

2023-01-04 Thread Sam James
commit: 9a3eab629cec5c7f34a68bb150403586c862596b
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  5 02:56:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  5 04:37:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3eab62

net-p2p/bitcoin-cli: add 24.0.1

Signed-off-by: Sam James  gentoo.org>

 net-p2p/bitcoin-cli/Manifest   |   1 +
 net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild  |  77 +++
 net-p2p/bitcoin-cli/files/24.0.1-syslibs.patch | 281 +
 3 files changed, 359 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 0408f94aa093..c33fa9abf302 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,4 +1,5 @@
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
 DIST bitcoin-22.0.knots20211108.patches.tar.xz 1318256 BLAKE2B 
d6e56bc0ca1d706e99e7f42d8f335f016335b6bf3637c733d993696872f0a4c655cc58fc0394dfdf9916e13f0d7fbdcebf25fbdc9a165227e3c59133033644c0
 SHA512 
daab5860b7c7e137b6bf350cdc153e6e19172e49935640d1f6fe1f1be1e4df805b1db7fd30b0f95a560106956adab70cc6282fe933ae9de153cb971dd280f83d
+DIST bitcoin-24.0.1.tar.gz 11412628 BLAKE2B 
2a8c83aecd12d8d40305d78ede1f389884ee62cfe4af39a9b416b8887a595f3393d599ebe9ddeb576bba5896923feb7ee45ba32d7d4cb0ce9e6d0ef39ecf83c7
 SHA512 
de1ddb543429f70b0b55a46500e0bc4807cca1b1655a28f8ab186d6f6e620f8cf82420bbdf412976ffed9bc6d742926b19933429c734edaf7430a4f8c37e1685
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
 DIST bitcoin-v22.0.tar.gz 7977783 BLAKE2B 
ba212037bc8efcfbbbf6340c48ed886c4a5aa93e4a34097eafea39734a6f4e25fa6b174f894655f63c504380d8761657771795bfcc641018bf1f1661deef9321
 SHA512 
1b4b17360e97f390ae678adb7a239c359d3a1288799710683e26f09fc53341b6fca3211465fa3e4fdee37324d85ec1a31ffd1a3714e969df13441f755fa4b7ad

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild
new file mode 100644
index ..cbf563fcda34
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-24.0.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools bash-completion-r1
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="https://bitcoincore.org/;
+SRC_URI="
+   https://bitcoincore.org/bin/bitcoin-core-${PV}/${P/-cli}.tar.gz
+"
+S="${WORKDIR}"/${P/-cli}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-libs/boost:=
+   dev-libs/libevent:=
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( doc/release-notes.md )
+
+PATCHES=(
+   "${FILESDIR}"/24.0.1-syslibs.patch
+)
+
+pkg_pretend() {
+   elog "You are building ${PN} from Bitcoin Core."
+   elog "For more information, see:"
+   elog "https://bitcoincore.org/en/releases/${PV}/;
+}
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   rm -r src/leveldb src/secp256k1 || die
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-asm
+   --without-qtdbus
+   --disable-ebpf
+   --without-natpmp
+   --without-qrencode
+   --without-miniupnpc
+   --disable-tests
+   --disable-wallet
+   --disable-zmq
+   --enable-util-cli
+   --disable-util-tx
+   --disable-util-util
+   --disable-util-wallet
+   --disable-bench
+   --without-libs
+   --without-daemon
+   --without-gui
+   --disable-fuzz
+   --disable-fuzz-binary
+   --disable-ccache
+   --disable-static
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   newbashcomp contrib/bitcoin-cli.bash-completion ${PN}
+}

diff --git a/net-p2p/bitcoin-cli/files/24.0.1-syslibs.patch 
b/net-p2p/bitcoin-cli/files/24.0.1-syslibs.patch
new file mode 100644
index ..00404a2ff021
--- /dev/null
+++ b/net-p2p/bitcoin-cli/files/24.0.1-syslibs.patch
@@ -0,0 +1,281 @@
+Originally based on 22.0-fix_build_without_leveldb.patch.
+
+- Allow system libsecp256k1
+- Allow system leveldb
+- Abort if runtime leveldb != compiled-against leveldb
+- Handle berkdb support being disabled better
+--- a/configure.ac
 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2023-01-04 Thread Arthur Zamarin
commit: e6b0818ab2831d11e600a4913b66ee51d35715da
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan  4 14:28:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan  4 14:28:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b0818a

net-p2p/bitcoin-cli: Stabilize 22.0 x86, #889692

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
index 010ca6d0705e..e3f03d6a8843 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="knots"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2023-01-04 Thread Arthur Zamarin
commit: 380d3c90f1ef665dfc9fd133496887a661a50817
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan  4 14:28:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan  4 14:28:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380d3c90

net-p2p/bitcoin-cli: Stabilize 22.0 amd64, #889692

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
index 1fb7fd08c62f..010ca6d0705e 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="knots"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2023-01-04 Thread Sam James
commit: 3b718cda73e3c8d5c2f6b56fa73ba47d686cf0ff
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  4 09:41:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  4 09:42:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b718cda

net-p2p/bitcoin-cli: drop 0.20.1, 0.21.1, 21.2

Signed-off-by: Sam James  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |   6 --
 net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild | 102 --
 net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild |  98 -
 net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild   |  98 -
 4 files changed, 304 deletions(-)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 04ebc2d345ab..0408f94aa093 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,10 +1,4 @@
-DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
-DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
-DIST bitcoin-21.2.knots20210629.patches.tar.xz 711680 BLAKE2B 
da49c6ab075b2478482daeafefcad507f12718e4ed2af847e64aa30ff0839876b9a5b68bc53f2327c9e18df51870d50f7e7d6b2215d5fde1d147567d9d60ffa5
 SHA512 
e0386f2712053475548c3d7fa927117d1fefa27d447c1398bec152e601a9be0af7a1b03f83f5345b03af252b372091548ce75075f42e4831f4e85f622531962b
 DIST bitcoin-22.0.knots20211108.patches.tar.xz 1318256 BLAKE2B 
d6e56bc0ca1d706e99e7f42d8f335f016335b6bf3637c733d993696872f0a4c655cc58fc0394dfdf9916e13f0d7fbdcebf25fbdc9a165227e3c59133033644c0
 SHA512 
daab5860b7c7e137b6bf350cdc153e6e19172e49935640d1f6fe1f1be1e4df805b1db7fd30b0f95a560106956adab70cc6282fe933ae9de153cb971dd280f83d
-DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
-DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46
-DIST bitcoin-v0.21.2.tar.gz 7768110 BLAKE2B 
fe8616235caba29ebf3a36d1a8484d5d534db0f7a6486822e88f8322eb9b7220b1c7539feee5b9486129eb97d5a6810b8542e627a6bf3451094821f56cd8d9f8
 SHA512 
4b3554b0f4a5f68d42a9bec273558098239c5b8be35248d1957d00076a8c57bf3d6cfb7af57b7340b0df7aea49c9bf2607a58cbb1573482527be4bd6da812dc0
 DIST bitcoin-v22.0.tar.gz 7977783 BLAKE2B 
ba212037bc8efcfbbbf6340c48ed886c4a5aa93e4a34097eafea39734a6f4e25fa6b174f894655f63c504380d8761657771795bfcc641018bf1f1661deef9321
 SHA512 
1b4b17360e97f390ae678adb7a239c359d3a1288799710683e26f09fc53341b6fca3211465fa3e4fdee37324d85ec1a31ffd1a3714e969df13441f755fa4b7ad

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
deleted file mode 100644
index 573e29aedb9b..
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools bash-completion-r1
-
-BITCOINCORE_COMMITHASH="bf0dc356ac4a2bdeda1908af021dea2de0dfb35a"
-KNOTS_PV="${PV}.knots20200815"
-KNOTS_P="bitcoin-${KNOTS_PV}"
-
-DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
-HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
-SRC_URI="
-   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   https://bitcoinknots.org/files/$(ver_cut 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2022-09-30 Thread Sam James
commit: 2d7588838a376db86fac94846bf26e12eff54f59
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:13:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d758883

net-p2p/bitcoin-cli: fix StaticSrcUri

Signed-off-by: Sam James  gentoo.org>

 net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild | 2 +-
 net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild | 2 +-
 net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild | 2 +-
 net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild   | 2 +-
 net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
index 0d0b3da5862a..573e29aedb9b 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for 
interfacing with bitc
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
index 113fb8d8b046..74c885b4f4dc 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for 
interfacing with bitc
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
index e87439f533d4..a79ddadfe6a8 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for 
interfacing with bitc
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild
index 64860f8f90a8..009bb9330bba 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for 
interfacing with bitc
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v0.${PV}.tar.gz
-   https://bitcoinknots.org/files/21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz 
-> ${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
index 13129ac9d061..1fb7fd08c62f 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for 
interfacing with bitc
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   https://bitcoinknots.org/files/22.x/${KNOTS_PV}/${KNOTS_P}.patches.txz 
-> ${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2022-09-04 Thread David Seifert
commit: 5cc097fefb89cf25e0e1b0ce6e7c76deee8a3b08
Author: David Seifert  gentoo  org>
AuthorDate: Sun Sep  4 13:03:16 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep  4 13:03:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc097fe

net-p2p/bitcoin-cli: remove stale boost lower bounds

Signed-off-by: David Seifert  gentoo.org>

 net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild | 2 +-
 net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild | 2 +-
 net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild | 2 +-
 net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild   | 2 +-
 net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
index df459f93bf77..0d0b3da5862a 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 
~amd64-linux ~x86-linux"
 IUSE="knots"
 
 DEPEND="
-   >=dev-libs/boost-1.52.0:=
+   dev-libs/boost:=
dev-libs/libevent:=
>=dev-libs/univalue-1.0.4:=
 "

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
index 99800bdc47fb..113fb8d8b046 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 
~amd64-linux ~x86-linux"
 IUSE="knots"
 
 DEPEND="
-   >=dev-libs/boost-1.58.0:=
+   dev-libs/boost:=
dev-libs/libevent:=
>=dev-libs/univalue-1.0.4:=
 "

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
index 93d0dffcc8e7..e87439f533d4 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linux"
 IUSE="knots"
 
 DEPEND="
-   >=dev-libs/boost-1.58.0:=
+   dev-libs/boost:=
dev-libs/libevent:=
>=dev-libs/univalue-1.0.4:=
 "

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild
index 5d23eabb8812..64860f8f90a8 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linux"
 IUSE="knots"
 
 DEPEND="
-   >=dev-libs/boost-1.58.0:=
+   dev-libs/boost:=
dev-libs/libevent:=
>=dev-libs/univalue-1.0.4:=
 "

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
index 1c48e15f5a33..13129ac9d061 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linux"
 IUSE="knots"
 
 RDEPEND="
-   >=dev-libs/boost-1.64.0:=
+   dev-libs/boost:=
dev-libs/libevent:=
>=dev-libs/univalue-1.0.4:=
 "



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2022-01-15 Thread Joonas Niilola
commit: f9238da86c41fc714323e07fd023b722a1cdddfa
Author: Luke Dashjr  utopios  org>
AuthorDate: Fri Dec 17 17:23:54 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Jan 15 08:29:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9238da8

net-p2p/bitcoin-cli: Bump to 21.2

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/bitcoin-cli/Manifest|  2 +
 net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild | 98 +
 2 files changed, 100 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index df6605d78500..04ebc2d345ab 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,8 +1,10 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
 DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
+DIST bitcoin-21.2.knots20210629.patches.tar.xz 711680 BLAKE2B 
da49c6ab075b2478482daeafefcad507f12718e4ed2af847e64aa30ff0839876b9a5b68bc53f2327c9e18df51870d50f7e7d6b2215d5fde1d147567d9d60ffa5
 SHA512 
e0386f2712053475548c3d7fa927117d1fefa27d447c1398bec152e601a9be0af7a1b03f83f5345b03af252b372091548ce75075f42e4831f4e85f622531962b
 DIST bitcoin-22.0.knots20211108.patches.tar.xz 1318256 BLAKE2B 
d6e56bc0ca1d706e99e7f42d8f335f016335b6bf3637c733d993696872f0a4c655cc58fc0394dfdf9916e13f0d7fbdcebf25fbdc9a165227e3c59133033644c0
 SHA512 
daab5860b7c7e137b6bf350cdc153e6e19172e49935640d1f6fe1f1be1e4df805b1db7fd30b0f95a560106956adab70cc6282fe933ae9de153cb971dd280f83d
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
 DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46
+DIST bitcoin-v0.21.2.tar.gz 7768110 BLAKE2B 
fe8616235caba29ebf3a36d1a8484d5d534db0f7a6486822e88f8322eb9b7220b1c7539feee5b9486129eb97d5a6810b8542e627a6bf3451094821f56cd8d9f8
 SHA512 
4b3554b0f4a5f68d42a9bec273558098239c5b8be35248d1957d00076a8c57bf3d6cfb7af57b7340b0df7aea49c9bf2607a58cbb1573482527be4bd6da812dc0
 DIST bitcoin-v22.0.tar.gz 7977783 BLAKE2B 
ba212037bc8efcfbbbf6340c48ed886c4a5aa93e4a34097eafea39734a6f4e25fa6b174f894655f63c504380d8761657771795bfcc641018bf1f1661deef9321
 SHA512 
1b4b17360e97f390ae678adb7a239c359d3a1288799710683e26f09fc53341b6fca3211465fa3e4fdee37324d85ec1a31ffd1a3714e969df13441f755fa4b7ad

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild
new file mode 100644
index ..ccbe9d460745
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1
+
+BITCOINCORE_COMMITHASH="af591f2068d0363c92d9756ca39c43db85e5804c"
+KNOTS_PV="${PV}.knots20210629"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v0.${PV}.tar.gz
+   https://bitcoinknots.org/files/21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz 
-> ${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2021-12-17 Thread Florian Schmaus
commit: 2ebd0de2da4cf48fe1ca8e78c735e02dd93b84e2
Author: Luke Dashjr  utopios  org>
AuthorDate: Wed Nov 17 22:37:22 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Dec 17 08:12:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebd0de2

net-p2p/bitcoin-cli: Bump to 22.0

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Florian Schmaus  gentoo.org>

 net-p2p/bitcoin-cli/Manifest|   2 +
 net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild | 109 
 2 files changed, 111 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 01ce4fdf2a1a..df6605d78500 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,6 +1,8 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
 DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
+DIST bitcoin-22.0.knots20211108.patches.tar.xz 1318256 BLAKE2B 
d6e56bc0ca1d706e99e7f42d8f335f016335b6bf3637c733d993696872f0a4c655cc58fc0394dfdf9916e13f0d7fbdcebf25fbdc9a165227e3c59133033644c0
 SHA512 
daab5860b7c7e137b6bf350cdc153e6e19172e49935640d1f6fe1f1be1e4df805b1db7fd30b0f95a560106956adab70cc6282fe933ae9de153cb971dd280f83d
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
 DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46
+DIST bitcoin-v22.0.tar.gz 7977783 BLAKE2B 
ba212037bc8efcfbbbf6340c48ed886c4a5aa93e4a34097eafea39734a6f4e25fa6b174f894655f63c504380d8761657771795bfcc641018bf1f1661deef9321
 SHA512 
1b4b17360e97f390ae678adb7a239c359d3a1288799710683e26f09fc53341b6fca3211465fa3e4fdee37324d85ec1a31ffd1a3714e969df13441f755fa4b7ad

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
new file mode 100644
index ..22f2a02d020d
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1 flag-o-matic
+
+BITCOINCORE_COMMITHASH="a0988140b71485ad12c3c3a4a9573f7c21b1eff8"
+KNOTS_PV="${PV}.knots20211108"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   https://bitcoinknots.org/files/22.x/${KNOTS_PV}/${KNOTS_P}.patches.txz 
-> ${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="knots"
+
+RDEPEND="
+   >=dev-libs/boost-1.64.0:=[threads(+)]
+   dev-libs/libevent:=
+   >=dev-libs/univalue-1.0.4:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=sys-devel/automake-1.13
+   || ( >=sys-devel/gcc-7[cxx] >=sys-devel/clang-5 )
+"
+
+DOCS=(
+   doc/release-notes.md
+)
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+   elog "For more information, see:"
+   elog 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2021-07-11 Thread Craig Andrews
commit: b32a1f1bda271739377f7328421cf3e912d21115
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul 10 22:03:58 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Jul 11 14:41:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32a1f1b

net-p2p/bitcoin-cli: Bump to 0.21.1

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |  2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild | 98 +++
 2 files changed, 100 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 59fde979bce..01ce4fdf2a1 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,4 +1,6 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
+DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
+DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
new file mode 100644
index 000..3a7f94d9b28
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1
+
+BITCOINCORE_COMMITHASH="194b9b8792d9b0798fdb570b79fa51f1d1f5ebaf"
+KNOTS_PV="${PV}.knots20210629"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="knots"
+
+DEPEND="
+   >=dev-libs/boost-1.58.0:=[threads(+)]
+   dev-libs/libevent:=
+   >=dev-libs/univalue-1.0.4:=
+"
+RDEPEND="${DEPEND}"
+
+DOCS=(
+   doc/release-notes.md
+)
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+   elog "For more information, see:"
+   elog 
"https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
+   else
+   elog "You are building ${PN} from Bitcoin Core."
+   elog "For more information, see:"
+   elog "https://bitcoincore.org/en/2021/05/01/release-${PV}/;
+   fi
+}
+
+src_prepare() {
+   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
+
+   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
+
+   if use knots; then
+   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
+   fi
+
+   eapply_user
+
+   echo '#!/bin/true' >share/genbuild.sh || die
+   mkdir -p src/obj || die
+   echo "#define BUILD_SUFFIX 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2021-07-09 Thread Georgy Yakovlev
commit: 61ebc61435de9e6ec31fc64e28a1bbc805225b06
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 10 02:15:22 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 10 02:21:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ebc614

Revert "net-p2p/bitcoin-cli: Bump to 0.21.1"

This reverts commit f86da6c961e0f4178991867af083e2b82df6b414.

Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |   2 -
 net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild | 102 --
 2 files changed, 104 deletions(-)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 01ce4fdf2a1..59fde979bce 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,6 +1,4 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
-DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
-DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
deleted file mode 100644
index 3c3bac92334..000
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools bash-completion-r1
-
-BITCOINCORE_COMMITHASH="194b9b8792d9b0798fdb570b79fa51f1d1f5ebaf"
-KNOTS_PV="${PV}.knots20210629"
-KNOTS_P="bitcoin-${KNOTS_PV}"
-
-DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
-HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
-SRC_URI="
-   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="knots"
-
-DEPEND="
-   >=dev-libs/boost-1.58.0:=[threads(+)]
-   dev-libs/libevent:=
-   >=dev-libs/univalue-1.0.4:=
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   >=sys-devel/autoconf-2.69
-   >=sys-devel/automake-1.13
-"
-
-DOCS=(
-   doc/release-notes.md
-)
-
-S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
-
-pkg_pretend() {
-   if use knots; then
-   elog "You are building ${PN} from Bitcoin Knots."
-   elog "For more information, see:"
-   elog 
"https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
-   else
-   elog "You are building ${PN} from Bitcoin Core."
-   elog "For more information, see:"
-   elog "https://bitcoincore.org/en/2021/05/01/release-${PV}/;
-   fi
-}
-
-src_prepare() {
-   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
-
-   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
-
-   if use knots; then
-   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
-   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
-   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
-   fi
-
-   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2021-07-09 Thread Craig Andrews
commit: f86da6c961e0f4178991867af083e2b82df6b414
Author: Luke Dashjr  utopios  org>
AuthorDate: Wed Jun 30 20:12:20 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul 10 01:19:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86da6c9

net-p2p/bitcoin-cli: Bump to 0.21.1

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |   2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild | 102 ++
 2 files changed, 104 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 59fde979bce..01ce4fdf2a1 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,4 +1,6 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
+DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
+DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
new file mode 100644
index 000..3c3bac92334
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1
+
+BITCOINCORE_COMMITHASH="194b9b8792d9b0798fdb570b79fa51f1d1f5ebaf"
+KNOTS_PV="${PV}.knots20210629"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="knots"
+
+DEPEND="
+   >=dev-libs/boost-1.58.0:=[threads(+)]
+   dev-libs/libevent:=
+   >=dev-libs/univalue-1.0.4:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=sys-devel/autoconf-2.69
+   >=sys-devel/automake-1.13
+"
+
+DOCS=(
+   doc/release-notes.md
+)
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+   elog "For more information, see:"
+   elog 
"https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
+   else
+   elog "You are building ${PN} from Bitcoin Core."
+   elog "For more information, see:"
+   elog "https://bitcoincore.org/en/2021/05/01/release-${PV}/;
+   fi
+}
+
+src_prepare() {
+   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
+
+   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
+
+   if use knots; then
+   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
+   fi
+
+   eapply_user
+
+   echo '#!/bin/true' 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2021-05-27 Thread Sam James
commit: 5fffe5991bc0dc618b564ee9c40b7415a5a11b9e
Author: Sam James  gentoo  org>
AuthorDate: Fri May 28 03:17:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 28 03:17:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fffe599

net-p2p/bitcoin-cli: Stabilize 0.21.0 x86, #790074

Signed-off-by: Sam James  gentoo.org>

 net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
index 93f04736bf4..a5ab73dc29a 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="knots"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2021-05-27 Thread Sam James
commit: 6112e7feb0b5bbd87ac0b267b1b88a919e8d3a47
Author: Sam James  gentoo  org>
AuthorDate: Fri May 28 02:27:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 28 02:27:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6112e7fe

net-p2p/bitcoin-cli: Stabilize 0.21.0 amd64, #790074

Signed-off-by: Sam James  gentoo.org>

 net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
index 81b7d45f7b8..93f04736bf4 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="knots"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2021-02-07 Thread Joonas Niilola
commit: 151af628b1a6ed4ffca3082239ae9af9ebec6688
Author: Luke Dashjr  utopios  org>
AuthorDate: Mon Feb  1 01:43:04 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Feb  7 09:03:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151af628

net-p2p/bitcoin-cli: Bump to 0.21.0

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |   2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild | 102 ++
 2 files changed, 104 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 16d898727cf..59fde979bce 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,2 +1,4 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
+DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
+DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
new file mode 100644
index 000..81b7d45f7b8
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1
+
+BITCOINCORE_COMMITHASH="95ea54ba089610019a74c1176a2c7c0dba144b1c"
+KNOTS_PV="${PV}.knots20210130"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="knots"
+
+DEPEND="
+   >=dev-libs/boost-1.58.0:=[threads(+)]
+   dev-libs/libevent:=
+   >=dev-libs/univalue-1.0.4:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=sys-devel/autoconf-2.69
+   >=sys-devel/automake-1.13
+"
+
+DOCS=(
+   doc/release-notes.md
+)
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+   elog "For more information, see:"
+   elog 
"https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
+   else
+   elog "You are building ${PN} from Bitcoin Core."
+   elog "For more information, see:"
+   elog "https://bitcoincore.org/en/2021/01/14/release-${PV}/;
+   fi
+}
+
+src_prepare() {
+   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
+
+   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
+
+   if use knots; then
+   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
+   fi
+
+   eapply_user
+
+   echo '#!/bin/true' >share/genbuild.sh || die
+   mkdir -p src/obj || die
+   echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h || die
+
+   eautoreconf
+   rm -r src/leveldb src/secp256k1 || die
+}
+
+src_configure() {
+   local my_econf=(
+   --disable-asm
+   --without-qtdbus
+   --without-qrencode
+   --without-miniupnpc
+   --disable-tests
+   --disable-wallet
+   --disable-zmq
+   --enable-util-cli
+   --disable-util-tx
+   --disable-util-wallet
+   --disable-bench
+   --without-libs
+ 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2021-01-21 Thread Sam James
commit: c012a3bc02aa4e4096213fc4bb8970671bbc29a7
Author: John Helmert III  posteo  net>
AuthorDate: Sun Jan 10 22:26:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 21 23:22:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c012a3bc

net-p2p/bitcoin-cli: add cpe strings

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: John Helmert III  posteo.net>
Signed-off-by: Sam James  gentoo.org>

 net-p2p/bitcoin-cli/metadata.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-p2p/bitcoin-cli/metadata.xml b/net-p2p/bitcoin-cli/metadata.xml
index 62d40fbeff4..e851cfafdc4 100644
--- a/net-p2p/bitcoin-cli/metadata.xml
+++ b/net-p2p/bitcoin-cli/metadata.xml
@@ -15,5 +15,7 @@

bitcoin/bitcoin
bitcoinknots/bitcoin
+   cpe:/a:bitcoin:bitcoin_core
+   cpe:/a:bitcoin_knots_project:bitcoin_knots

 



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2021-01-21 Thread Sam James
commit: 1414e8fd7d9ab6321dbf14d4bac4d02035f7b403
Author: John Helmert III  posteo  net>
AuthorDate: Sun Jan 10 21:58:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 21 23:22:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1414e8fd

net-p2p/bitcoin-cli: security cleanup

Bug: https://bugs.gentoo.org/711198
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: John Helmert III  posteo.net>
Signed-off-by: Sam James  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |   6 --
 net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild |  97 
 net-p2p/bitcoin-cli/bitcoin-cli-0.19.1.ebuild | 101 -
 net-p2p/bitcoin-cli/bitcoin-cli-0.20.0.ebuild | 102 --
 4 files changed, 306 deletions(-)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index caa968a9c39..16d898727cf 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,8 +1,2 @@
-DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B 
c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390
 SHA512 
2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893
-DIST bitcoin-0.19.1.knots20200304.patches.tar.xz 399864 BLAKE2B 
de5591072b62c65c8a0fdcee7a7ed4b74d13614e47b679a05f272207b9ca0a09d476aa8ecb66321f39953a320f4d47f7d2aa62848192d493de02525c3d5abdfa
 SHA512 
3b08023f0788535dc5943e47a595da5637172263ac8c2ad97d42c0707da7468a9843efbf90a2eb6ac99db65e362e99cbe9209ab64785c79de908e20801ba4fe5
-DIST bitcoin-0.20.0.knots20200614.patches.tar.xz 392356 BLAKE2B 
17c5d5c89e279c870492ac4f98cfde6545fa3c4b5169f42c020e45ca14c133673e271b248e90286ae875aaef6b031e578d14554777a89dca5366aa4bda079012
 SHA512 
208234b2e7fa46e19da9954dab9828993aa62a7623d85de8e7d43ffd4b367c5e8641e82154357526a11b95c0426ec16039d2910dbbe9187daba9d14a3b2fda92
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
-DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 
2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e
 SHA512 
2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d
-DIST bitcoin-v0.19.1.tar.gz 6660702 BLAKE2B 
93ed83f663a833f6be40195ddaf62a8ef9fcd86c3f983fe0cf1e75eaf9ae54cdc88fcdfc36d798842f29636dc8037af5b67e82643c90a6c276fa504ed022f863
 SHA512 
bc1afad7de5b43042d24780b07e3faf73dda69af9ef0c75fa1a32bd25b0b37e315955614ffbb2864fe827b77b63446fd88cae22da3d0706ff73df495a519ba5d
-DIST bitcoin-v0.20.0.tar.gz 6984988 BLAKE2B 
2c189826b7171276df62fb8cbf713d8b4cb4307de413247f2951950ec173d069930447d7d420d1c73ba0abc97fd613a05fc527bcc796e5e2d2f3dfb57fb29b80
 SHA512 
7628efb70bf51e4165605d9e77f6119b855994e99d8cb6653dfbd89628304862f3a98cfe352aa8b435913000e74d297565d8a7e3f22a23006d1779b70d04a8cd
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild
deleted file mode 100644
index 77d9f8e1ff5..000
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 2010-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools bash-completion-r1
-
-BITCOINCORE_COMMITHASH="49e34e288005a5b144a642e197b628396f5a0765"
-KNOTS_PV="${PV}.knots20180918"
-KNOTS_P="bitcoin-${KNOTS_PV}"
-
-DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
-HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
-SRC_URI="
-   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="knots libressl"
-
-DEPEND="
-   >=dev-libs/boost-1.52.0:=[threads(+)]
-   dev-libs/libevent:=
-   dev-libs/univalue:=
-   !libressl? ( dev-libs/openssl:0=[-bindist] )
-   libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( doc/bips.md doc/release-notes.md )
-
-S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
-

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2020-08-30 Thread Thomas Deutschmann
commit: 0ae824d62f305938509969d8f8625b8ed00d9b0e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 30 17:09:18 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 30 17:09:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae824d6

net-p2p/bitcoin-cli: x86 stable (bug #711198)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
index e15d2c10758..82d7385b59e 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="knots"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2020-08-29 Thread Sam James
commit: 8b73161be7985b9fdd71ca476e97545de0686ba9
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 29 13:22:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 29 13:22:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b73161b

net-p2p/bitcoin-cli: Stabilize 0.20.1 amd64, #711198

Signed-off-by: Sam James  gentoo.org>

 net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
index 2a9e1703837..e15d2c10758 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="knots"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2020-08-18 Thread Craig Andrews
commit: d4db41678d4684c95762e23ea2c78c9934974ebb
Author: Luke Dashjr  utopios  org>
AuthorDate: Tue Aug 18 04:16:40 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug 19 00:54:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4db4167

net-p2p/bitcoin-cli: Bump to 0.20.1

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |   2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild | 102 ++
 2 files changed, 104 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index ffd60cbe421..caa968a9c39 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,6 +1,8 @@
 DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B 
c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390
 SHA512 
2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893
 DIST bitcoin-0.19.1.knots20200304.patches.tar.xz 399864 BLAKE2B 
de5591072b62c65c8a0fdcee7a7ed4b74d13614e47b679a05f272207b9ca0a09d476aa8ecb66321f39953a320f4d47f7d2aa62848192d493de02525c3d5abdfa
 SHA512 
3b08023f0788535dc5943e47a595da5637172263ac8c2ad97d42c0707da7468a9843efbf90a2eb6ac99db65e362e99cbe9209ab64785c79de908e20801ba4fe5
 DIST bitcoin-0.20.0.knots20200614.patches.tar.xz 392356 BLAKE2B 
17c5d5c89e279c870492ac4f98cfde6545fa3c4b5169f42c020e45ca14c133673e271b248e90286ae875aaef6b031e578d14554777a89dca5366aa4bda079012
 SHA512 
208234b2e7fa46e19da9954dab9828993aa62a7623d85de8e7d43ffd4b367c5e8641e82154357526a11b95c0426ec16039d2910dbbe9187daba9d14a3b2fda92
+DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 
2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e
 SHA512 
2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d
 DIST bitcoin-v0.19.1.tar.gz 6660702 BLAKE2B 
93ed83f663a833f6be40195ddaf62a8ef9fcd86c3f983fe0cf1e75eaf9ae54cdc88fcdfc36d798842f29636dc8037af5b67e82643c90a6c276fa504ed022f863
 SHA512 
bc1afad7de5b43042d24780b07e3faf73dda69af9ef0c75fa1a32bd25b0b37e315955614ffbb2864fe827b77b63446fd88cae22da3d0706ff73df495a519ba5d
 DIST bitcoin-v0.20.0.tar.gz 6984988 BLAKE2B 
2c189826b7171276df62fb8cbf713d8b4cb4307de413247f2951950ec173d069930447d7d420d1c73ba0abc97fd613a05fc527bcc796e5e2d2f3dfb57fb29b80
 SHA512 
7628efb70bf51e4165605d9e77f6119b855994e99d8cb6653dfbd89628304862f3a98cfe352aa8b435913000e74d297565d8a7e3f22a23006d1779b70d04a8cd
+DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
new file mode 100644
index 000..2a9e1703837
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1
+
+BITCOINCORE_COMMITHASH="bf0dc356ac4a2bdeda1908af021dea2de0dfb35a"
+KNOTS_PV="${PV}.knots20200815"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="knots"
+
+DEPEND="
+   >=dev-libs/boost-1.52.0:=[threads(+)]
+   dev-libs/libevent:=
+   >=dev-libs/univalue-1.0.4:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=sys-devel/autoconf-2.69
+   >=sys-devel/automake-1.13
+"
+
+DOCS=(
+   doc/release-notes.md
+)
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+   elog "For more information, see:"
+   elog 
"https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
+   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2020-06-16 Thread Craig Andrews
commit: 4a86f446d82d58599ee3ebbf38357b9c7d87434a
Author: Luke Dashjr  utopios  org>
AuthorDate: Tue Jun 16 22:36:59 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jun 17 01:52:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a86f446

net-p2p/bitcoin-cli: Bump to 0.20.0

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |   2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.20.0.ebuild | 102 ++
 2 files changed, 104 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 39611134f05..ffd60cbe421 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,4 +1,6 @@
 DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B 
c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390
 SHA512 
2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893
 DIST bitcoin-0.19.1.knots20200304.patches.tar.xz 399864 BLAKE2B 
de5591072b62c65c8a0fdcee7a7ed4b74d13614e47b679a05f272207b9ca0a09d476aa8ecb66321f39953a320f4d47f7d2aa62848192d493de02525c3d5abdfa
 SHA512 
3b08023f0788535dc5943e47a595da5637172263ac8c2ad97d42c0707da7468a9843efbf90a2eb6ac99db65e362e99cbe9209ab64785c79de908e20801ba4fe5
+DIST bitcoin-0.20.0.knots20200614.patches.tar.xz 392356 BLAKE2B 
17c5d5c89e279c870492ac4f98cfde6545fa3c4b5169f42c020e45ca14c133673e271b248e90286ae875aaef6b031e578d14554777a89dca5366aa4bda079012
 SHA512 
208234b2e7fa46e19da9954dab9828993aa62a7623d85de8e7d43ffd4b367c5e8641e82154357526a11b95c0426ec16039d2910dbbe9187daba9d14a3b2fda92
 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 
2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e
 SHA512 
2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d
 DIST bitcoin-v0.19.1.tar.gz 6660702 BLAKE2B 
93ed83f663a833f6be40195ddaf62a8ef9fcd86c3f983fe0cf1e75eaf9ae54cdc88fcdfc36d798842f29636dc8037af5b67e82643c90a6c276fa504ed022f863
 SHA512 
bc1afad7de5b43042d24780b07e3faf73dda69af9ef0c75fa1a32bd25b0b37e315955614ffbb2864fe827b77b63446fd88cae22da3d0706ff73df495a519ba5d
+DIST bitcoin-v0.20.0.tar.gz 6984988 BLAKE2B 
2c189826b7171276df62fb8cbf713d8b4cb4307de413247f2951950ec173d069930447d7d420d1c73ba0abc97fd613a05fc527bcc796e5e2d2f3dfb57fb29b80
 SHA512 
7628efb70bf51e4165605d9e77f6119b855994e99d8cb6653dfbd89628304862f3a98cfe352aa8b435913000e74d297565d8a7e3f22a23006d1779b70d04a8cd

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.0.ebuild
new file mode 100644
index 000..42d0e358b79
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1
+
+BITCOINCORE_COMMITHASH="a62f0ed64f8bbbdfe6467ac5ce92ef5b5222d1bd"
+KNOTS_PV="${PV}.knots20200614"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="knots libressl"
+
+DEPEND="
+   >=dev-libs/boost-1.52.0:=[threads(+)]
+   dev-libs/libevent:=
+   >=dev-libs/univalue-1.0.4:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=sys-devel/autoconf-2.69
+   >=sys-devel/automake-1.13
+"
+
+DOCS=(
+   doc/release-notes.md
+)
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+   elog "For more information, see:"
+   elog 
"https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
+   else
+   elog "You are building ${PN} from Bitcoin Core."
+   elog "For more information, see:"
+   elog "https://bitcoincore.org/en/2020/06/03/release-${PV}/;
+   fi
+}
+
+src_prepare() {
+   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
+
+   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
+
+   if use knots; then
+   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
+   fi
+
+   eapply_user
+
+   echo '#!/bin/true' 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2020-03-07 Thread Craig Andrews
commit: 47030a97ca91c76d95a259e6bdc22cc19d96e01f
Author: Luke Dashjr  utopios  org>
AuthorDate: Mon Sep 30 03:46:52 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Mar  7 21:15:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47030a97

net-p2p/bitcoin-cli: Drop redundant versions

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |  4 --
 net-p2p/bitcoin-cli/bitcoin-cli-0.17.1.ebuild | 96 --
 net-p2p/bitcoin-cli/bitcoin-cli-0.18.0.ebuild | 99 ---
 3 files changed, 199 deletions(-)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index edde7435f5a..39611134f05 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,8 +1,4 @@
 DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B 
c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390
 SHA512 
2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893
-DIST bitcoin-0.17.1.knots20181229.patches.tar.xz 475988 BLAKE2B 
ce19ccbbeaac48f24b2833858a186494f84cb54ac380c42104f4d16b0a6acb44bc7a83c1b11311e2c566326d7067530ea5f34404def5f22b4825e2fa15aca22d
 SHA512 
da89f9510ee523c712aa137512dda752ab8d115eb8a45a999aa742555621f557694db34162a1f6979922268a3e22563883ea6d9d9a47e5c7613235c0ff06fda0
-DIST bitcoin-0.18.0.knots20190502.patches.tar.xz 400252 BLAKE2B 
0303bba89b3595a115ec8e5e743c362fc5feb0072ae493455cf3bcf1085b7f44d6b10142c05cb7ea59fadc630095de3a5f648007eb28f79551f2415db5c4f560
 SHA512 
b4c30c63cb6c770e04abd18e626db6e095b0d8b5aaf59e64b55eb8e19d4fdb559a3a2b939ab0e09967b4d3465b560e1379fa21b8efb3f25c22f84a2a1c655d16
 DIST bitcoin-0.19.1.knots20200304.patches.tar.xz 399864 BLAKE2B 
de5591072b62c65c8a0fdcee7a7ed4b74d13614e47b679a05f272207b9ca0a09d476aa8ecb66321f39953a320f4d47f7d2aa62848192d493de02525c3d5abdfa
 SHA512 
3b08023f0788535dc5943e47a595da5637172263ac8c2ad97d42c0707da7468a9843efbf90a2eb6ac99db65e362e99cbe9209ab64785c79de908e20801ba4fe5
 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 
2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e
 SHA512 
2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d
-DIST bitcoin-v0.17.1.tar.gz 6224852 BLAKE2B 
efc86768ee2d23db83496ff9e62bc86d10c4d24a7343f4c706a4d336aeb94087b2d496db53e393beb5a9dc228bb9fe957ca89254c2fdaf9980b03029efbac2f8
 SHA512 
ef911ac6b49075a4f3d8db7f9f4dc59590d49847006fa36d7b8cce1634945d418accd95b12da505df38314fb7768f544863169d4b26b230e88dd627a83947466
-DIST bitcoin-v0.18.0.tar.gz 6533794 BLAKE2B 
0eb7830e215757efb024be7aff73108c4a8e2f80a204ca71f1b3b6015933a1ab740ad006e58c473c4b9609b3e47885ba6564472a3514335ab6d7f99d32903822
 SHA512 
a2e38754d459fac0786eaa43f23c62ee326167f325d98964546217bcdc4f68ab88314bfb674ca4efd4cbc21fc3950bd029e1375ee101e0c72bbae7197fc31cf2
 DIST bitcoin-v0.19.1.tar.gz 6660702 BLAKE2B 
93ed83f663a833f6be40195ddaf62a8ef9fcd86c3f983fe0cf1e75eaf9ae54cdc88fcdfc36d798842f29636dc8037af5b67e82643c90a6c276fa504ed022f863
 SHA512 
bc1afad7de5b43042d24780b07e3faf73dda69af9ef0c75fa1a32bd25b0b37e315955614ffbb2864fe827b77b63446fd88cae22da3d0706ff73df495a519ba5d

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.17.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.17.1.ebuild
deleted file mode 100644
index e7296976041..000
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.17.1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools bash-completion-r1
-
-BITCOINCORE_COMMITHASH="ef70f9b52b851c7997a9f1a0834714e3eebc1fd8"
-KNOTS_PV="${PV}.knots20181229"
-KNOTS_P="bitcoin-${KNOTS_PV}"
-
-DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
-HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
-SRC_URI="
-   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.17.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="knots libressl"
-
-DEPEND="
-   >=dev-libs/boost-1.52.0:=[threads(+)]
-   dev-libs/libevent:=
-   >=dev-libs/univalue-1.0.4:=
-   !libressl? ( dev-libs/openssl:0=[-bindist] )
-   libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( doc/release-notes.md )
-
-S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
-
-pkg_pretend() {
-   if use knots; then
-   elog "You are building ${PN} from Bitcoin Knots."
-   elog "For more information, see:"
- 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2020-03-07 Thread Craig Andrews
commit: c1677f7515daec7979f545befd37bca4ffe4ef64
Author: Luke Dashjr  utopios  org>
AuthorDate: Sat Mar  7 19:27:16 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Mar  7 21:15:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1677f75

net-p2p/bitcoin-cli: Bump to 0.19.1

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |   2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.19.1.ebuild | 101 ++
 2 files changed, 103 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 6498fdc5f9f..edde7435f5a 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,6 +1,8 @@
 DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B 
c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390
 SHA512 
2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893
 DIST bitcoin-0.17.1.knots20181229.patches.tar.xz 475988 BLAKE2B 
ce19ccbbeaac48f24b2833858a186494f84cb54ac380c42104f4d16b0a6acb44bc7a83c1b11311e2c566326d7067530ea5f34404def5f22b4825e2fa15aca22d
 SHA512 
da89f9510ee523c712aa137512dda752ab8d115eb8a45a999aa742555621f557694db34162a1f6979922268a3e22563883ea6d9d9a47e5c7613235c0ff06fda0
 DIST bitcoin-0.18.0.knots20190502.patches.tar.xz 400252 BLAKE2B 
0303bba89b3595a115ec8e5e743c362fc5feb0072ae493455cf3bcf1085b7f44d6b10142c05cb7ea59fadc630095de3a5f648007eb28f79551f2415db5c4f560
 SHA512 
b4c30c63cb6c770e04abd18e626db6e095b0d8b5aaf59e64b55eb8e19d4fdb559a3a2b939ab0e09967b4d3465b560e1379fa21b8efb3f25c22f84a2a1c655d16
+DIST bitcoin-0.19.1.knots20200304.patches.tar.xz 399864 BLAKE2B 
de5591072b62c65c8a0fdcee7a7ed4b74d13614e47b679a05f272207b9ca0a09d476aa8ecb66321f39953a320f4d47f7d2aa62848192d493de02525c3d5abdfa
 SHA512 
3b08023f0788535dc5943e47a595da5637172263ac8c2ad97d42c0707da7468a9843efbf90a2eb6ac99db65e362e99cbe9209ab64785c79de908e20801ba4fe5
 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 
2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e
 SHA512 
2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d
 DIST bitcoin-v0.17.1.tar.gz 6224852 BLAKE2B 
efc86768ee2d23db83496ff9e62bc86d10c4d24a7343f4c706a4d336aeb94087b2d496db53e393beb5a9dc228bb9fe957ca89254c2fdaf9980b03029efbac2f8
 SHA512 
ef911ac6b49075a4f3d8db7f9f4dc59590d49847006fa36d7b8cce1634945d418accd95b12da505df38314fb7768f544863169d4b26b230e88dd627a83947466
 DIST bitcoin-v0.18.0.tar.gz 6533794 BLAKE2B 
0eb7830e215757efb024be7aff73108c4a8e2f80a204ca71f1b3b6015933a1ab740ad006e58c473c4b9609b3e47885ba6564472a3514335ab6d7f99d32903822
 SHA512 
a2e38754d459fac0786eaa43f23c62ee326167f325d98964546217bcdc4f68ab88314bfb674ca4efd4cbc21fc3950bd029e1375ee101e0c72bbae7197fc31cf2
+DIST bitcoin-v0.19.1.tar.gz 6660702 BLAKE2B 
93ed83f663a833f6be40195ddaf62a8ef9fcd86c3f983fe0cf1e75eaf9ae54cdc88fcdfc36d798842f29636dc8037af5b67e82643c90a6c276fa504ed022f863
 SHA512 
bc1afad7de5b43042d24780b07e3faf73dda69af9ef0c75fa1a32bd25b0b37e315955614ffbb2864fe827b77b63446fd88cae22da3d0706ff73df495a519ba5d

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.19.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.19.1.ebuild
new file mode 100644
index 000..4c4354af0e0
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.19.1.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1
+
+BITCOINCORE_COMMITHASH="58ba7c314d552cea8cb024960a8504577aee586f"
+KNOTS_PV="${PV}.knots20200304"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.19.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="knots libressl"
+
+DEPEND="
+   >=dev-libs/boost-1.52.0:=[threads(+)]
+   dev-libs/libevent:=
+   >=dev-libs/univalue-1.0.4:=
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=(
+   doc/release-notes.md
+)
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+   elog "For more information, see:"
+   elog 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2019-08-07 Thread Craig Andrews
commit: 4fa2be97fa08b66d2f1b3674d696e99cb17259a1
Author: Luke Dashjr  utopios  org>
AuthorDate: Mon May 20 03:45:00 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug  7 16:27:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa2be97

net-p2p/bitcoin-cli: Bump to 0.18.0

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |  2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.18.0.ebuild | 99 +++
 2 files changed, 101 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index c3a90d5a2b6..6498fdc5f9f 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,4 +1,6 @@
 DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B 
c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390
 SHA512 
2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893
 DIST bitcoin-0.17.1.knots20181229.patches.tar.xz 475988 BLAKE2B 
ce19ccbbeaac48f24b2833858a186494f84cb54ac380c42104f4d16b0a6acb44bc7a83c1b11311e2c566326d7067530ea5f34404def5f22b4825e2fa15aca22d
 SHA512 
da89f9510ee523c712aa137512dda752ab8d115eb8a45a999aa742555621f557694db34162a1f6979922268a3e22563883ea6d9d9a47e5c7613235c0ff06fda0
+DIST bitcoin-0.18.0.knots20190502.patches.tar.xz 400252 BLAKE2B 
0303bba89b3595a115ec8e5e743c362fc5feb0072ae493455cf3bcf1085b7f44d6b10142c05cb7ea59fadc630095de3a5f648007eb28f79551f2415db5c4f560
 SHA512 
b4c30c63cb6c770e04abd18e626db6e095b0d8b5aaf59e64b55eb8e19d4fdb559a3a2b939ab0e09967b4d3465b560e1379fa21b8efb3f25c22f84a2a1c655d16
 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 
2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e
 SHA512 
2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d
 DIST bitcoin-v0.17.1.tar.gz 6224852 BLAKE2B 
efc86768ee2d23db83496ff9e62bc86d10c4d24a7343f4c706a4d336aeb94087b2d496db53e393beb5a9dc228bb9fe957ca89254c2fdaf9980b03029efbac2f8
 SHA512 
ef911ac6b49075a4f3d8db7f9f4dc59590d49847006fa36d7b8cce1634945d418accd95b12da505df38314fb7768f544863169d4b26b230e88dd627a83947466
+DIST bitcoin-v0.18.0.tar.gz 6533794 BLAKE2B 
0eb7830e215757efb024be7aff73108c4a8e2f80a204ca71f1b3b6015933a1ab740ad006e58c473c4b9609b3e47885ba6564472a3514335ab6d7f99d32903822
 SHA512 
a2e38754d459fac0786eaa43f23c62ee326167f325d98964546217bcdc4f68ab88314bfb674ca4efd4cbc21fc3950bd029e1375ee101e0c72bbae7197fc31cf2

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.18.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.18.0.ebuild
new file mode 100644
index 000..e7b263ed02b
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.18.0.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1
+
+BITCOINCORE_COMMITHASH="2472733a24a9364e4c6233ccd04166a26a68cc65"
+KNOTS_PV="${PV}.knots20190502"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.18.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="knots libressl"
+
+DEPEND="
+   >=dev-libs/boost-1.52.0:=[threads(+)]
+   dev-libs/libevent:=
+   >=dev-libs/univalue-1.0.4:=
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( doc/release-notes.md )
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+   elog "For more information, see:"
+   elog 
"https://bitcoinknots.org/files/0.18.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
+   else
+   elog "You are building ${PN} from Bitcoin Core."
+   elog "For more information, see:"
+   elog "https://bitcoincore.org/en/2019/05/02/release-${PV}/;
+   fi
+}
+
+src_prepare() {
+   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
+
+   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
+
+   if use knots; then
+   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
+   fi
+
+   eapply_user
+
+   echo 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2019-01-11 Thread Craig Andrews
commit: aa130327096bc4a9d5e1b19a100c2e3468f1ef67
Author: Luke Dashjr  utopios  org>
AuthorDate: Sat Dec 29 23:42:21 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Jan 11 21:38:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa130327

net-p2p/bitcoin-cli: Bump to 0.17.1

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |  2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.17.1.ebuild | 96 +++
 2 files changed, 98 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 443491598dd..c3a90d5a2b6 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,2 +1,4 @@
 DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B 
c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390
 SHA512 
2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893
+DIST bitcoin-0.17.1.knots20181229.patches.tar.xz 475988 BLAKE2B 
ce19ccbbeaac48f24b2833858a186494f84cb54ac380c42104f4d16b0a6acb44bc7a83c1b11311e2c566326d7067530ea5f34404def5f22b4825e2fa15aca22d
 SHA512 
da89f9510ee523c712aa137512dda752ab8d115eb8a45a999aa742555621f557694db34162a1f6979922268a3e22563883ea6d9d9a47e5c7613235c0ff06fda0
 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 
2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e
 SHA512 
2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d
+DIST bitcoin-v0.17.1.tar.gz 6224852 BLAKE2B 
efc86768ee2d23db83496ff9e62bc86d10c4d24a7343f4c706a4d336aeb94087b2d496db53e393beb5a9dc228bb9fe957ca89254c2fdaf9980b03029efbac2f8
 SHA512 
ef911ac6b49075a4f3d8db7f9f4dc59590d49847006fa36d7b8cce1634945d418accd95b12da505df38314fb7768f544863169d4b26b230e88dd627a83947466

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.17.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.17.1.ebuild
new file mode 100644
index 000..e7296976041
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.17.1.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1
+
+BITCOINCORE_COMMITHASH="ef70f9b52b851c7997a9f1a0834714e3eebc1fd8"
+KNOTS_PV="${PV}.knots20181229"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.17.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="knots libressl"
+
+DEPEND="
+   >=dev-libs/boost-1.52.0:=[threads(+)]
+   dev-libs/libevent:=
+   >=dev-libs/univalue-1.0.4:=
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( doc/release-notes.md )
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+   elog "For more information, see:"
+   elog 
"https://bitcoinknots.org/files/0.17.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
+   else
+   elog "You are building ${PN} from Bitcoin Core."
+   elog "For more information, see:"
+   elog "https://bitcoincore.org/en/2018/12/25/release-${PV}/;
+   fi
+}
+
+src_prepare() {
+   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
+
+   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
+
+   if use knots; then
+   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
+   fi
+
+   eapply_user
+
+   echo '#!/bin/true' >share/genbuild.sh || die
+   mkdir -p src/obj || die
+   echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h || die
+
+   eautoreconf
+   rm -r src/leveldb src/secp256k1 || die
+}
+
+src_configure() {
+   local my_econf=(
+   --disable-asm
+   --without-qtdbus
+   --without-qrencode
+   --without-miniupnpc
+   --disable-tests
+   --disable-wallet
+   --disable-zmq
+   --enable-util-cli
+   --disable-util-tx
+   --disable-bench
+   --without-libs
+   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2018-10-23 Thread Virgil Dupras
commit: aa43f6f2847e6779d6bea9c2242be1fc76b86f20
Author: Virgil Dupras  gentoo  org>
AuthorDate: Tue Oct 23 20:32:44 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Tue Oct 23 20:38:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa43f6f2

net-p2p/bitcoin-cli: remove old and vulnerable

Bug: https://bugs.gentoo.org/69
Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-p2p/bitcoin-cli/Manifest  |   2 -
 net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild | 101 --
 2 files changed, 103 deletions(-)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 8c6c2a5d72d..443491598dd 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,4 +1,2 @@
-DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 
5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383
 SHA512 
455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890
 DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B 
c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390
 SHA512 
2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893
-DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 
0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb
 SHA512 
a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9
 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 
2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e
 SHA512 
2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
deleted file mode 100644
index f9c7b876498..000
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 2010-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools bash-completion-r1
-
-MyPV="${PV/_/}"
-MyPN="bitcoin"
-MyP="${MyPN}-${MyPV}"
-BITCOINCORE_COMMITHASH="7b57bc998f334775b50ebc8ca5e78ca728db4c58"
-KNOTS_PV="${PV}.knots2017"
-KNOTS_P="${MyPN}-${KNOTS_PV}"
-
-IUSE="knots libressl"
-
-DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
-HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
-
-SRC_URI="
-   
https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
${MyPN}-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
-"
-CORE_DESC="https://bitcoincore.org/en/2017/11/11/release-${PV}/;
-KNOTS_DESC="https://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0=[-bindist] )
-   libressl? ( dev-libs/libressl:0= )
-   dev-libs/libevent
-   dev-libs/univalue
-   >=dev-libs/boost-1.52.0:=[threads(+)]
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( doc/bips.md doc/release-notes.md )
-
-S="${WORKDIR}/${MyPN}-${BITCOINCORE_COMMITHASH}"
-
-pkg_pretend() {
-   if use knots; then
-   einfo "You are building ${PN} from Bitcoin Knots."
-   einfo "For more information, see ${KNOTS_DESC}"
-   else
-   einfo "You are building ${PN} from Bitcoin Core."
-   einfo "For more information, see ${CORE_DESC}"
-   fi
-}
-
-KNOTS_PATCH() { echo "${WORKDIR}/${KNOTS_P}.patches/${KNOTS_P}.$@.patch"; }
-
-src_prepare() {
-   eapply "$(KNOTS_PATCH syslibs)"
-
-   if use knots; then
-   eapply "$(KNOTS_PATCH f)"
-   eapply "$(KNOTS_PATCH branding)"
-   eapply "$(KNOTS_PATCH ts)"
-   fi
-
-   eapply_user
-
-   echo '#!/bin/true' >share/genbuild.sh || die
-   mkdir -p src/obj || die
-   echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h || die
-
-   eautoreconf
-   rm -r src/leveldb src/secp256k1 || die
-}
-
-src_configure() {
-   local my_econf=(
-   --disable-experimental-asm
-   --without-qtdbus
-   --with-libevent
-   --without-qrencode
-   --without-miniupnpc
-   --disable-tests
-   --disable-wallet
-   --disable-zmq
-   --enable-util-cli
-   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2018-09-30 Thread Virgil Dupras
commit: 63cefbb8486f28fc8f3e26889a69491866432888
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Sep 30 19:00:13 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Sep 30 19:05:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63cefbb8

net-p2p/bitcoin-cli: remove old

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Virgil Dupras  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |  2 -
 net-p2p/bitcoin-cli/bitcoin-cli-0.16.0.ebuild | 97 ---
 2 files changed, 99 deletions(-)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 9313ec120c3..8c6c2a5d72d 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,6 +1,4 @@
 DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 
5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383
 SHA512 
455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890
-DIST bitcoin-0.16.0.knots20180322.patches.tar.xz 417544 BLAKE2B 
f14616c81e0694346fd0714032be501ad0b58e82e2a5fcc623b1fdd316759ae7ac584e6c4ab586e8c9f5a402694a36eceac6b2f1c7441da655479f832a8869bd
 SHA512 
9eca9cbae8ce17b38ddb70326760e33e7812db78e79cfe2d1a3518b34eb8fc87fe4c145e46ab60278b14e70a75b3af238342b4e1808a77cbca4b62b8c72fb1eb
 DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B 
c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390
 SHA512 
2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893
 DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 
0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb
 SHA512 
a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9
-DIST bitcoin-v0.16.0.tar.gz 6628305 BLAKE2B 
69adb5832e2a708431c06bd8ce695f25cfc2b84e7ccf11e77f40c8ec273146208c70a900d0d32f79790cf67fb359c2731b0cecfc1f27ac2d0c4057228a83aed3
 SHA512 
7a59de44196a3cd5b75bccfe851e8bd7d5a00ae45b6e771e082326d75846e7c6d1f6d449e18b539b95b25aa12b7b79c462367f1c89438bcd1ca6ec84eb42972c
 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 
2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e
 SHA512 
2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.16.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.16.0.ebuild
deleted file mode 100644
index dca844f0562..000
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.16.0.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools bash-completion-r1
-
-BITCOINCORE_COMMITHASH="4b4d7eb255ca8f9a94b92479e6061d129c91a991"
-KNOTS_PV="${PV}.knots20180322"
-KNOTS_P="bitcoin-${KNOTS_PV}"
-
-DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
-HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
-SRC_URI="
-   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux"
-IUSE="knots libressl"
-
-DEPEND="
-   >=dev-libs/boost-1.52.0:=[threads(+)]
-   dev-libs/libevent:=
-   dev-libs/univalue:=
-   !libressl? ( dev-libs/openssl:0=[-bindist] )
-   libressl? ( dev-libs/libressl:0= )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( doc/bips.md doc/release-notes.md )
-
-S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
-
-pkg_pretend() {
-   if use knots; then
-   elog "You are building ${PN} from Bitcoin Knots."
-   elog "For more information, see:"
-   elog 
"https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
-   else
-   elog "You are building ${PN} from Bitcoin Core."
-   elog "For more information, see:"
-   elog "https://bitcoincore.org/en/2017/11/11/release-${PV}/;
-   fi
-}
-
-src_prepare() {
-   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
-
-   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
-
-   if use knots; then
-   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
-   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
-   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
-   fi
-
-   eapply_user
-
-   echo 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2018-09-25 Thread Agostino Sarubbo
commit: 3fd7293aa9668d79ce68b41b98bed119f4452474
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep 25 11:16:34 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep 25 11:16:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd7293a

net-p2p/bitcoin-cli: amd64 stable wrt bug #69

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="amd64"

 net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild
index efba5c33f5b..7e22bc82735 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="knots libressl"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2018-09-21 Thread Virgil Dupras
commit: 2bb81035351ee4da03befedbce1c41765ad09a11
Author: Luke Dashjr  utopios  org>
AuthorDate: Tue Sep 18 15:53:51 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Fri Sep 21 12:37:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb81035

net-p2p/bitcoin-cli: Bump to 0.16.3

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Virgil Dupras  gentoo.org>
Bug: https://bugs.gentoo.org/69

 net-p2p/bitcoin-cli/Manifest  |  2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild | 97 +++
 2 files changed, 99 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index c6a97f3d9fb..9313ec120c3 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,4 +1,6 @@
 DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 
5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383
 SHA512 
455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890
 DIST bitcoin-0.16.0.knots20180322.patches.tar.xz 417544 BLAKE2B 
f14616c81e0694346fd0714032be501ad0b58e82e2a5fcc623b1fdd316759ae7ac584e6c4ab586e8c9f5a402694a36eceac6b2f1c7441da655479f832a8869bd
 SHA512 
9eca9cbae8ce17b38ddb70326760e33e7812db78e79cfe2d1a3518b34eb8fc87fe4c145e46ab60278b14e70a75b3af238342b4e1808a77cbca4b62b8c72fb1eb
+DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B 
c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390
 SHA512 
2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893
 DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 
0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb
 SHA512 
a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9
 DIST bitcoin-v0.16.0.tar.gz 6628305 BLAKE2B 
69adb5832e2a708431c06bd8ce695f25cfc2b84e7ccf11e77f40c8ec273146208c70a900d0d32f79790cf67fb359c2731b0cecfc1f27ac2d0c4057228a83aed3
 SHA512 
7a59de44196a3cd5b75bccfe851e8bd7d5a00ae45b6e771e082326d75846e7c6d1f6d449e18b539b95b25aa12b7b79c462367f1c89438bcd1ca6ec84eb42972c
+DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 
2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e
 SHA512 
2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild
new file mode 100644
index 000..efba5c33f5b
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.16.3.ebuild
@@ -0,0 +1,97 @@
+# Copyright 2010-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools bash-completion-r1
+
+BITCOINCORE_COMMITHASH="49e34e288005a5b144a642e197b628396f5a0765"
+KNOTS_PV="${PV}.knots20180918"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux"
+IUSE="knots libressl"
+
+DEPEND="
+   >=dev-libs/boost-1.52.0:=[threads(+)]
+   dev-libs/libevent:=
+   dev-libs/univalue:=
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( doc/bips.md doc/release-notes.md )
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+   elog "For more information, see:"
+   elog 
"https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
+   else
+   elog "You are building ${PN} from Bitcoin Core."
+   elog "For more information, see:"
+   elog "https://bitcoincore.org/en/2018/09/18/release-${PV}/;
+   fi
+}
+
+src_prepare() {
+   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
+
+   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
+
+   if use knots; then
+   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
+   fi
+
+   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2018-03-31 Thread Michał Górny
commit: d0475ea0ffa8bc584bd3b3d9b17f45b310b7bb23
Author: Luke Dashjr 
AuthorDate: Fri Mar 23 14:11:58 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 31 23:08:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0475ea0

net-p2p/bitcoin-cli: Bump to 0.16.0

 net-p2p/bitcoin-cli/Manifest  |  2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.16.0.ebuild | 97 +++
 2 files changed, 99 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 7c7216450f4..c6a97f3d9fb 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,2 +1,4 @@
 DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 
5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383
 SHA512 
455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890
+DIST bitcoin-0.16.0.knots20180322.patches.tar.xz 417544 BLAKE2B 
f14616c81e0694346fd0714032be501ad0b58e82e2a5fcc623b1fdd316759ae7ac584e6c4ab586e8c9f5a402694a36eceac6b2f1c7441da655479f832a8869bd
 SHA512 
9eca9cbae8ce17b38ddb70326760e33e7812db78e79cfe2d1a3518b34eb8fc87fe4c145e46ab60278b14e70a75b3af238342b4e1808a77cbca4b62b8c72fb1eb
 DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 
0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb
 SHA512 
a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9
+DIST bitcoin-v0.16.0.tar.gz 6628305 BLAKE2B 
69adb5832e2a708431c06bd8ce695f25cfc2b84e7ccf11e77f40c8ec273146208c70a900d0d32f79790cf67fb359c2731b0cecfc1f27ac2d0c4057228a83aed3
 SHA512 
7a59de44196a3cd5b75bccfe851e8bd7d5a00ae45b6e771e082326d75846e7c6d1f6d449e18b539b95b25aa12b7b79c462367f1c89438bcd1ca6ec84eb42972c

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.16.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.16.0.ebuild
new file mode 100644
index 000..dca844f0562
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.16.0.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools bash-completion-r1
+
+BITCOINCORE_COMMITHASH="4b4d7eb255ca8f9a94b92479e6061d129c91a991"
+KNOTS_PV="${PV}.knots20180322"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux"
+IUSE="knots libressl"
+
+DEPEND="
+   >=dev-libs/boost-1.52.0:=[threads(+)]
+   dev-libs/libevent:=
+   dev-libs/univalue:=
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( doc/bips.md doc/release-notes.md )
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+   elog "For more information, see:"
+   elog 
"https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
+   else
+   elog "You are building ${PN} from Bitcoin Core."
+   elog "For more information, see:"
+   elog "https://bitcoincore.org/en/2017/11/11/release-${PV}/;
+   fi
+}
+
+src_prepare() {
+   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
+
+   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
+
+   if use knots; then
+   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
+   fi
+
+   eapply_user
+
+   echo '#!/bin/true' >share/genbuild.sh || die
+   mkdir -p src/obj || die
+   echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h || die
+
+   eautoreconf
+   rm -r src/leveldb src/secp256k1 || die
+}
+
+src_configure() {
+   local my_econf=(
+   --disable-asm
+   --without-qtdbus
+   --with-libevent
+   --without-qrencode
+   --without-miniupnpc
+   --disable-tests
+   --disable-wallet
+   --disable-zmq
+   --enable-util-cli
+   --disable-util-tx
+   --disable-bench
+   --without-libs
+   --without-daemon
+   --without-gui
+   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2018-03-18 Thread Andreas Sturmlechner
commit: f752903cc966edb2bc0d039419a4f4861ed08614
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 18 14:16:18 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 18 14:16:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f752903c

net-p2p/bitcoin-cli: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-p2p/bitcoin-cli/Manifest  |  6 -
 net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild | 32 ---
 net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild | 32 ---
 net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild | 32 ---
 net-p2p/bitcoin-cli/metadata.xml  |  1 -
 5 files changed, 103 deletions(-)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index db66e3f7bb1..7c7216450f4 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,8 +1,2 @@
-DIST bitcoin-0.13.0.knots20160814.patches.tar.xz 128520 BLAKE2B 
f981bc8e1233fb82a22d57c58f39ee0c3c2bf0732c0b5e2055fab18dadb4febaac56b02a9af14bc0cc68f3f62fbf7890d37f502ca044dcd3432f3a27e52f9b0c
 SHA512 
6a02c8bdfbf4373b6e6cff6ebbfe70e71121caae50e39b68e7e73b3dbe83b5717a03710c4a444ed9b5b9d09aee9494affcf52b86f1b05987d16953324d954ca2
-DIST bitcoin-0.13.1.knots20161027.patches.tar.xz 386532 BLAKE2B 
82ad8c1da3692f2d3789ffae3814791c0c8634c07325b0f4c0943d1d2bdc07937e8728e22923385976e51dca7d111f7d8319a947dd7117388bf15983f41a8f57
 SHA512 
de4fee50bb6fcf416f4d0d52283ae4b80fd06a544e9312808bec167b471bc1a20d6ded1ebba92cef937b2bd7ebae19c5c1153d6a10dad40cba4fb6c0a98b4fb6
-DIST bitcoin-0.13.2.knots20170102.patches.tar.xz 434012 BLAKE2B 
917f6a9bf5b38c557960b1ee2ba548d75eb1fef9ef6908364dfaa7ec8b075e157c303a4eec7ad74deb5cf7ab2ea97c4d800c6fe498d0552318e15fce1b3adf3d
 SHA512 
a19b9d469ff03396375c6f97e3e1f7f24243518e4ca46390bc33debbe5c09dffc8ee8fff4d656b385e38ef0c70e46a474170fd377b8cb94d6cdc2ff58114b061
 DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 
5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383
 SHA512 
455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890
-DIST bitcoin-v0.13.0.tgz 5836862 BLAKE2B 
3ce77a7e15f2de66e2d5424bb2d686839ce0eb52d61fa37f21065205052428c264080a98e00fea7118c83d0bf92fec57c9bd629a1582a952b9521b5d528bc803
 SHA512 
ed49df78cab36ba30c83591724f1a21f7d2c49aa9cd5185ac09b52473aebcb7f406885d593cc7d99ffc87e3607bbeb8a7668a15a892fc6c654d31a5cfe3f53c1
-DIST bitcoin-v0.13.1.tgz 5955845 BLAKE2B 
a86d155f44681aa93720c9620d823070224c547dd7c2a6c075f4c8dec5b0e93b28f12ec3fd8c8c97f3eddd20e8f5763df086be473ed155da9f71479c2ed74779
 SHA512 
396196fa5325b650c61b966820454712d7e6c3e7a61cb95bacab59a0b6257d113c60105393a2ad1c33623ae81026e15c7356433fd7bafe2888e6b961487259c3
-DIST bitcoin-v0.13.2.tgz 6088472 BLAKE2B 
d6b13613d90d0abf33c937ec0cd003756c4984b95bd320f026c5867ba264cb1773d869bfbb170b2b6df6801eca34af71c5dbd3225b9baa5e94ec50ba22da3f54
 SHA512 
2c053f1f55a426499e50cbadfccfd7c47be25fd10bb8e3d21fb6f408261c5a0c35f2745891e0eeb0fe953428337e40b6dc730499fcd3ba465315d592352833ca
 DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 
0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb
 SHA512 
a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild
deleted file mode 100644
index 5214d5c7ea4..000
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2010-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-BITCOINCORE_COMMITHASH="a402396dce64c42ea73535b7dde4a9164d430438"
-BITCOINCORE_LJR_DATE="20160814"
-BITCOINCORE_IUSE="+ljr"
-inherit bash-completion-r1 bitcoincore
-
-DESCRIPTION="Command-line JSON-RPC client for the communication with the 
Bitcoin Core Daemon"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
-
-src_prepare() {
-   sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind \)bitcoind 
\(bitcoin-cli\)$/\1\2/' contrib/bitcoind.bash-completion || die
-   bitcoincore_src_prepare
-}
-
-src_configure() {
-   bitcoincore_conf \
-   --enable-util-cli
-}
-
-src_install() {
-   bitcoincore_src_install
-
-   doman contrib/debian/manpages/bitcoin-cli.1
-
-   newbashcomp contrib/bitcoind.bash-completion ${PN}
-}

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild
deleted file mode 100644
index 96877488947..000
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2010-2017 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2018-03-18 Thread Mikle Kolyada
commit: 948e4de04998f3dd54f359b991e08e476e9bb181
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar 18 13:55:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar 18 13:57:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948e4de0

net-p2p/bitcoin-cli: arm stable wrt bug #644940

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
index 48399f247da..f9c7b876498 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for 
interfacing with bitc
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
 
 SRC_URI="

https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
${MyPN}-v${PV}.tar.gz



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2018-02-22 Thread Agostino Sarubbo
commit: b29f24cd8a70931a30ba5b02d0c46fe2276d0761
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 22 09:03:39 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 22 09:05:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29f24cd

net-p2p/bitcoin-cli: amd64 stable wrt bug #644940

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
index fc2989de9d2..48399f247da 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for 
interfacing with bitc
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
 
 SRC_URI="

https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
${MyPN}-v${PV}.tar.gz



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2018-01-28 Thread Andreas Sturmlechner
commit: 56db17fcc2aaabab6c422a86afa9df7d75497b1c
Author: Francesco Turco  fastmail  fm>
AuthorDate: Sat Jan 27 12:27:53 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 28 23:19:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56db17fc

net-p2p/bitcoin-cli: use HTTPS instead of HTTP

 net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
index e143f8a4489..fc2989de9d2 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
@@ -15,17 +15,17 @@ KNOTS_P="${MyPN}-${KNOTS_PV}"
 IUSE="knots libressl"
 
 DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
-HOMEPAGE="http://bitcoincore.org/ http://bitcoinknots.org/;
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
 
 SRC_URI="

https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
${MyPN}-v${PV}.tar.gz
-   http://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.patches.txz 
-> ${KNOTS_P}.patches.tar.xz
+   
https://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
 "
 CORE_DESC="https://bitcoincore.org/en/2017/11/11/release-${PV}/;
-KNOTS_DESC="http://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
+KNOTS_DESC="https://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
 
 RDEPEND="
!libressl? ( dev-libs/openssl:0=[-bindist] )



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2018-01-26 Thread Thomas Deutschmann
commit: 64999464722ff2059b0c0c6bd0b6a9635edf1345
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 23:18:18 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 23:23:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64999464

net-p2p/bitcoin-cli: x86 stable (bug #644940)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
index a63af598ca6..e143f8a4489 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2010-2017 Gentoo Foundation
+# Copyright 2010-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for 
interfacing with bitc
 HOMEPAGE="http://bitcoincore.org/ http://bitcoinknots.org/;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
 
 SRC_URI="

https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
${MyPN}-v${PV}.tar.gz



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2018-01-19 Thread Andreas Sturmlechner
commit: adb84cc14bfcaf4c23339c4941c5cf79e6315f0e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 18 23:55:44 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 19 18:39:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb84cc1

net-p2p/bitcoin-cli: Drop live ebuild (outdated)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-p2p/bitcoin-cli/bitcoin-cli-.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-.ebuild
deleted file mode 100644
index 6f5b39c0dc4..000
--- a/net-p2p/bitcoin-cli/bitcoin-cli-.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2010-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-BITCOINCORE_NO_SYSLIBS=1
-BITCOINCORE_IUSE=""
-inherit bitcoincore
-
-DESCRIPTION="Command-line JSON-RPC client for the communication with the 
Bitcoin Core Daemon"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-src_prepare() {
-   bitcoincore_prepare
-   sed -i 's/bitcoin-tx//' src/Makefile.am || die
-   bitcoincore_autoreconf
-}
-
-src_configure() {
-   bitcoincore_conf \
-   --with-utils
-}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2017-12-31 Thread Mike Gilbert
commit: a5b029f61cc86e6a1bf14ea0247bc67213cda332
Author: Luke Dashjr 
AuthorDate: Sun Dec 10 15:07:41 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Dec 31 16:20:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b029f6

net-p2p/bitcoin-cli: Bump to 0.15.1

 net-p2p/bitcoin-cli/Manifest  |   2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild | 101 ++
 net-p2p/bitcoin-cli/metadata.xml  |   1 +
 3 files changed, 104 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 8ac457f4430..db66e3f7bb1 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,6 +1,8 @@
 DIST bitcoin-0.13.0.knots20160814.patches.tar.xz 128520 BLAKE2B 
f981bc8e1233fb82a22d57c58f39ee0c3c2bf0732c0b5e2055fab18dadb4febaac56b02a9af14bc0cc68f3f62fbf7890d37f502ca044dcd3432f3a27e52f9b0c
 SHA512 
6a02c8bdfbf4373b6e6cff6ebbfe70e71121caae50e39b68e7e73b3dbe83b5717a03710c4a444ed9b5b9d09aee9494affcf52b86f1b05987d16953324d954ca2
 DIST bitcoin-0.13.1.knots20161027.patches.tar.xz 386532 BLAKE2B 
82ad8c1da3692f2d3789ffae3814791c0c8634c07325b0f4c0943d1d2bdc07937e8728e22923385976e51dca7d111f7d8319a947dd7117388bf15983f41a8f57
 SHA512 
de4fee50bb6fcf416f4d0d52283ae4b80fd06a544e9312808bec167b471bc1a20d6ded1ebba92cef937b2bd7ebae19c5c1153d6a10dad40cba4fb6c0a98b4fb6
 DIST bitcoin-0.13.2.knots20170102.patches.tar.xz 434012 BLAKE2B 
917f6a9bf5b38c557960b1ee2ba548d75eb1fef9ef6908364dfaa7ec8b075e157c303a4eec7ad74deb5cf7ab2ea97c4d800c6fe498d0552318e15fce1b3adf3d
 SHA512 
a19b9d469ff03396375c6f97e3e1f7f24243518e4ca46390bc33debbe5c09dffc8ee8fff4d656b385e38ef0c70e46a474170fd377b8cb94d6cdc2ff58114b061
+DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 
5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383
 SHA512 
455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890
 DIST bitcoin-v0.13.0.tgz 5836862 BLAKE2B 
3ce77a7e15f2de66e2d5424bb2d686839ce0eb52d61fa37f21065205052428c264080a98e00fea7118c83d0bf92fec57c9bd629a1582a952b9521b5d528bc803
 SHA512 
ed49df78cab36ba30c83591724f1a21f7d2c49aa9cd5185ac09b52473aebcb7f406885d593cc7d99ffc87e3607bbeb8a7668a15a892fc6c654d31a5cfe3f53c1
 DIST bitcoin-v0.13.1.tgz 5955845 BLAKE2B 
a86d155f44681aa93720c9620d823070224c547dd7c2a6c075f4c8dec5b0e93b28f12ec3fd8c8c97f3eddd20e8f5763df086be473ed155da9f71479c2ed74779
 SHA512 
396196fa5325b650c61b966820454712d7e6c3e7a61cb95bacab59a0b6257d113c60105393a2ad1c33623ae81026e15c7356433fd7bafe2888e6b961487259c3
 DIST bitcoin-v0.13.2.tgz 6088472 BLAKE2B 
d6b13613d90d0abf33c937ec0cd003756c4984b95bd320f026c5867ba264cb1773d869bfbb170b2b6df6801eca34af71c5dbd3225b9baa5e94ec50ba22da3f54
 SHA512 
2c053f1f55a426499e50cbadfccfd7c47be25fd10bb8e3d21fb6f408261c5a0c35f2745891e0eeb0fe953428337e40b6dc730499fcd3ba465315d592352833ca
+DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 
0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb
 SHA512 
a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
new file mode 100644
index 000..a63af598ca6
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
@@ -0,0 +1,101 @@
+# Copyright 2010-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools bash-completion-r1
+
+MyPV="${PV/_/}"
+MyPN="bitcoin"
+MyP="${MyPN}-${MyPV}"
+BITCOINCORE_COMMITHASH="7b57bc998f334775b50ebc8ca5e78ca728db4c58"
+KNOTS_PV="${PV}.knots2017"
+KNOTS_P="${MyPN}-${KNOTS_PV}"
+
+IUSE="knots libressl"
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="http://bitcoincore.org/ http://bitcoinknots.org/;
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux"
+
+SRC_URI="
+   
https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
${MyPN}-v${PV}.tar.gz
+   http://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.patches.txz 
-> ${KNOTS_P}.patches.tar.xz
+"
+CORE_DESC="https://bitcoincore.org/en/2017/11/11/release-${PV}/;
+KNOTS_DESC="http://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+   dev-libs/libevent
+   dev-libs/univalue
+   >=dev-libs/boost-1.52.0:=[threads(+)]
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( doc/bips.md doc/release-notes.md )
+
+S="${WORKDIR}/${MyPN}-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   einfo "You are 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2017-11-22 Thread Jonas Stein
commit: 129c5c93c00db75ea74eee07b91c9578ad61430e
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Nov 22 17:36:10 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Wed Nov 22 17:36:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129c5c93

net-p2p/bitcoin-cli: QA fix DESCRIPTION

was >80 Char.

Package-Manager: Portage-2.3.15, Repoman-2.3.5

 net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild | 4 ++--
 net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild | 4 ++--
 net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild | 2 +-
 net-p2p/bitcoin-cli/bitcoin-cli-.ebuild   | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild
index ed503cc6e94..5214d5c7ea4 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2010-2016 Gentoo Foundation
+# Copyright 2010-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ BITCOINCORE_LJR_DATE="20160814"
 BITCOINCORE_IUSE="+ljr"
 inherit bash-completion-r1 bitcoincore
 
-DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to 
Bitcoin Core Daemon"
+DESCRIPTION="Command-line JSON-RPC client for the communication with the 
Bitcoin Core Daemon"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild
index 06646283c19..96877488947 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2010-2016 Gentoo Foundation
+# Copyright 2010-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ BITCOINCORE_LJR_DATE="20161027"
 BITCOINCORE_IUSE="+ljr"
 inherit bash-completion-r1 bitcoincore
 
-DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to 
Bitcoin Core Daemon"
+DESCRIPTION="Command-line JSON-RPC client for the communication with the 
Bitcoin Core Daemon"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild
index 2a4bdb7544d..e6f0569a9ba 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild
@@ -8,7 +8,7 @@ BITCOINCORE_LJR_DATE="20170102"
 BITCOINCORE_IUSE="knots"
 inherit bash-completion-r1 bitcoincore
 
-DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to 
Bitcoin Core Daemon"
+DESCRIPTION="Command-line JSON-RPC client for the communication with the 
Bitcoin Core Daemon"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-.ebuild
index 5ac8fb8bc25..6f5b39c0dc4 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2010-2016 Gentoo Foundation
+# Copyright 2010-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ BITCOINCORE_NO_SYSLIBS=1
 BITCOINCORE_IUSE=""
 inherit bitcoincore
 
-DESCRIPTION="Command-line client specifically designed for talking to Bitcoin 
Core Daemon"
+DESCRIPTION="Command-line JSON-RPC client for the communication with the 
Bitcoin Core Daemon"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2017-03-11 Thread Anthony G. Basile
commit: 7ce3ffe447e8e0f142b25558e2d3d89bee1e13b4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Mar 11 18:30:39 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Mar 11 18:33:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce3ffe4

net-p2p/bitcoin-cli: add knots support

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild | 4 ++--
 net-p2p/bitcoin-cli/metadata.xml  | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild
index 84491e781f3..2a4bdb7544d 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2010-2016 Gentoo Foundation
+# Copyright 2010-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 BITCOINCORE_COMMITHASH="0d719145b018e28d48d35c2646a5962b87c60436"
 BITCOINCORE_LJR_DATE="20170102"
-BITCOINCORE_IUSE="+ljr"
+BITCOINCORE_IUSE="knots"
 inherit bash-completion-r1 bitcoincore
 
 DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to 
Bitcoin Core Daemon"

diff --git a/net-p2p/bitcoin-cli/metadata.xml b/net-p2p/bitcoin-cli/metadata.xml
index a686a21c526..16e544a1d32 100644
--- a/net-p2p/bitcoin-cli/metadata.xml
+++ b/net-p2p/bitcoin-cli/metadata.xml
@@ -10,6 +10,7 @@
Luke Dashjr


+   Build enhanced Bitcoin Knots version, rather 
than Bitcoin Core
Enable Luke Dashjr's patches





[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2017-01-23 Thread Andreas Sturmlechner
commit: 5d1c08e4cbaa8b001048a7a006f78c426e7e6d60
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 22 20:53:58 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 24 01:17:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1c08e4

net-p2p/bitcoin-cli: Drop old

Package-Manager: portage-2.3.0

 net-p2p/bitcoin-cli/Manifest  | 11 
 net-p2p/bitcoin-cli/bitcoin-cli-0.10.2.ebuild | 38 ---
 net-p2p/bitcoin-cli/bitcoin-cli-0.11.0.ebuild | 33 ---
 net-p2p/bitcoin-cli/bitcoin-cli-0.11.1.ebuild | 33 ---
 net-p2p/bitcoin-cli/bitcoin-cli-0.11.2.ebuild | 33 ---
 net-p2p/bitcoin-cli/bitcoin-cli-0.12.0.ebuild | 34 
 6 files changed, 182 deletions(-)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 9a354d5..1a8817d 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,17 +1,6 @@
-DIST bitcoin-0.10.1.ljr20150428.patches.tar.xz 34980 SHA256 
f3770c478bd541fcc75c1f64664ae810aa67da7535f11859034dcc7067546713 SHA512 
edf7c8aa81c8890da61224eddde61cec62058514fa76a50ab25cc7db272f6c656f5c46f8b9468f6059eb7c1be624de834867c0a7c1c2559a5231b763e40c13a2
 WHIRLPOOL 
2b8d878bf3d599393da177403e2199e63bb2634d14438079b5c8821c07441e26fb8b5cd150281c9923534f474763d9f3c2cab9424ab7a319de059c1b3bb49c4e
-DIST bitcoin-0.11.0.ljr20150711.patches.tar.xz 79740 SHA256 
2f9608ee18f10fccaeda239baf82fd74180a562eb92aec72f7959c7211228bbb SHA512 
cafa5cf0b7a56894b07e949bb401016c46456f6043da86f54023f930e9836a420c88ca9e94067edcf2150495cb637b1938478332f7f7669394ea90351f3b4623
 WHIRLPOOL 
1bab46c50b7bc8709359ea98a9a75f4b476dd81540421f6696b4085f4acf8fd3d040e591230df1f83625ada89d0d178040f747ae02f76d1dd73787c86e73dac4
-DIST bitcoin-0.11.1.ljr20150921.patches.tar.xz 85116 SHA256 
b8f7912a90f74dbd710f769e2d5df79ad494caef98a34ddd08496870d8826cd8 SHA512 
f428fbd726cba8f82a0afe1dd09bed477896c7186770eb0da53e12f342d5dc260419c2c216d8fdad5038a18d88ca746b9c275d50659fbefc6d2b456ce8e5aade
 WHIRLPOOL 
de1a89142bcb2a6df11466cc497ff6d6d599cdca909c14b713dd5579e243fb27fdd0baeb3de4205645fa34bf403cc3b3d50137a45be62955382f038146586c3a
-DIST bitcoin-0.11.2.ljr20151118.patches.tar.xz 98552 SHA256 
de44c8604de476d282820c2419ccbba3bef3eb054887cdd16b0ab4e7ff450dcb SHA512 
283d0b6550fa1c6d2347e146c350b2afb9d7ca0c2e8ad150a8dcb6c0522abd17ca31ba8dcdee7e2d7020561be6e8bdc9bd33f7d21e7901ca675ff990441a97ef
 WHIRLPOOL 
24f25ba32d1c22e1e795aba13e202af661b9e23992b633382cdd62953d744862901494726c36075eb0ae186bd6e60e4c15148e0f46a2401efffa1b419b4d2390
-DIST bitcoin-0.12.0.knots20160226.rc1.patches.tar.xz 145776 SHA256 
93431aa2c1d66c41d52bbf8810df27228f5a0823db2416312d6e07a20dc78dea SHA512 
042c02dc64591f4edbad1cc421ee90e84d628f93292fd42b190728960a65eb76d0234d821ce2df92a3a66328a5368b5b42670ebf130045d92d74d74287a90990
 WHIRLPOOL 
b4543468936c6e16a8636c2eaed1d6f76a20958c2f2fda6f9c6a389cc79111369d906c08878e3eb7b2d6bad8299e3e16ad38a190dab80996f63adfda8c1c93f2
 DIST bitcoin-0.13.0.knots20160814.patches.tar.xz 128520 SHA256 
be92292d55e624ce8494210a51d6228f20d3f7b5ee2faf4185ba326a5f18fd30 SHA512 
6a02c8bdfbf4373b6e6cff6ebbfe70e71121caae50e39b68e7e73b3dbe83b5717a03710c4a444ed9b5b9d09aee9494affcf52b86f1b05987d16953324d954ca2
 WHIRLPOOL 
c41dbadc730f1b8df2244dd294c63a1989ebaf4bc2057435eeb0743555345a6158c36b34589427c22eb717af9358096fb6ab3dd851fffc5cafafa76c812b7fd8
 DIST bitcoin-0.13.1.knots20161027.patches.tar.xz 386532 SHA256 
b3242fa3bf7959de31aba47b4124e582d0a3d2924a5fe48f91676ef586a5d2f0 SHA512 
de4fee50bb6fcf416f4d0d52283ae4b80fd06a544e9312808bec167b471bc1a20d6ded1ebba92cef937b2bd7ebae19c5c1153d6a10dad40cba4fb6c0a98b4fb6
 WHIRLPOOL 
768d3d1fdfe15d5d36d3d724224e3e33da5292764b3264bba89e3186e03d05cf57e957c071850bacc0fb49c7aae6cfd01bb649ffd82acfa4cfe695ef4b7e3b43
 DIST bitcoin-0.13.2.knots20170102.patches.tar.xz 434012 SHA256 
837dbc5a69a25a844681971e3b5bc22c93655e893fc579094556c10bc038488a SHA512 
a19b9d469ff03396375c6f97e3e1f7f24243518e4ca46390bc33debbe5c09dffc8ee8fff4d656b385e38ef0c70e46a474170fd377b8cb94d6cdc2ff58114b061
 WHIRLPOOL 
a5eaf1076eae2162d672ad705e8085e7034e163095d0645cd3ee522a11062fba8928a2d2dad94bda28538698f61fe46b3501fe978ff7940237e3f6895eafa6ae
-DIST bitcoin-cli-manpage-v0.11.0rc3.1 1609 SHA256 
868d35484d12a649c3ceb5797abf915c4110393fb33b34509793ae0717963b9e SHA512 
296006670bf64c54c408803244eed9db77fe96d1d3f642fb63442838fb4f086c50518d32f44f642a84757bfdf5f041fa6fc98f1e07d48739e41c1049a19b7666
 WHIRLPOOL 
f63e632cb1ad82b4536cff7a04d55c55e981d6cc8e9cd2199e08a3267e4692dd7e732ccb0e66d08657c428a569046a0abc6fac9eec82ba6b997bd41fc96865a7
-DIST bitcoin-v0.10.2-r1.tgz 5076702 SHA256 
9bee2b9fe0c236f9f75bfc05c59df238c9424cbcffe4483db5009c5aaff8881b SHA512 
5650dc281c749a6057d2dc29d61909619d680ace8c74c41df1581ef56e98950cb42bf4ea2c37264f00090cfa7762f2539f433c8117228484cd7628d397aa69fa
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2016-12-20 Thread Agostino Sarubbo
commit: f9994b991fe011812e9f7a0ef6ed506391e200b1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 20 09:07:19 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 20 09:07:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9994b99

net-p2p/bitcoin-cli: x86 stable wrt bug #584982

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild
index 9a883dd..0878f93 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild
@@ -12,7 +12,7 @@ inherit bash-completion-r1 bitcoincore
 DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to 
Bitcoin Core Daemon"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
 
 src_prepare() {
sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind \)bitcoind 
\(bitcoin-cli\)$/\1\2/' contrib/bitcoind.bash-completion || die



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2016-12-19 Thread Tobias Klausmann
commit: 0af9798db65e206ccd6a1e4c6817fd396128d7bb
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Dec 19 19:56:26 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Dec 19 19:56:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af9798d

net-p2p/bitcoin-cli-0.13.1-r0: stable on amd64

Gentoo-Bug: 584982

 net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild
index 4806c76..9a883dd 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild
@@ -12,7 +12,7 @@ inherit bash-completion-r1 bitcoincore
 DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to 
Bitcoin Core Daemon"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
 
 src_prepare() {
sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind \)bitcoind 
\(bitcoin-cli\)$/\1\2/' contrib/bitcoind.bash-completion || die



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2016-03-20 Thread Anthony G. Basile
commit: 39ed2f935f4997ffc77e9fdc05008932e013bdac
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Mar 20 15:39:19 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 20 15:42:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ed2f93

net-p2p/bitcoin-cli: shorten the description

Package-Manager: portage-2.2.26

 net-p2p/bitcoin-cli/bitcoin-cli-0.10.2.ebuild | 4 ++--
 net-p2p/bitcoin-cli/bitcoin-cli-0.11.0.ebuild | 4 ++--
 net-p2p/bitcoin-cli/bitcoin-cli-0.11.1.ebuild | 4 ++--
 net-p2p/bitcoin-cli/bitcoin-cli-0.11.2.ebuild | 4 ++--
 net-p2p/bitcoin-cli/bitcoin-cli-0.12.0.ebuild | 4 ++--
 net-p2p/bitcoin-cli/bitcoin-cli-.ebuild   | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.10.2.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.10.2.ebuild
index ce3e7b3..15c46a4 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.10.2.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.10.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2010-2015 Gentoo Foundation
+# Copyright 2010-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ BITCOINCORE_LJR_DATE="20150428"
 BITCOINCORE_IUSE=""
 inherit bash-completion-r1 bitcoincore
 
-DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to 
Bitcoin Core Daemon"
+DESCRIPTION="Command-line client specifically designed for talking to Bitcoin 
Core Daemon"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.11.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.11.0.ebuild
index c1a252c..a865ca0 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.11.0.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2010-2015 Gentoo Foundation
+# Copyright 2010-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ BITCOINCORE_LJR_DATE="20150711"
 BITCOINCORE_IUSE="ljr"
 inherit bash-completion-r1 bitcoincore
 
-DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to 
Bitcoin Core Daemon"
+DESCRIPTION="Command-line client specifically designed for talking to Bitcoin 
Core Daemon"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.11.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.11.1.ebuild
index 13e5eda..35fbdee 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.11.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2010-2015 Gentoo Foundation
+# Copyright 2010-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ BITCOINCORE_LJR_DATE="20150921"
 BITCOINCORE_IUSE="ljr"
 inherit bash-completion-r1 bitcoincore
 
-DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to 
Bitcoin Core Daemon"
+DESCRIPTION="Command-line client specifically designed for talking to Bitcoin 
Core Daemon"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.11.2.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.11.2.ebuild
index e5a6ee6..f3d12e2 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.11.2.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.11.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2010-2015 Gentoo Foundation
+# Copyright 2010-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ BITCOINCORE_LJR_DATE="20151118"
 BITCOINCORE_IUSE="ljr"
 inherit bash-completion-r1 bitcoincore
 
-DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to 
Bitcoin Core Daemon"
+DESCRIPTION="Command-line client specifically designed for talking to Bitcoin 
Core Daemon"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.12.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.12.0.ebuild
index 95f36a9..e11b103 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.12.0.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2010-2015 Gentoo Foundation
+# Copyright 2010-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ BITCOINCORE_LJR_PREV="rc1"
 BITCOINCORE_IUSE="ljr"
 inherit bash-completion-r1 bitcoincore
 
-DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to 
Bitcoin Core Daemon"
+DESCRIPTION="Command-line client specifically designed for talking to Bitcoin 
Core Daemon"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-.ebuild
index 3c7b4d5..7ecc5fa 100644
--- 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2015-11-27 Thread Anthony G. Basile
commit: bac87e64625eac81a4bb04322c3600c9021ed708
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Nov 27 20:05:44 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Nov 27 20:08:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac87e64

net-p2p/bitcoin-cli: remove older unstable versions

Package-Manager: portage-2.2.20.1

 net-p2p/bitcoin-cli/Manifest |  5 ---
 net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild | 25 ---
 net-p2p/bitcoin-cli/bitcoin-cli-0.10.1.ebuild| 25 ---
 net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild | 55 
 4 files changed, 110 deletions(-)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index aa54448..4569100 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,14 +1,9 @@
-DIST bitcoin-0.10.0.ljr20150311.patches.tar.xz 34836 SHA256 
353b82a933d234daaaed3f807f940a701646c7c9669867fbf5cdb48a1065312c SHA512 
dc2a24f141d591f288e846f29a3263dea463f77dda22b92f91e781a8500c695be8b6f497251b6c960e1acdf43e839a7f0bc06fb7a18cdbda90b3d6a61f21c4af
 WHIRLPOOL 
3b898c529e7967750dabcbb235657c19bab0ce75b6f47017ae7bdc7943acb8001cc19eff2d319e1ad405037ecf0674759a575116b1b0c1f32fde89a98f0052a3
 DIST bitcoin-0.10.1.ljr20150428.patches.tar.xz 34980 SHA256 
f3770c478bd541fcc75c1f64664ae810aa67da7535f11859034dcc7067546713 SHA512 
edf7c8aa81c8890da61224eddde61cec62058514fa76a50ab25cc7db272f6c656f5c46f8b9468f6059eb7c1be624de834867c0a7c1c2559a5231b763e40c13a2
 WHIRLPOOL 
2b8d878bf3d599393da177403e2199e63bb2634d14438079b5c8821c07441e26fb8b5cd150281c9923534f474763d9f3c2cab9424ab7a319de059c1b3bb49c4e
 DIST bitcoin-0.11.0.ljr20150711.patches.tar.xz 79740 SHA256 
2f9608ee18f10fccaeda239baf82fd74180a562eb92aec72f7959c7211228bbb SHA512 
cafa5cf0b7a56894b07e949bb401016c46456f6043da86f54023f930e9836a420c88ca9e94067edcf2150495cb637b1938478332f7f7669394ea90351f3b4623
 WHIRLPOOL 
1bab46c50b7bc8709359ea98a9a75f4b476dd81540421f6696b4085f4acf8fd3d040e591230df1f83625ada89d0d178040f747ae02f76d1dd73787c86e73dac4
 DIST bitcoin-0.11.1.ljr20150921.patches.tar.xz 85116 SHA256 
b8f7912a90f74dbd710f769e2d5df79ad494caef98a34ddd08496870d8826cd8 SHA512 
f428fbd726cba8f82a0afe1dd09bed477896c7186770eb0da53e12f342d5dc260419c2c216d8fdad5038a18d88ca746b9c275d50659fbefc6d2b456ce8e5aade
 WHIRLPOOL 
de1a89142bcb2a6df11466cc497ff6d6d599cdca909c14b713dd5579e243fb27fdd0baeb3de4205645fa34bf403cc3b3d50137a45be62955382f038146586c3a
 DIST bitcoin-0.11.2.ljr20151118.patches.tar.xz 98552 SHA256 
de44c8604de476d282820c2419ccbba3bef3eb054887cdd16b0ab4e7ff450dcb SHA512 
283d0b6550fa1c6d2347e146c350b2afb9d7ca0c2e8ad150a8dcb6c0522abd17ca31ba8dcdee7e2d7020561be6e8bdc9bd33f7d21e7901ca675ff990441a97ef
 WHIRLPOOL 
24f25ba32d1c22e1e795aba13e202af661b9e23992b633382cdd62953d744862901494726c36075eb0ae186bd6e60e4c15148e0f46a2401efffa1b419b4d2390
-DIST bitcoin-0.9.3.ljr20141002.patch.xz 23320 SHA256 
d0a480e11159d597a36e300398c858b5713de78d4f00295b46aa6612ed4b28cc SHA512 
b6f225c1e6fc4b1b0b53084d62ff6a57af3b45ea48064fb790b51a081bd1a2333ad5ebffdd443da47babac76ca7394d3ccb645fb3e5e532252409de32a3cb768
 WHIRLPOOL 
2cdb0a3e3b8407ef11a9f6a56c47ca51c38eb7adbf1b0ceaf1b7fec00118a75892782f66a4c85e54f43e3a3107d1b4e3c799eb1171dff8eb9db69d162cde650a
 DIST bitcoin-cli-manpage-v0.11.0rc3.1 1609 SHA256 
868d35484d12a649c3ceb5797abf915c4110393fb33b34509793ae0717963b9e SHA512 
296006670bf64c54c408803244eed9db77fe96d1d3f642fb63442838fb4f086c50518d32f44f642a84757bfdf5f041fa6fc98f1e07d48739e41c1049a19b7666
 WHIRLPOOL 
f63e632cb1ad82b4536cff7a04d55c55e981d6cc8e9cd2199e08a3267e4692dd7e732ccb0e66d08657c428a569046a0abc6fac9eec82ba6b997bd41fc96865a7
-DIST bitcoin-v0.10.0.tgz 5022212 SHA256 
ecff92e184fac4a96684085590a67554a27db72d0ac235b7cc054887644c0b70 SHA512 
f362a9d4ba405c02b2d01024a61b68f984dd6e441ef2254d05bf65cfe803c8b084bd3b14a76a3472251d96087e450091f95f26a691c248836c6d0b43dece8255
 WHIRLPOOL 
2185413c6d073b0dcb30001c8fb56301390206680ffc6d705ed99e102e68e5c4c1d08c495c38703631696fa9a4a3784befd71acfbec0e94b164bbbfde76158c3
-DIST bitcoin-v0.10.1.tgz 5053846 SHA256 
51bff5ba2372ca53782c5fec3d9b4b4226e94b5ac0b1b4b2b5949b97082af256 SHA512 
f89330b93f22ba5f393c9a7a48ce28196be0e16468e5d99c459e889c458cc3a7c3f6e4537996571aa8ccb0ebb2eedf80ad028da136a2e08e2f8631f69ac5f2fc
 WHIRLPOOL 
0cfb182f355151cde75601d2260cc92801e2dc1231ae2fca67610e699bb5f0cae826b09f456ca8afa283730954f11a8b180f43ae5a5297d129093fc0f9f53b4e
 DIST bitcoin-v0.10.2-r1.tgz 5076702 SHA256 
9bee2b9fe0c236f9f75bfc05c59df238c9424cbcffe4483db5009c5aaff8881b SHA512 
5650dc281c749a6057d2dc29d61909619d680ace8c74c41df1581ef56e98950cb42bf4ea2c37264f00090cfa7762f2539f433c8117228484cd7628d397aa69fa
 WHIRLPOOL 
02c2e74748c7572fa3968fc132d561323e33e6aadc07744bd06567ab3c7871afe6b46d30fc3389d92246c705454db708dd05946e93e3a93ad5d3b89a327b
 DIST bitcoin-v0.11.0.tgz 5898627 SHA256 
a52cb63e96a13626243c78662ea659c90277728b8f40d27846e82fdf81ce58e3 SHA512 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2015-11-27 Thread Anthony G. Basile
commit: 4d4bfe017e568d0f596ef21127306678a2faab02
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Nov 27 20:03:11 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Nov 27 20:08:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4bfe01

net-p2p/bitcoin-cli: version bump to 0.11.2

Package-Manager: portage-2.2.20.1

 net-p2p/bitcoin-cli/Manifest  |  2 ++
 net-p2p/bitcoin-cli/bitcoin-cli-0.11.2.ebuild | 33 +++
 2 files changed, 35 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 2031ca9..aa54448 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -2,6 +2,7 @@ DIST bitcoin-0.10.0.ljr20150311.patches.tar.xz 34836 SHA256 
353b82a933d234daaaed
 DIST bitcoin-0.10.1.ljr20150428.patches.tar.xz 34980 SHA256 
f3770c478bd541fcc75c1f64664ae810aa67da7535f11859034dcc7067546713 SHA512 
edf7c8aa81c8890da61224eddde61cec62058514fa76a50ab25cc7db272f6c656f5c46f8b9468f6059eb7c1be624de834867c0a7c1c2559a5231b763e40c13a2
 WHIRLPOOL 
2b8d878bf3d599393da177403e2199e63bb2634d14438079b5c8821c07441e26fb8b5cd150281c9923534f474763d9f3c2cab9424ab7a319de059c1b3bb49c4e
 DIST bitcoin-0.11.0.ljr20150711.patches.tar.xz 79740 SHA256 
2f9608ee18f10fccaeda239baf82fd74180a562eb92aec72f7959c7211228bbb SHA512 
cafa5cf0b7a56894b07e949bb401016c46456f6043da86f54023f930e9836a420c88ca9e94067edcf2150495cb637b1938478332f7f7669394ea90351f3b4623
 WHIRLPOOL 
1bab46c50b7bc8709359ea98a9a75f4b476dd81540421f6696b4085f4acf8fd3d040e591230df1f83625ada89d0d178040f747ae02f76d1dd73787c86e73dac4
 DIST bitcoin-0.11.1.ljr20150921.patches.tar.xz 85116 SHA256 
b8f7912a90f74dbd710f769e2d5df79ad494caef98a34ddd08496870d8826cd8 SHA512 
f428fbd726cba8f82a0afe1dd09bed477896c7186770eb0da53e12f342d5dc260419c2c216d8fdad5038a18d88ca746b9c275d50659fbefc6d2b456ce8e5aade
 WHIRLPOOL 
de1a89142bcb2a6df11466cc497ff6d6d599cdca909c14b713dd5579e243fb27fdd0baeb3de4205645fa34bf403cc3b3d50137a45be62955382f038146586c3a
+DIST bitcoin-0.11.2.ljr20151118.patches.tar.xz 98552 SHA256 
de44c8604de476d282820c2419ccbba3bef3eb054887cdd16b0ab4e7ff450dcb SHA512 
283d0b6550fa1c6d2347e146c350b2afb9d7ca0c2e8ad150a8dcb6c0522abd17ca31ba8dcdee7e2d7020561be6e8bdc9bd33f7d21e7901ca675ff990441a97ef
 WHIRLPOOL 
24f25ba32d1c22e1e795aba13e202af661b9e23992b633382cdd62953d744862901494726c36075eb0ae186bd6e60e4c15148e0f46a2401efffa1b419b4d2390
 DIST bitcoin-0.9.3.ljr20141002.patch.xz 23320 SHA256 
d0a480e11159d597a36e300398c858b5713de78d4f00295b46aa6612ed4b28cc SHA512 
b6f225c1e6fc4b1b0b53084d62ff6a57af3b45ea48064fb790b51a081bd1a2333ad5ebffdd443da47babac76ca7394d3ccb645fb3e5e532252409de32a3cb768
 WHIRLPOOL 
2cdb0a3e3b8407ef11a9f6a56c47ca51c38eb7adbf1b0ceaf1b7fec00118a75892782f66a4c85e54f43e3a3107d1b4e3c799eb1171dff8eb9db69d162cde650a
 DIST bitcoin-cli-manpage-v0.11.0rc3.1 1609 SHA256 
868d35484d12a649c3ceb5797abf915c4110393fb33b34509793ae0717963b9e SHA512 
296006670bf64c54c408803244eed9db77fe96d1d3f642fb63442838fb4f086c50518d32f44f642a84757bfdf5f041fa6fc98f1e07d48739e41c1049a19b7666
 WHIRLPOOL 
f63e632cb1ad82b4536cff7a04d55c55e981d6cc8e9cd2199e08a3267e4692dd7e732ccb0e66d08657c428a569046a0abc6fac9eec82ba6b997bd41fc96865a7
 DIST bitcoin-v0.10.0.tgz 5022212 SHA256 
ecff92e184fac4a96684085590a67554a27db72d0ac235b7cc054887644c0b70 SHA512 
f362a9d4ba405c02b2d01024a61b68f984dd6e441ef2254d05bf65cfe803c8b084bd3b14a76a3472251d96087e450091f95f26a691c248836c6d0b43dece8255
 WHIRLPOOL 
2185413c6d073b0dcb30001c8fb56301390206680ffc6d705ed99e102e68e5c4c1d08c495c38703631696fa9a4a3784befd71acfbec0e94b164bbbfde76158c3
@@ -9,4 +10,5 @@ DIST bitcoin-v0.10.1.tgz 5053846 SHA256 
51bff5ba2372ca53782c5fec3d9b4b4226e94b5a
 DIST bitcoin-v0.10.2-r1.tgz 5076702 SHA256 
9bee2b9fe0c236f9f75bfc05c59df238c9424cbcffe4483db5009c5aaff8881b SHA512 
5650dc281c749a6057d2dc29d61909619d680ace8c74c41df1581ef56e98950cb42bf4ea2c37264f00090cfa7762f2539f433c8117228484cd7628d397aa69fa
 WHIRLPOOL 
02c2e74748c7572fa3968fc132d561323e33e6aadc07744bd06567ab3c7871afe6b46d30fc3389d92246c705454db708dd05946e93e3a93ad5d3b89a327b
 DIST bitcoin-v0.11.0.tgz 5898627 SHA256 
a52cb63e96a13626243c78662ea659c90277728b8f40d27846e82fdf81ce58e3 SHA512 
bf1e05e115ecc375bfe9e342bf65db74784926e599a05f42f33b43781775d0469826228876269fcdc8a469bce45cb3dd4513e1f9dda5d36cc40adbb9aaf6f054
 WHIRLPOOL 
ca2f3feb9815ad9bfac0b573bc0a3a7bb55bb7467724d84a6baf6a469983625727bb0fd01722a0be74e2df0a29833aadc152d036819be660270733b57089e9bf
 DIST bitcoin-v0.11.1.tgz 5945124 SHA256 
3b6907c70a0d79823e873f9212f253b5abc96c61859d9686d102a1a08be8febc SHA512 
8c4acf0386a5a17525ac4fa5ecfb66ff13fde65052b4aeba9f847344c9149ddff2af81323b6b9a675ea9fdc76f654546f96725a7fb80a9e4aa545f5ede17ee63
 WHIRLPOOL 
4f4984d8a4af5604a47dc0c5538b35a9233c09c0181929ca285bd89368044d11eb6be4eb376eaf1e9c695078deb243abdfb0bbd36a161ffdf043a5db0f424dcc
+DIST bitcoin-v0.11.2.tgz 5958338 SHA256 
1adb0b5ea6dcbf9e3de9c6338b4f0d0abc6f72d8023ac5451370cdf43c9971c4 SHA512 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/, net-p2p/bitcoin-qt/, net-p2p/bitcoind/, eclass/

2015-10-23 Thread Julian Ospald
commit: 0ccb863ab3587ccdf2a645443ec44e33c306b011
Author: Julian Ospald  gentoo  org>
AuthorDate: Fri Oct 23 11:33:31 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Fri Oct 23 11:33:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccb863a

Revert "bitcoincore 0.11.1 & : hasufell's suggestions"

This reverts commit 5be824adbd39361d273f6d7c08a15a5574ceec24.

 eclass/bitcoincore.eclass |  1 -
 net-p2p/bitcoin-cli/bitcoin-cli-0.11.1.ebuild |  2 +-
 net-p2p/bitcoin-cli/bitcoin-cli-.ebuild   |  2 +-
 net-p2p/bitcoin-qt/bitcoin-qt-0.11.1.ebuild   | 12 
 net-p2p/bitcoin-qt/bitcoin-qt-.ebuild | 12 
 net-p2p/bitcoind/bitcoind-0.11.1.ebuild   |  2 +-
 net-p2p/bitcoind/bitcoind-.ebuild |  2 +-
 7 files changed, 12 insertions(+), 21 deletions(-)

diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass
index 0362c8c..0cebdb5 100644
--- a/eclass/bitcoincore.eclass
+++ b/eclass/bitcoincore.eclass
@@ -213,7 +213,6 @@ bitcoincore_pkg_pretend() {
 }
 
 bitcoincore_prepare() {
-   local mypolicy
if [ -n "${BITCOINCORE_NO_SYSLIBS}" ]; then
true
elif [ "${PV}" = "" ]; then

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.11.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.11.1.ebuild
index 13e5eda..17d993f 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.11.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.11.1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 src_prepare() {
-   sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind \)bitcoind 
\(bitcoin-cli\)$/\1\2/' contrib/bitcoind.bash-completion || die
+   sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind \)bitcoind 
\(bitcoin-cli\)$/\1\2/' contrib/bitcoind.bash-completion
bitcoincore_src_prepare
 }
 

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-.ebuild
index 3c7b4d5..4904ce4 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-.ebuild
@@ -15,7 +15,7 @@ KEYWORDS=""
 
 src_prepare() {
bitcoincore_prepare
-   sed -i 's/bitcoin-tx//' src/Makefile.am || die
+   sed -i 's/bitcoin-tx//' src/Makefile.am
bitcoincore_autoreconf
 }
 

diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.11.1.ebuild 
b/net-p2p/bitcoin-qt/bitcoin-qt-0.11.1.ebuild
index 46d4f07..d2618cf 100644
--- a/net-p2p/bitcoin-qt/bitcoin-qt-0.11.1.ebuild
+++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.11.1.ebuild
@@ -38,7 +38,7 @@ REQUIRED_USE="${REQUIRED_USE} ^^ ( qt4 qt5 )"
 src_prepare() {
bitcoincore_prepare
 
-   local filt= yeslang= nolang= lan ts x
+   local filt= yeslang= nolang=
 
for lan in $LANGS; do
if [ ! -e src/qt/locale/bitcoin_$lan.ts ]; then
@@ -52,15 +52,15 @@ src_prepare() {
x="${x/.ts/}"
if ! use "linguas_$x"; then
nolang="$nolang $x"
-   rm "$ts" || die
+   rm "$ts"
filt="$filt\\|$x"
else
yeslang="$yeslang $x"
fi
done
filt="bitcoin_\\(${filt:2}\\)\\.\(qm\|ts\)"
-   sed "/${filt}/d" -i 'src/qt/bitcoin_locale.qrc' || die
-   sed "s/locale\/${filt}/bitcoin.qrc/" -i 'src/Makefile.qt.include' || die
+   sed "/${filt}/d" -i 'src/qt/bitcoin_locale.qrc'
+   sed "s/locale\/${filt}/bitcoin.qrc/" -i 'src/Makefile.qt.include'
einfo "Languages -- Enabled:$yeslang -- Disabled:$nolang"
 
bitcoincore_autoreconf
@@ -89,10 +89,6 @@ src_install() {
fi
 }
 
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 update_caches() {
gnome2_icon_cache_update
fdo-mime_desktop_database_update

diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-.ebuild 
b/net-p2p/bitcoin-qt/bitcoin-qt-.ebuild
index 902b6ae..6f9997e 100644
--- a/net-p2p/bitcoin-qt/bitcoin-qt-.ebuild
+++ b/net-p2p/bitcoin-qt/bitcoin-qt-.ebuild
@@ -35,7 +35,7 @@ REQUIRED_USE="${REQUIRED_USE} ^^ ( qt4 qt5 )"
 src_prepare() {
bitcoincore_prepare
 
-   local filt= yeslang= nolang= lan ts x
+   local filt= yeslang= nolang=
 
for lan in $LANGS; do
if [ ! -e src/qt/locale/bitcoin_$lan.ts ]; then
@@ -49,15 +49,15 @@ src_prepare() {
x="${x/.ts/}"
if ! use "linguas_$x"; then
nolang="$nolang $x"
-   rm "$ts" || die
+   rm "$ts"
filt="$filt\\|$x"
else
yeslang="$yeslang $x"
fi
done
filt="bitcoin_\\(${filt:2}\\)\\.\(qm\|ts\)"
-   sed "/${filt}/d" -i 'src/qt/bitcoin_locale.qrc' || die
-   sed "s/locale\/${filt}/bitcoin.qrc/" -i 'src/Makefile.qt.include' || die
+   sed "/${filt}/d" -i 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/, net-p2p/bitcoin-qt/, net-libs/libbitcoinconsensus/, ...

2015-10-23 Thread Julian Ospald
commit: 2e7be44a1f4a20f5b9495127c89ca78a438e6cbc
Author: Julian Ospald  gentoo  org>
AuthorDate: Fri Oct 23 11:33:41 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Fri Oct 23 11:33:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7be44a

Revert "bitcoincore: Bump to 0.11.1"

This reverts commit f0eac2dfbd1498bff1f03350c97d2d12e63e2711.

 dev-util/bitcoin-tx/bitcoin-tx-0.11.1.ebuild   |  21 -
 eclass/bitcoincore.eclass  |  19 ++--
 .../libbitcoinconsensus-0.11.1.ebuild  |  27 --
 net-p2p/bitcoin-cli/bitcoin-cli-0.11.1.ebuild  |  33 ---
 net-p2p/bitcoin-qt/bitcoin-qt-0.11.1.ebuild| 104 -
 net-p2p/bitcoind/bitcoind-0.11.1.ebuild|  77 ---
 6 files changed, 6 insertions(+), 275 deletions(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.11.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.11.1.ebuild
deleted file mode 100644
index 5885033..000
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.11.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2010-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-BITCOINCORE_COMMITHASH="cf33f196e79b1e61d6266f8e5190a0c4bfae7224"
-BITCOINCORE_LJR_DATE="20150921"
-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
-}

diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass
index 0cebdb5..69ed9d6 100644
--- a/eclass/bitcoincore.eclass
+++ b/eclass/bitcoincore.eclass
@@ -91,11 +91,8 @@ case "${PV}" in
 0.11*)
BITCOINCORE_SERIES="0.11.x"
LIBSECP256K1_DEPEND="=dev-libs/libsecp256k1-0.0.0_pre20150423"
-   # RBF is bundled with ljr patchset since 0.11.1
-   if [ "${PVR}" = "0.11.0" ]; then
-   
BITCOINCORE_RBF_DIFF="5f032c75eefb0fe8ff79ed9595da1112c05f5c4a...660b96d24916b8ef4e0677e5d6162e24e2db447e"
-   BITCOINCORE_RBF_PATCHFILE="${MyPN}-rbf-v0.11.0rc3.patch"
-   fi
+   
BITCOINCORE_RBF_DIFF="5f032c75eefb0fe8ff79ed9595da1112c05f5c4a...660b96d24916b8ef4e0677e5d6162e24e2db447e"
+   BITCOINCORE_RBF_PATCHFILE="${MyPN}-rbf-v0.11.0rc3.patch"
;;
 *)
BITCOINCORE_SERIES=""
@@ -125,7 +122,7 @@ else
BITCOINXT_PATCHFILE="${MyPN}xt-v${PV}.patch"
SRC_URI="${SRC_URI} xt? ( 
https://github.com/bitcoinxt/bitcoinxt/compare/${BITCOINCORE_XT_DIFF}.diff -> 
${BITCOINXT_PATCHFILE} )"
fi
-   if in_bcc_policy rbf && [ -n "${BITCOINCORE_RBF_DIFF}" ]; then
+   if in_bcc_policy rbf; then
SRC_URI="${SRC_URI} bitcoin_policy_rbf? ( 
https://github.com/petertodd/bitcoin/compare/${BITCOINCORE_RBF_DIFF}.diff -> 
${BITCOINCORE_RBF_PATCHFILE} )"
fi
S="${WORKDIR}/${MyPN}-${BITCOINCORE_COMMITHASH}"
@@ -207,8 +204,8 @@ bitcoincore_pkg_pretend() {
"Replace By Fee policy is enabled: Your node will 
preferentially mine and relay transactions paying the highest fee, regardless 
of receive order." \
"Replace By Fee policy is disabled: Your node will only accept 
the first transaction seen consuming a conflicting input, regardless of fee 
offered by later ones."
bitcoincore_policymsg spamfilter \
-   "Enhanced spam filter policy is enabled: Your node will 
identify notorious spam scripts and avoid assisting them. This may impact your 
ability to use some services (see link for a list)." \
-   "Enhanced spam filter policy is disabled: Your node will not be 
checking for notorious spam scripts, and may assist them."
+   "Enhanced spam filter is enabled: A blacklist (seen as 
controversial by some) will be used by your node. This may impact your ability 
to use some services (see link for a list)." \
+   "Enhanced spam filter is disabled: Your node will not be 
checking for notorious spammers, and may assist them."
$bitcoincore_policymsg_flag && einfo "For more information on any of 
the above, see ${LJR_PATCH_DESC}"
 }
 
@@ -242,11 +239,7 @@ bitcoincore_prepare() {
use bitcoin_policy_${mypolicy} || continue
case "${mypolicy}" in
rbf)
-   if [ -n "${BITCOINCORE_RBF_PATCHFILE}" ]; then
-   epatch "${DISTDIR}/${BITCOINCORE_RBF_PATCHFILE}"
-   else
-   epatch "$(LJR_PATCH ${mypolicy})"
-   fi
+   epatch "${DISTDIR}/${BITCOINCORE_RBF_PATCHFILE}"
;;
*)
epatch "$(LJR_PATCH ${mypolicy})"

diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.11.1.ebuild 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/, net-p2p/bitcoind/, net-p2p/bitcoin-qt/, eclass/, ...

2015-10-23 Thread Anthony G. Basile
commit: 7f1559911706928fb4941b9793d0804a18665101
Author: Luke Dashjr 
AuthorDate: Thu Oct 15 04:23:19 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Oct 23 17:15:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f155991

bitcoincore: Bump to 0.11.1

Signed-off-by: Luke Dashjr 

 dev-util/bitcoin-tx/Manifest   |   2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.11.1.ebuild   |  21 +
 eclass/bitcoincore.eclass  |  19 ++--
 net-libs/libbitcoinconsensus/Manifest  |   2 +
 .../libbitcoinconsensus-0.11.1.ebuild  |  27 ++
 net-libs/libbitcoinconsensus/metadata.xml  |   2 +
 .../{metadata.xml => metadata.xml~}|   0
 net-p2p/bitcoin-cli/Manifest   |   2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.11.1.ebuild  |  33 +++
 net-p2p/bitcoin-qt/Manifest|   2 +
 net-p2p/bitcoin-qt/bitcoin-qt-0.11.1.ebuild| 104 +
 net-p2p/bitcoind/Manifest  |   2 +
 net-p2p/bitcoind/bitcoind-0.11.1.ebuild|  77 +++
 net-p2p/bitcoind/metadata.xml  |   1 +
 14 files changed, 288 insertions(+), 6 deletions(-)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index ef23250..6e60ce8 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/Manifest
@@ -1,6 +1,8 @@
 DIST bitcoin-0.10.0.ljr20150311.patches.tar.xz 34836 SHA256 
353b82a933d234daaaed3f807f940a701646c7c9669867fbf5cdb48a1065312c SHA512 
dc2a24f141d591f288e846f29a3263dea463f77dda22b92f91e781a8500c695be8b6f497251b6c960e1acdf43e839a7f0bc06fb7a18cdbda90b3d6a61f21c4af
 WHIRLPOOL 
3b898c529e7967750dabcbb235657c19bab0ce75b6f47017ae7bdc7943acb8001cc19eff2d319e1ad405037ecf0674759a575116b1b0c1f32fde89a98f0052a3
 DIST bitcoin-0.10.1.ljr20150428.patches.tar.xz 34980 SHA256 
f3770c478bd541fcc75c1f64664ae810aa67da7535f11859034dcc7067546713 SHA512 
edf7c8aa81c8890da61224eddde61cec62058514fa76a50ab25cc7db272f6c656f5c46f8b9468f6059eb7c1be624de834867c0a7c1c2559a5231b763e40c13a2
 WHIRLPOOL 
2b8d878bf3d599393da177403e2199e63bb2634d14438079b5c8821c07441e26fb8b5cd150281c9923534f474763d9f3c2cab9424ab7a319de059c1b3bb49c4e
 DIST bitcoin-0.11.0.ljr20150711.patches.tar.xz 79740 SHA256 
2f9608ee18f10fccaeda239baf82fd74180a562eb92aec72f7959c7211228bbb SHA512 
cafa5cf0b7a56894b07e949bb401016c46456f6043da86f54023f930e9836a420c88ca9e94067edcf2150495cb637b1938478332f7f7669394ea90351f3b4623
 WHIRLPOOL 
1bab46c50b7bc8709359ea98a9a75f4b476dd81540421f6696b4085f4acf8fd3d040e591230df1f83625ada89d0d178040f747ae02f76d1dd73787c86e73dac4
+DIST bitcoin-0.11.1.ljr20150921.patches.tar.xz 85116 SHA256 
b8f7912a90f74dbd710f769e2d5df79ad494caef98a34ddd08496870d8826cd8 SHA512 
f428fbd726cba8f82a0afe1dd09bed477896c7186770eb0da53e12f342d5dc260419c2c216d8fdad5038a18d88ca746b9c275d50659fbefc6d2b456ce8e5aade
 WHIRLPOOL 
de1a89142bcb2a6df11466cc497ff6d6d599cdca909c14b713dd5579e243fb27fdd0baeb3de4205645fa34bf403cc3b3d50137a45be62955382f038146586c3a
 DIST bitcoin-v0.10.0.tgz 5022212 SHA256 
ecff92e184fac4a96684085590a67554a27db72d0ac235b7cc054887644c0b70 SHA512 
f362a9d4ba405c02b2d01024a61b68f984dd6e441ef2254d05bf65cfe803c8b084bd3b14a76a3472251d96087e450091f95f26a691c248836c6d0b43dece8255
 WHIRLPOOL 
2185413c6d073b0dcb30001c8fb56301390206680ffc6d705ed99e102e68e5c4c1d08c495c38703631696fa9a4a3784befd71acfbec0e94b164bbbfde76158c3
 DIST bitcoin-v0.10.1.tgz 5053846 SHA256 
51bff5ba2372ca53782c5fec3d9b4b4226e94b5ac0b1b4b2b5949b97082af256 SHA512 
f89330b93f22ba5f393c9a7a48ce28196be0e16468e5d99c459e889c458cc3a7c3f6e4537996571aa8ccb0ebb2eedf80ad028da136a2e08e2f8631f69ac5f2fc
 WHIRLPOOL 
0cfb182f355151cde75601d2260cc92801e2dc1231ae2fca67610e699bb5f0cae826b09f456ca8afa283730954f11a8b180f43ae5a5297d129093fc0f9f53b4e
 DIST bitcoin-v0.11.0.tgz 5898627 SHA256 
a52cb63e96a13626243c78662ea659c90277728b8f40d27846e82fdf81ce58e3 SHA512 
bf1e05e115ecc375bfe9e342bf65db74784926e599a05f42f33b43781775d0469826228876269fcdc8a469bce45cb3dd4513e1f9dda5d36cc40adbb9aaf6f054
 WHIRLPOOL 
ca2f3feb9815ad9bfac0b573bc0a3a7bb55bb7467724d84a6baf6a469983625727bb0fd01722a0be74e2df0a29833aadc152d036819be660270733b57089e9bf
+DIST bitcoin-v0.11.1.tgz 5945124 SHA256 
3b6907c70a0d79823e873f9212f253b5abc96c61859d9686d102a1a08be8febc SHA512 
8c4acf0386a5a17525ac4fa5ecfb66ff13fde65052b4aeba9f847344c9149ddff2af81323b6b9a675ea9fdc76f654546f96725a7fb80a9e4aa545f5ede17ee63
 WHIRLPOOL 
4f4984d8a4af5604a47dc0c5538b35a9233c09c0181929ca285bd89368044d11eb6be4eb376eaf1e9c695078deb243abdfb0bbd36a161ffdf043a5db0f424dcc

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.11.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.11.1.ebuild
new file mode 100644
index 000..5885033
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.11.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2010-2015 Gentoo Foundation
+# Distributed under the terms of the 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/, sys-boot/efibootmgr/, dev-java/annogen/, ...

2015-10-01 Thread Justin Lecher
commit: dc43359741db79ddae3b123b4c22d407174ba5f5
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct  1 10:52:25 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct  1 12:01:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc433597

Add missing remote-id type=github

Signed-off-by: Justin Lecher  gentoo.org>

 app-admin/conky/metadata.xml   |  3 ++-
 app-editors/retext/metadata.xml|  3 ++-
 dev-haskell/ansi-terminal/metadata.xml |  5 -
 dev-haskell/criterion/metadata.xml |  5 -
 dev-haskell/extra/metadata.xml |  5 -
 dev-haskell/harp/metadata.xml  | 12 ++-
 dev-haskell/hslogger/metadata.xml  |  7 +--
 dev-haskell/hxt-unicode/metadata.xml   |  5 -
 dev-haskell/hxt/metadata.xml   |  7 +--
 dev-haskell/pcre-light/metadata.xml|  5 -
 dev-haskell/system-filepath/metadata.xml   |  5 -
 dev-java/annogen/metadata.xml  |  7 +--
 dev-java/jettison/metadata.xml |  6 --
 dev-java/wstx/metadata.xml |  6 --
 dev-lang/whitespace/metadata.xml   |  6 --
 dev-libs/json-c/metadata.xml   |  7 +--
 dev-libs/libnl/metadata.xml| 17 ---
 dev-python/bpython/metadata.xml|  3 ++-
 dev-python/decorator/metadata.xml  |  3 ++-
 dev-python/flask/metadata.xml  |  3 ++-
 dev-python/pyldap/metadata.xml |  3 ++-
 dev-python/unicodecsv/metadata.xml |  3 ++-
 dev-ruby/racc/metadata.xml |  7 +--
 dev-util/bitcoin-tx/metadata.xml   |  5 -
 media-gfx/pixels2pgf/metadata.xml  |  3 ++-
 media-libs/libass/metadata.xml | 21 +++
 media-video/ffmpegthumbnailer/metadata.xml |  3 ++-
 net-libs/libbitcoinconsensus/metadata.xml  |  7 +--
 net-p2p/bitcoin-cli/metadata.xml   |  7 +--
 net-p2p/bitcoin-qt/metadata.xml| 29 ++
 net-p2p/bitcoind/metadata.xml  | 27 +---
 sys-boot/efibootmgr/metadata.xml   |  5 -
 x11-libs/libtinynotify-cli/metadata.xml|  3 ++-
 x11-libs/libtinynotify-systemwide/metadata.xml |  3 ++-
 x11-libs/libtinynotify/metadata.xml|  3 ++-
 x11-misc/sw-notify-send/metadata.xml   |  3 ++-
 36 files changed, 165 insertions(+), 87 deletions(-)

diff --git a/app-admin/conky/metadata.xml b/app-admin/conky/metadata.xml
index f660d2b..8edeb04 100644
--- a/app-admin/conky/metadata.xml
+++ b/app-admin/conky/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 

@@ -12,6 +12,7 @@
Upstream author

conky
+   brndnmtthws/conky

Conky is a system monitor that sits in the corner of 
your desktop. It is a fork of Torsmo that is actually 
maintained.


diff --git a/app-editors/retext/metadata.xml b/app-editors/retext/metadata.xml
index a15ee1f..ded9cf7 100644
--- a/app-editors/retext/metadata.xml
+++ b/app-editors/retext/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
@@ -11,5 +11,6 @@
   
   
 retext
+retext-project/retext
   
 

diff --git a/dev-haskell/ansi-terminal/metadata.xml 
b/dev-haskell/ansi-terminal/metadata.xml
index c8aff24..f769d50 100644
--- a/dev-haskell/ansi-terminal/metadata.xml
+++ b/dev-haskell/ansi-terminal/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
haskell
@@ -9,4 +9,7 @@

Build the example application.

+   
+   feuerbach/ansi-terminal
+   
 

diff --git a/dev-haskell/criterion/metadata.xml 
b/dev-haskell/criterion/metadata.xml
index 4896e52..a65b742 100644
--- a/dev-haskell/criterion/metadata.xml
+++ b/dev-haskell/criterion/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
haskell
@@ -12,4 +12,7 @@
The fastest way to get started is to read the documentation and
examples in the Criterion.Main module.

+   
+   bos/criterion
+   
 

diff --git a/dev-haskell/extra/metadata.xml b/dev-haskell/extra/metadata.xml
index dec238c..0606167 100644
--- a/dev-haskell/extra/metadata.xml
+++ b/dev-haskell/extra/metadata.xml
@@ -1,8 +1,11 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
haskell

A hodge-podge of functions and modules that do not have a 
better home

+   
+   ndmitchell/extra
+   
 

diff --git a/dev-haskell/harp/metadata.xml b/dev-haskell/harp/metadata.xml
index 2b88f3d..69b2949 100644
--- a/dev-haskell/harp/metadata.xml
+++ b/dev-haskell/harp/metadata.xml
@@ -1,14