[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

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

dev-util/bitcoin-tx: Stabilize 25.1 x86, #902099

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

 dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild
index 904995f95e7f..2b266a5f9f35 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-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}"



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2023-10-24 Thread Joonas Niilola
commit: bee88a40ada62bee5ceed44d669cca085e76a141
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=bee88a40

dev-util/bitcoin-tx: Stabilize 25.1 amd64, #902099

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

 dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild
index 7593d8a0097f..904995f95e7f 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-25.1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-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}"



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2023-10-19 Thread Florian Schmaus
commit: 837123c85ee338c0a1aea2e50e3695566b1f5959
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Oct 19 17:03:54 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Oct 19 17:05:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837123c8

dev-util/bitcoin-tx: drop 25.0

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

 dev-util/bitcoin-tx/bitcoin-tx-25.0.ebuild | 13 -
 1 file changed, 13 deletions(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-25.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-25.0.ebuild
deleted file mode 100644
index 7593d8a0097f..
--- a/dev-util/bitcoin-tx/bitcoin-tx-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"
-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}"



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/, dev-util/bitcoin-tx/files/

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

dev-util/bitcoin-tx: fix build w/ gcc 13

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

 dev-util/bitcoin-tx/bitcoin-tx-24.0.1-r1.ebuild |  1 +
 dev-util/bitcoin-tx/files/24.0.1-gcc13.patch| 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-24.0.1-r1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-24.0.1-r1.ebuild
index 0b44b98f9cba..fd1d577bd081 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-24.0.1-r1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-24.0.1-r1.ebuild
@@ -32,6 +32,7 @@ DOCS=(
 
 PATCHES=(
"${FILESDIR}"/24.0.1-syslibs.patch
+   "${FILESDIR}"/24.0.1-gcc13.patch
 )
 
 pkg_pretend() {

diff --git a/dev-util/bitcoin-tx/files/24.0.1-gcc13.patch 
b/dev-util/bitcoin-tx/files/24.0.1-gcc13.patch
new file mode 100644
index ..39cf81b14953
--- /dev/null
+++ b/dev-util/bitcoin-tx/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: dev-util/bitcoin-tx/

2023-03-18 Thread Sam James
commit: 9631a31c4130e0636f6b33a0dee7feff708876e1
Author: Matt Whitlock  mattwhitlock  name>
AuthorDate: Sun Mar 19 03:47:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 19 04:21:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9631a31c

dev-util/bitcoin-tx: old versions need old dev-util/libsecp256k1

Bug: https://bugs.gentoo.org/901367
Signed-off-by: Matt Whitlock  mattwhitlock.name>
Signed-off-by: Sam James  gentoo.org>

 .../{bitcoin-tx-0.21.0-r1.ebuild => bitcoin-tx-0.21.0-r2.ebuild}   | 3 ++-
 .../{bitcoin-tx-22.0-r1.ebuild => bitcoin-tx-22.0-r2.ebuild}   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.21.0-r1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.21.0-r2.ebuild
similarity index 95%
rename from dev-util/bitcoin-tx/bitcoin-tx-0.21.0-r1.ebuild
rename to dev-util/bitcoin-tx/bitcoin-tx-0.21.0-r2.ebuild
index 0d5b506d3da1..865fc9b4f6ab 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.21.0-r1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.21.0-r2.ebuild
@@ -23,7 +23,8 @@ IUSE="knots"
 
 DEPEND="
dev-libs/boost:=
-   ~dev-libs/libsecp256k1-0.1_pre20201028:=[recovery,schnorr]
+   >dev-libs/libsecp256k1-0.1_pre20200911:0/0[recovery,schnorr]
+   !>=dev-libs/libsecp256k1-0.1_pre20210628
>=dev-libs/univalue-1.0.4:=
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-22.0-r1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-22.0-r2.ebuild
similarity index 96%
rename from dev-util/bitcoin-tx/bitcoin-tx-22.0-r1.ebuild
rename to dev-util/bitcoin-tx/bitcoin-tx-22.0-r2.ebuild
index 7d8aa96f012e..cbf1068adebf 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-22.0-r1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-22.0-r2.ebuild
@@ -23,7 +23,8 @@ IUSE="knots"
 
 RDEPEND="
dev-libs/boost:=
-   ~dev-libs/libsecp256k1-0.1_pre20201028:=[recovery,schnorr]
+   >dev-libs/libsecp256k1-0.1_pre20200911:0/0[recovery,schnorr]
+   !>=dev-libs/libsecp256k1-0.1_pre20210628
>=dev-libs/univalue-1.0.4:=
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2023-01-06 Thread Sam James
commit: 133397e4635511357789d1e7e737e76bf724ca49
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan  6 08:08:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan  6 08:08:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133397e4

dev-util/bitcoin-tx: fix libsecp256k1 dep for old

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

 .../{bitcoin-tx-0.21.0.ebuild => bitcoin-tx-0.21.0-r1.ebuild} | 4 ++--
 .../bitcoin-tx/{bitcoin-tx-22.0.ebuild => bitcoin-tx-22.0-r1.ebuild}  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.21.0-r1.ebuild
similarity index 96%
rename from dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild
rename to dev-util/bitcoin-tx/bitcoin-tx-0.21.0-r1.ebuild
index eba9ff93c5e7..0d5b506d3da1 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.21.0-r1.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
@@ -23,7 +23,7 @@ IUSE="knots"
 
 DEPEND="
dev-libs/boost:=
-   >dev-libs/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
+   ~dev-libs/libsecp256k1-0.1_pre20201028:=[recovery,schnorr]
>=dev-libs/univalue-1.0.4:=
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-22.0-r1.ebuild
similarity index 97%
rename from dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild
rename to dev-util/bitcoin-tx/bitcoin-tx-22.0-r1.ebuild
index 53aa4a8da2bf..7d8aa96f012e 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-22.0-r1.ebuild
@@ -23,7 +23,7 @@ IUSE="knots"
 
 RDEPEND="
dev-libs/boost:=
-   >dev-libs/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
+   ~dev-libs/libsecp256k1-0.1_pre20201028:=[recovery,schnorr]
>=dev-libs/univalue-1.0.4:=
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

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

dev-util/bitcoin-tx: 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/889782
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-24.0.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-24.0.1-r1.ebuild
similarity index 91%
rename from dev-util/bitcoin-tx/bitcoin-tx-24.0.1.ebuild
rename to dev-util/bitcoin-tx/bitcoin-tx-24.0.1-r1.ebuild
index ef71b0141e50..0b44b98f9cba 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-24.0.1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-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-1.64.0:=
>=dev-libs/libsecp256k1-0.2:=[recovery,schnorr]
+   virtual/bitcoin-leveldb
 "
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/files/, dev-util/bitcoin-tx/

2023-01-04 Thread Sam James
commit: 0592bc36a73107a479a55ad6aa0a3b3205191470
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  5 02:45:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  5 04:37:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0592bc36

dev-util/bitcoin-tx: add 24.0.1

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

 dev-util/bitcoin-tx/Manifest   |   1 +
 dev-util/bitcoin-tx/bitcoin-tx-24.0.1.ebuild   |  79 +++
 dev-util/bitcoin-tx/files/24.0.1-syslibs.patch | 281 +
 3 files changed, 361 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 0408f94aa093..c33fa9abf302 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-24.0.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-24.0.1.ebuild
new file mode 100644
index ..ef71b0141e50
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-24.0.1.ebuild
@@ -0,0 +1,79 @@
+# 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 Bitcoin transaction tool"
+HOMEPAGE="https://bitcoincore.org/;
+SRC_URI="
+   https://bitcoincore.org/bin/bitcoin-core-${PV}/${P/-tx}.tar.gz
+"
+S="${WORKDIR}"/${P/-tx}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-libs/boost-1.64.0:=
+   >=dev-libs/libsecp256k1-0.2:=[recovery,schnorr]
+"
+DEPEND="${RDEPEND}"
+
+DOCS=(
+   doc/bips.md
+   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-tx
+   --disable-util-util
+   --disable-util-cli
+   --disable-util-wallet
+   --disable-bench
+   --without-libs
+   --without-daemon
+   --without-gui
+   --disable-fuzz
+   --disable-fuzz-binary
+   --disable-ccache
+   --with-system-libsecp256k1
+   --with-system-univalue
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   newbashcomp contrib/${PN}.bash-completion ${PN}
+}

diff --git a/dev-util/bitcoin-tx/files/24.0.1-syslibs.patch 
b/dev-util/bitcoin-tx/files/24.0.1-syslibs.patch
new file mode 100644
index ..00404a2ff021
--- /dev/null
+++ b/dev-util/bitcoin-tx/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
+- 

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2023-01-04 Thread Arthur Zamarin
commit: 04e647604ec6fc1068e7e95c5cefa05ba0dfb457
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan  4 14:27:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan  4 14:27:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e64760

dev-util/bitcoin-tx: Stabilize 22.0 amd64, #889692

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

 dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild
index 9c3c211276ed..8441cd62e6f7 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-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: dev-util/bitcoin-tx/

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

dev-util/bitcoin-tx: Stabilize 22.0 x86, #889692

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

 dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild
index 8441cd62e6f7..53aa4a8da2bf 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-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: dev-util/bitcoin-tx/

2023-01-04 Thread Sam James
commit: f2e8cf10acecffc7f4c687e4df5b14bba4268931
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  4 09:40:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  4 09:42:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e8cf10

dev-util/bitcoin-tx: drop 0.20.1, 0.21.1, 21.2

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

 dev-util/bitcoin-tx/Manifest |   6 --
 dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild | 104 ---
 dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild | 100 --
 dev-util/bitcoin-tx/bitcoin-tx-21.2.ebuild   | 100 --
 4 files changed, 310 deletions(-)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 04ebc2d345ab..0408f94aa093 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild
deleted file mode 100644
index e112dc6a8e41..
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild
+++ /dev/null
@@ -1,104 +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 Bitcoin transaction tool"
-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 -> 

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2022-01-15 Thread Joonas Niilola
commit: 5d777cd93f67141f10410c63ca75849b7274a5d4
Author: Luke Dashjr  utopios  org>
AuthorDate: Sat Dec 18 17:43:25 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Jan 15 08:29:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d777cd9

dev-util/bitcoin-tx: Bump to 21.2

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

 dev-util/bitcoin-tx/Manifest   |   2 +
 dev-util/bitcoin-tx/bitcoin-tx-21.2.ebuild | 100 +
 2 files changed, 102 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index df6605d78500..04ebc2d345ab 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-21.2.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-21.2.ebuild
new file mode 100644
index ..eba3d0be5784
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-21.2.ebuild
@@ -0,0 +1,100 @@
+# 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 Bitcoin transaction tool"
+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 ~ppc64 ~x86 ~amd64-linux ~x86-linux"

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/files/, dev-util/bitcoin-tx/

2021-12-19 Thread Florian Schmaus
commit: f4e315afe367101cc3e5d11dbab1f80ac44f078e
Author: Luke Dashjr  utopios  org>
AuthorDate: Sat Dec 18 20:25:25 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Dec 19 08:36:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e315af

dev-util/bitcoin-tx-22.0: Fix build without LevelDB

Closes: https://bugs.gentoo.org/829412
Signed-off-by: Luke Dashjr  utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/23410
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild |  1 +
 .../files/22.0-fix_build_without_leveldb.patch | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild
index f09f17d20444..d450673bfec9 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild
@@ -61,6 +61,7 @@ src_prepare() {
local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
 
eapply "${knots_patchdir}/${KNOTS_P}_p1-syslibs.patch"
+   eapply "${FILESDIR}/${PV}-fix_build_without_leveldb.patch"
 
if use knots; then
eapply "${knots_patchdir}/${KNOTS_P}_p2-fixes.patch"

diff --git a/dev-util/bitcoin-tx/files/22.0-fix_build_without_leveldb.patch 
b/dev-util/bitcoin-tx/files/22.0-fix_build_without_leveldb.patch
new file mode 100644
index ..e9dec14b9d43
--- /dev/null
+++ b/dev-util/bitcoin-tx/files/22.0-fix_build_without_leveldb.patch
@@ -0,0 +1,23 @@
+diff --git a/src/init/common.cpp b/src/init/common.cpp
+index b5b74cda78b..d01e0e73b4a 100644
+--- a/src/init/common.cpp
 b/src/init/common.cpp
+@@ -9,7 +9,6 @@
+ #include 
+ #include 
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
+@@ -41,10 +40,6 @@ void UnsetGlobals()
+ 
+ bool SanityChecks()
+ {
+-if (!dbwrapper_SanityCheck()) {
+-return InitError(Untranslated("Database sanity check failure. 
Aborting."));
+-}
+-
+ if (!ECC_InitSanityCheck()) {
+ return InitError(Untranslated("Elliptic curve cryptography sanity 
check failure. Aborting."));
+ }



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

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

dev-util/bitcoin-tx: Bump to 22.0

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

 dev-util/bitcoin-tx/Manifest   |   2 +
 dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild | 111 +
 2 files changed, 113 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 01ce4fdf2a1a..df6605d78500 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild
new file mode 100644
index ..f09f17d20444
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-22.0.ebuild
@@ -0,0 +1,111 @@
+# 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 Bitcoin transaction tool"
+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/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
+   >=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/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 

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2021-07-11 Thread Craig Andrews
commit: 820f7acd8df60b9d24e9a0020105468dbdc8ba60
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul 10 23:20:49 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Jul 11 14:41:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820f7acd

dev-util/bitcoin-tx: Bump to 0.21.1

Signed-off-by: Craig Andrews  gentoo.org>

 dev-util/bitcoin-tx/Manifest |   2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild | 100 +++
 2 files changed, 102 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 59fde979bce..01ce4fdf2a1 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild
new file mode 100644
index 000..5413ee7d723
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild
@@ -0,0 +1,100 @@
+# 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 Bitcoin transaction tool"
+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/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
+   >=dev-libs/univalue-1.0.4:=
+"
+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.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${PVR#${PV}}" 

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2021-07-09 Thread Georgy Yakovlev
commit: 0030e811c34b8a4bb349ffbe0db7ff8bad224a99
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 10 02:15:13 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 10 02:21:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0030e811

Revert "dev-util/bitcoin-tx: Bump to 0.21.1"

This reverts commit 7f34669f9a5170fd5296f1bb77d34ea8c4caf053.

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

 dev-util/bitcoin-tx/Manifest |   2 -
 dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild | 100 ---
 2 files changed, 102 deletions(-)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 01ce4fdf2a1..59fde979bce 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild
deleted file mode 100644
index 5413ee7d723..000
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild
+++ /dev/null
@@ -1,100 +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 Bitcoin transaction tool"
-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/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
-   >=dev-libs/univalue-1.0.4:=
-"
-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.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
- 

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

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

dev-util/bitcoin-tx: Bump to 0.21.1

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

 dev-util/bitcoin-tx/Manifest |   2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild | 100 +++
 2 files changed, 102 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 59fde979bce..01ce4fdf2a1 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild
new file mode 100644
index 000..5413ee7d723
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild
@@ -0,0 +1,100 @@
+# 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 Bitcoin transaction tool"
+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/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
+   >=dev-libs/univalue-1.0.4:=
+"
+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.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 

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

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

dev-util/bitcoin-tx: Stabilize 0.21.0 x86, #790074

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

 dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild
index 408b3ec489f..c3c4cbd9bd5 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-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: dev-util/bitcoin-tx/

2021-05-27 Thread Sam James
commit: 423f6e51679cfadc44d599320b2c8f91dfd89425
Author: Sam James  gentoo  org>
AuthorDate: Fri May 28 02:26:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 28 02:26:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423f6e51

dev-util/bitcoin-tx: Stabilize 0.21.0 amd64, #790074

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

 dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild
index 626c25324b4..408b3ec489f 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-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: dev-util/bitcoin-tx/

2021-02-07 Thread Joonas Niilola
commit: 167c5c6e6ce7f814e59688e088ac52ac2e7dffd9
Author: Luke Dashjr  utopios  org>
AuthorDate: Mon Feb  1 01:45:29 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Feb  7 09:03:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167c5c6e

dev-util/bitcoin-tx: Bump to 0.21.0

Signed-off-by: Luke Dashjr  utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/19282
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/bitcoin-tx/Manifest |   2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild | 104 +++
 2 files changed, 106 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 16d898727cf..59fde979bce 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild
new file mode 100644
index 000..626c25324b4
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild
@@ -0,0 +1,104 @@
+# 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 Bitcoin transaction tool"
+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/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
+   >=dev-libs/univalue-1.0.4:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=sys-devel/autoconf-2.69
+   >=sys-devel/automake-1.13
+"
+
+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.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-tx
+   --disable-util-cli
+   

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/files/

2021-01-27 Thread Conrad Kostecki
commit: 0baaefd8027f3fcdd4dbb7f76ace081d6a80368e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jan 27 12:50:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jan 27 18:17:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0baaefd8

dev-util/bitcoin-tx: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/19235
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-util/bitcoin-tx/files/0.19.1-no-libevent.patch | 47 --
 1 file changed, 47 deletions(-)

diff --git a/dev-util/bitcoin-tx/files/0.19.1-no-libevent.patch 
b/dev-util/bitcoin-tx/files/0.19.1-no-libevent.patch
deleted file mode 100644
index fa29f8bbac9..000
--- a/dev-util/bitcoin-tx/files/0.19.1-no-libevent.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-diff --git a/configure.ac b/configure.ac
 a/configure.ac
-+++ b/configure.ac
-@@ -1271,7 +1271,7 @@ if test x$use_pkgconfig = xyes; then
- BITCOIN_QT_CHECK([PKG_CHECK_MODULES([QR], [libqrencode], 
[have_qrencode=yes], [have_qrencode=no])])
-   fi
-   if test x$build_bitcoin_cli$build_bitcoind$bitcoin_enable_qt$use_tests 
!= xnononono; then
--PKG_CHECK_MODULES([EVENT], [libevent],, [AC_MSG_ERROR(libevent not 
found.)])
-+PKG_CHECK_MODULES([EVENT], [libevent], [use_libevent=yes], 
[AC_MSG_ERROR(libevent not found.)])
- if test x$TARGET_OS != xwindows; then
-   PKG_CHECK_MODULES([EVENT_PTHREADS], [libevent_pthreads],, 
[AC_MSG_ERROR(libevent_pthreads not found.)])
- fi
-@@ -1291,7 +1291,7 @@ if test x$use_pkgconfig = xyes; then
- else
- 
-   if test x$build_bitcoin_cli$build_bitcoind$bitcoin_enable_qt$use_tests != 
xnononono; then
--AC_CHECK_HEADER([event2/event.h],, AC_MSG_ERROR(libevent headers 
missing),)
-+AC_CHECK_HEADER([event2/event.h], [use_libevent=yes], 
AC_MSG_ERROR(libevent headers missing),)
- AC_CHECK_LIB([event],[main],EVENT_LIBS=-levent,AC_MSG_ERROR(libevent 
missing))
- if test x$TARGET_OS != xwindows; then
-   
AC_CHECK_LIB([event_pthreads],[main],EVENT_PTHREADS_LIBS=-levent_pthreads,AC_MSG_ERROR(libevent_pthreads
 missing))
-@@ -1545,6 +1545,7 @@ AM_CONDITIONAL([ENABLE_QT_TESTS],[test x$BUILD_TEST_QT = 
xyes])
- AM_CONDITIONAL([ENABLE_BENCH],[test x$use_bench = xyes])
- AM_CONDITIONAL([USE_QRCODE], [test x$use_qr = xyes])
- AM_CONDITIONAL([USE_LCOV],[test x$use_lcov = xyes])
-+AM_CONDITIONAL([USE_LIBEVENT],[test x$use_libevent = xyes])
- AM_CONDITIONAL([GLIBC_BACK_COMPAT],[test x$use_glibc_compat = xyes])
- AM_CONDITIONAL([HARDEN],[test x$use_hardening = xyes])
- AM_CONDITIONAL([ENABLE_SSE42],[test x$enable_sse42 = xyes])
-diff --git a/src/Makefile.am b/src/Makefile.am
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -523,10 +523,13 @@ libbitcoin_util_a_SOURCES = \
-   util/strencodings.cpp \
-   util/string.cpp \
-   util/time.cpp \
--  util/url.cpp \
-   util/validation.cpp \
-   $(BITCOIN_CORE_H)
- 
-+if USE_LIBEVENT
-+libbitcoin_util_a_SOURCES += util/url.cpp
-+endif
-+
- if GLIBC_BACK_COMPAT
- libbitcoin_util_a_SOURCES += compat/glibc_compat.cpp
- AM_LDFLAGS += $(COMPAT_LDFLAGS)



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2021-01-21 Thread Sam James
commit: 1ae13ebb230a9c01c5bc88487f8d79e74115579c
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 21 23:41:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 21 23:41:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae13ebb

dev-util/bitcoin-tx: cleanup old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-util/bitcoin-tx/Manifest |   6 --
 dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild |  98 -
 dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild | 105 --
 dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild | 106 ---
 4 files changed, 315 deletions(-)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index caa968a9c39..16d898727cf 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild
deleted file mode 100644
index 6931759c939..000
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild
+++ /dev/null
@@ -1,98 +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 Bitcoin transaction tool"
-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/libsecp256k1-0.0.0_pre20151118:=[recovery]
-   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."

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2021-01-05 Thread Sam James
commit: c89216617fc387aab920ce6740e11bbdc3f2876a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  5 20:49:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  5 20:49:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8921661

dev-util/bitcoin-tx: Stabilize 0.20.1 x86, #762056

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

 dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild
index 9fa58cb4a1b..17e2eb88472 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 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"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2020-12-29 Thread Sam James
commit: 4e84914aed06d6b59b1f28d6e40b4b84e7358cec
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 29 09:47:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 29 09:47:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e84914a

dev-util/bitcoin-tx: Stabilize 0.20.1 amd64, #762056

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

 dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild
index 48114a6e529..9fa58cb4a1b 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-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: dev-util/bitcoin-tx/

2020-08-18 Thread Craig Andrews
commit: 6f2dd2b0fb520deaac8a6c6f338e7be1bdd1ae34
Author: Luke Dashjr  utopios  org>
AuthorDate: Tue Aug 18 04:17:35 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Aug 19 00:54:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2dd2b0

dev-util/bitcoin-tx: Bump to 0.20.1

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

 dev-util/bitcoin-tx/Manifest |   2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild | 104 +++
 2 files changed, 106 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index ffd60cbe421..caa968a9c39 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild
new file mode 100644
index 000..48114a6e529
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.20.1.ebuild
@@ -0,0 +1,104 @@
+# 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 Bitcoin transaction tool"
+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/libsecp256k1-0.1_pre20170321:=[recovery]
+   >=dev-libs/univalue-1.0.4:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=sys-devel/autoconf-2.69
+   >=sys-devel/automake-1.13
+"
+
+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 

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2020-06-17 Thread Craig Andrews
commit: e0a85ab79990494afe7cf2b934bc64341ae7c8a5
Author: Luke Dashjr  utopios  org>
AuthorDate: Wed Jun 17 13:13:30 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jun 17 13:37:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a85ab7

dev-util/bitcoin-tx-0.20.0: Remove reference to unnecessary/missing patch

Closes: https://bugs.gentoo.org/728534
Signed-off-by: Luke Dashjr  utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/16291
Signed-off-by: Craig Andrews  gentoo.org>

 dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild
index 017c40198aa..0bb0c0386d5 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild
@@ -64,8 +64,6 @@ src_prepare() {
eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
fi
 
-   eapply "${FILESDIR}/${PV}-no-libevent.patch"
-
eapply_user
 
echo '#!/bin/true' >share/genbuild.sh || die



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2020-06-16 Thread Craig Andrews
commit: 32319e20eb1eb972120c8bae04f665037c05aeba
Author: Luke Dashjr  utopios  org>
AuthorDate: Tue Jun 16 22:40:00 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jun 17 01:52:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32319e20

dev-util/bitcoin-tx: Bump to 0.20.0

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

 dev-util/bitcoin-tx/Manifest |   2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild | 108 +++
 2 files changed, 110 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 39611134f05..ffd60cbe421 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild
new file mode 100644
index 000..017c40198aa
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild
@@ -0,0 +1,108 @@
+# 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 Bitcoin transaction tool"
+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/libsecp256k1-0.1_pre20170321:=[recovery]
+   >=dev-libs/univalue-1.0.4:=
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=sys-devel/autoconf-2.69
+   >=sys-devel/automake-1.13
+"
+
+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.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"
+   

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/files/

2020-04-26 Thread Joonas Niilola
commit: 4c75fdfd05d90051b7d648613af63a6be4624773
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Apr 26 10:26:31 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 26 13:36:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c75fdfd

dev-util/bitcoin-tx: remove unused patch

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/bitcoin-tx/files/0.17.1-no-libevent.patch | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-util/bitcoin-tx/files/0.17.1-no-libevent.patch 
b/dev-util/bitcoin-tx/files/0.17.1-no-libevent.patch
deleted file mode 100644
index b0e4a954875..000
--- a/dev-util/bitcoin-tx/files/0.17.1-no-libevent.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -1101,7 +1101,7 @@ if test x$use_pkgconfig = xyes; then
-   if test x$use_qr != xno; then
- BITCOIN_QT_CHECK([PKG_CHECK_MODULES([QR], [libqrencode], 
[have_qrencode=yes], [have_qrencode=no])])
-   fi
--  if test 
x$build_bitcoin_cli$build_bitcoin_tx$build_bitcoind$bitcoin_enable_qt$use_tests 
!= xnonononono; then
-+  if test x$build_bitcoin_cli$build_bitcoind$bitcoin_enable_qt$use_tests 
!= xnononono; then
- PKG_CHECK_MODULES([EVENT], [libevent],, [AC_MSG_ERROR(libevent not 
found.)])
- if test x$TARGET_OS != xwindows; then
-   PKG_CHECK_MODULES([EVENT_PTHREADS], [libevent_pthreads],, 
[AC_MSG_ERROR(libevent_pthreads not found.)])
-@@ -1126,7 +1126,7 @@ else
-   AC_CHECK_HEADER([openssl/ssl.h],, AC_MSG_ERROR(libssl headers missing),)
-   AC_CHECK_LIB([ssl], [main],SSL_LIBS=-lssl, AC_MSG_ERROR(libssl 
missing))
- 
--  if test 
x$build_bitcoin_cli$build_bitcoin_tx$build_bitcoind$bitcoin_enable_qt$use_tests 
!= xnonononono; then
-+  if test x$build_bitcoin_cli$build_bitcoind$bitcoin_enable_qt$use_tests != 
xnononono; then
- AC_CHECK_HEADER([event2/event.h],, AC_MSG_ERROR(libevent headers 
missing),)
- AC_CHECK_LIB([event],[main],EVENT_LIBS=-levent,AC_MSG_ERROR(libevent 
missing))
- if test x$TARGET_OS != xwindows; then



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/files/, dev-util/bitcoin-tx/

2020-04-10 Thread Craig Andrews
commit: a2b367de540c733ff6ed2fab485496153d9de524
Author: Luke Dashjr  utopios  org>
AuthorDate: Fri Apr 10 17:33:36 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Apr 10 17:54:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b367de

dev-util/bitcoin-tx-0.19.1: Fix build without libevent

Closes: https://bugs.gentoo.org/715268
Signed-off-by: Luke Dashjr  utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/15291
Signed-off-by: Craig Andrews  gentoo.org>

 dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild   |  2 +
 dev-util/bitcoin-tx/files/0.19.1-no-libevent.patch | 47 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild
index be220733843..b19f22a49f5 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild
@@ -60,6 +60,8 @@ src_prepare() {
eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
fi
 
+   eapply "${FILESDIR}/${PV}-no-libevent.patch"
+
eapply_user
 
echo '#!/bin/true' >share/genbuild.sh || die

diff --git a/dev-util/bitcoin-tx/files/0.19.1-no-libevent.patch 
b/dev-util/bitcoin-tx/files/0.19.1-no-libevent.patch
new file mode 100644
index 000..fa29f8bbac9
--- /dev/null
+++ b/dev-util/bitcoin-tx/files/0.19.1-no-libevent.patch
@@ -0,0 +1,47 @@
+diff --git a/configure.ac b/configure.ac
+--- a/configure.ac
 b/configure.ac
+@@ -1271,7 +1271,7 @@ if test x$use_pkgconfig = xyes; then
+ BITCOIN_QT_CHECK([PKG_CHECK_MODULES([QR], [libqrencode], 
[have_qrencode=yes], [have_qrencode=no])])
+   fi
+   if test x$build_bitcoin_cli$build_bitcoind$bitcoin_enable_qt$use_tests 
!= xnononono; then
+-PKG_CHECK_MODULES([EVENT], [libevent],, [AC_MSG_ERROR(libevent not 
found.)])
++PKG_CHECK_MODULES([EVENT], [libevent], [use_libevent=yes], 
[AC_MSG_ERROR(libevent not found.)])
+ if test x$TARGET_OS != xwindows; then
+   PKG_CHECK_MODULES([EVENT_PTHREADS], [libevent_pthreads],, 
[AC_MSG_ERROR(libevent_pthreads not found.)])
+ fi
+@@ -1291,7 +1291,7 @@ if test x$use_pkgconfig = xyes; then
+ else
+ 
+   if test x$build_bitcoin_cli$build_bitcoind$bitcoin_enable_qt$use_tests != 
xnononono; then
+-AC_CHECK_HEADER([event2/event.h],, AC_MSG_ERROR(libevent headers 
missing),)
++AC_CHECK_HEADER([event2/event.h], [use_libevent=yes], 
AC_MSG_ERROR(libevent headers missing),)
+ AC_CHECK_LIB([event],[main],EVENT_LIBS=-levent,AC_MSG_ERROR(libevent 
missing))
+ if test x$TARGET_OS != xwindows; then
+   
AC_CHECK_LIB([event_pthreads],[main],EVENT_PTHREADS_LIBS=-levent_pthreads,AC_MSG_ERROR(libevent_pthreads
 missing))
+@@ -1545,6 +1545,7 @@ AM_CONDITIONAL([ENABLE_QT_TESTS],[test x$BUILD_TEST_QT = 
xyes])
+ AM_CONDITIONAL([ENABLE_BENCH],[test x$use_bench = xyes])
+ AM_CONDITIONAL([USE_QRCODE], [test x$use_qr = xyes])
+ AM_CONDITIONAL([USE_LCOV],[test x$use_lcov = xyes])
++AM_CONDITIONAL([USE_LIBEVENT],[test x$use_libevent = xyes])
+ AM_CONDITIONAL([GLIBC_BACK_COMPAT],[test x$use_glibc_compat = xyes])
+ AM_CONDITIONAL([HARDEN],[test x$use_hardening = xyes])
+ AM_CONDITIONAL([ENABLE_SSE42],[test x$enable_sse42 = xyes])
+diff --git a/src/Makefile.am b/src/Makefile.am
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -523,10 +523,13 @@ libbitcoin_util_a_SOURCES = \
+   util/strencodings.cpp \
+   util/string.cpp \
+   util/time.cpp \
+-  util/url.cpp \
+   util/validation.cpp \
+   $(BITCOIN_CORE_H)
+ 
++if USE_LIBEVENT
++libbitcoin_util_a_SOURCES += util/url.cpp
++endif
++
+ if GLIBC_BACK_COMPAT
+ libbitcoin_util_a_SOURCES += compat/glibc_compat.cpp
+ AM_LDFLAGS += $(COMPAT_LDFLAGS)



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2020-03-07 Thread Craig Andrews
commit: 30f1de8f7c04dd66251bcd1a534adf4907318998
Author: Luke Dashjr  utopios  org>
AuthorDate: Mon Sep 30 03:55:08 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Mar  7 21:15:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f1de8f

dev-util/bitcoin-tx: Drop redundant versions

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

 dev-util/bitcoin-tx/Manifest |   4 --
 dev-util/bitcoin-tx/bitcoin-tx-0.17.1.ebuild |  99 --
 dev-util/bitcoin-tx/bitcoin-tx-0.18.0.ebuild | 100 ---
 3 files changed, 203 deletions(-)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index edde7435f5a..39611134f05 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.17.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.17.1.ebuild
deleted file mode 100644
index 4346aa02591..000
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.17.1.ebuild
+++ /dev/null
@@ -1,99 +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 Bitcoin transaction tool"
-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/libsecp256k1-0.0.0_pre20151118:=[recovery]
-   >=dev-libs/univalue-1.0.4:=
-   !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, 

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

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

dev-util/bitcoin-tx: Bump to 0.19.1

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

 dev-util/bitcoin-tx/Manifest |   2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild | 103 +++
 2 files changed, 105 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 6498fdc5f9f..edde7435f5a 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild
new file mode 100644
index 000..be220733843
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.19.1.ebuild
@@ -0,0 +1,103 @@
+# 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 Bitcoin transaction tool"
+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/libsecp256k1-0.1_pre20170321:=[recovery]
+   >=dev-libs/univalue-1.0.4:=
+   !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 

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

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

dev-util/bitcoin-tx: Bump to 0.18.0

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

 dev-util/bitcoin-tx/Manifest |   2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.18.0.ebuild | 100 +++
 2 files changed, 102 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index c3a90d5a2b6..6498fdc5f9f 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.18.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.18.0.ebuild
new file mode 100644
index 000..9c64bb0e597
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.18.0.ebuild
@@ -0,0 +1,100 @@
+# 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 Bitcoin transaction tool"
+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/libsecp256k1-0.0.0_pre20151118:=[recovery]
+   >=dev-libs/univalue-1.0.4:=
+   !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.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: dev-util/bitcoin-tx/files/, dev-util/bitcoin-tx/

2019-01-12 Thread Craig Andrews
commit: 4ccfcada730b9bb00f67968b7cf5d016800b6a6d
Author: Luke Dashjr  utopios  org>
AuthorDate: Sat Jan 12 13:46:11 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Jan 13 03:17:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccfcada

dev-util/bitcoin-tx-0.17.1: Fix build without libevent

Fixes: https://bugs.gentoo.org/675256
Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Craig Andrews  gentoo.org>

 dev-util/bitcoin-tx/bitcoin-tx-0.17.1.ebuild   |  2 ++
 dev-util/bitcoin-tx/files/0.17.1-no-libevent.patch | 20 
 2 files changed, 22 insertions(+)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.17.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.17.1.ebuild
index a431bbafab7..4346aa02591 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.17.1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.17.1.ebuild
@@ -63,6 +63,8 @@ src_prepare() {
mkdir -p src/obj || die
echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h || die
 
+   eapply "${FILESDIR}/${PV}-no-libevent.patch"
+
eautoreconf
rm -r src/leveldb src/secp256k1 || die
 }

diff --git a/dev-util/bitcoin-tx/files/0.17.1-no-libevent.patch 
b/dev-util/bitcoin-tx/files/0.17.1-no-libevent.patch
new file mode 100644
index 000..b0e4a954875
--- /dev/null
+++ b/dev-util/bitcoin-tx/files/0.17.1-no-libevent.patch
@@ -0,0 +1,20 @@
+--- a/configure.ac
 b/configure.ac
+@@ -1101,7 +1101,7 @@ if test x$use_pkgconfig = xyes; then
+   if test x$use_qr != xno; then
+ BITCOIN_QT_CHECK([PKG_CHECK_MODULES([QR], [libqrencode], 
[have_qrencode=yes], [have_qrencode=no])])
+   fi
+-  if test 
x$build_bitcoin_cli$build_bitcoin_tx$build_bitcoind$bitcoin_enable_qt$use_tests 
!= xnonononono; then
++  if test x$build_bitcoin_cli$build_bitcoind$bitcoin_enable_qt$use_tests 
!= xnononono; then
+ PKG_CHECK_MODULES([EVENT], [libevent],, [AC_MSG_ERROR(libevent not 
found.)])
+ if test x$TARGET_OS != xwindows; then
+   PKG_CHECK_MODULES([EVENT_PTHREADS], [libevent_pthreads],, 
[AC_MSG_ERROR(libevent_pthreads not found.)])
+@@ -1126,7 +1126,7 @@ else
+   AC_CHECK_HEADER([openssl/ssl.h],, AC_MSG_ERROR(libssl headers missing),)
+   AC_CHECK_LIB([ssl], [main],SSL_LIBS=-lssl, AC_MSG_ERROR(libssl 
missing))
+ 
+-  if test 
x$build_bitcoin_cli$build_bitcoin_tx$build_bitcoind$bitcoin_enable_qt$use_tests 
!= xnonononono; then
++  if test x$build_bitcoin_cli$build_bitcoind$bitcoin_enable_qt$use_tests != 
xnononono; then
+ AC_CHECK_HEADER([event2/event.h],, AC_MSG_ERROR(libevent headers 
missing),)
+ AC_CHECK_LIB([event],[main],EVENT_LIBS=-levent,AC_MSG_ERROR(libevent 
missing))
+ if test x$TARGET_OS != xwindows; then



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

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

dev-util/bitcoin-tx: Bump to 0.17.1

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

 dev-util/bitcoin-tx/Manifest |  2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.17.1.ebuild | 97 
 2 files changed, 99 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 443491598dd..c3a90d5a2b6 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.17.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.17.1.ebuild
new file mode 100644
index 000..a431bbafab7
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.17.1.ebuild
@@ -0,0 +1,97 @@
+# 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 Bitcoin transaction tool"
+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/libsecp256k1-0.0.0_pre20151118:=[recovery]
+   >=dev-libs/univalue-1.0.4:=
+   !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.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-tx
+   --disable-util-cli
+   --disable-bench
+   --without-libs
+   

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2018-10-23 Thread Virgil Dupras
commit: 6b0b2fb607337ffc92be3d8313498e55616e6963
Author: Virgil Dupras  gentoo  org>
AuthorDate: Tue Oct 23 20:37:40 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Tue Oct 23 20:38:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0b2fb6

dev-util/bitcoin-tx: 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

 dev-util/bitcoin-tx/Manifest |   2 -
 dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild | 102 ---
 2 files changed, 104 deletions(-)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 8c6c2a5d72d..443491598dd 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
deleted file mode 100644
index d4d855fafc4..000
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
+++ /dev/null
@@ -1,102 +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 Bitcoin transaction tool"
-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/libsecp256k1-0.0.0_pre20151118[recovery]
-   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
-   --without-libevent
-   --without-qrencode
-   --without-miniupnpc
-   --disable-tests
-   --disable-wallet
-   --disable-zmq
-   --enable-util-tx
-   

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2018-09-30 Thread Virgil Dupras
commit: ea489eca3189c110ba55cd49fafb670635222e99
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Sep 30 18:43:13 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Sep 30 19:05:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea489eca

dev-util/bitcoin-tx: remove old

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

 dev-util/bitcoin-tx/Manifest |  2 -
 dev-util/bitcoin-tx/bitcoin-tx-0.16.0.ebuild | 98 
 2 files changed, 100 deletions(-)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 9313ec120c3..8c6c2a5d72d 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.16.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.16.0.ebuild
deleted file mode 100644
index e0f97bebbc1..000
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.16.0.ebuild
+++ /dev/null
@@ -1,98 +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 Bitcoin transaction tool"
-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/libsecp256k1-0.0.0_pre20151118:=[recovery]
-   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: dev-util/bitcoin-tx/

2018-09-25 Thread Agostino Sarubbo
commit: 0211bd0e0fbc7e4f293d4abea4eef8cb31e4e8b6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep 25 11:16:19 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep 25 11:16:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0211bd0e

dev-util/bitcoin-tx: amd64 stable wrt bug #69

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

 dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild
index 29b839ab856..e79280e6057 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-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: dev-util/bitcoin-tx/

2018-09-21 Thread Virgil Dupras
commit: 35caca435f172d52f62b9a9119a7234770f662f9
Author: Luke Dashjr  utopios  org>
AuthorDate: Tue Sep 18 15:57:26 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Fri Sep 21 12:38:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35caca43

dev-util/bitcoin-tx: 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

 dev-util/bitcoin-tx/Manifest |  2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild | 98 
 2 files changed, 100 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index c6a97f3d9fb..9313ec120c3 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild
new file mode 100644
index 000..29b839ab856
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.16.3.ebuild
@@ -0,0 +1,98 @@
+# 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 Bitcoin transaction tool"
+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/libsecp256k1-0.0.0_pre20151118:=[recovery]
+   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
+
+   eapply_user

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2018-03-31 Thread Michał Górny
commit: aded7c2b6a27b1e09d575e1c623a586b632e8fe3
Author: Luke Dashjr 
AuthorDate: Fri Mar 23 14:27:41 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 31 23:08:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aded7c2b

dev-util/bitcoin-tx: Bump to 0.16.0

 dev-util/bitcoin-tx/Manifest |  2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.16.0.ebuild | 98 
 2 files changed, 100 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 7c7216450f4..c6a97f3d9fb 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.16.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.16.0.ebuild
new file mode 100644
index 000..e0f97bebbc1
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.16.0.ebuild
@@ -0,0 +1,98 @@
+# 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 Bitcoin transaction tool"
+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/libsecp256k1-0.0.0_pre20151118:=[recovery]
+   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
+   --without-libevent
+   --without-qrencode
+   --without-miniupnpc
+   --disable-tests
+   --disable-wallet
+   --disable-zmq
+   --enable-util-tx
+   --disable-util-cli
+   --disable-bench
+   --without-libs
+   --without-daemon
+   --without-gui
+

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

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

dev-util/bitcoin-tx: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/bitcoin-tx/Manifest |  6 --
 dev-util/bitcoin-tx/bitcoin-tx-0.13.0.ebuild | 21 -
 dev-util/bitcoin-tx/bitcoin-tx-0.13.1.ebuild | 21 -
 dev-util/bitcoin-tx/bitcoin-tx-0.13.2.ebuild | 21 -
 dev-util/bitcoin-tx/metadata.xml |  1 -
 5 files changed, 70 deletions(-)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index db66e3f7bb1..7c7216450f4 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.13.0.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.13.0.ebuild
deleted file mode 100644
index 8d4a32a6728..000
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.13.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2010-2016 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"
-BITCOINCORE_NEED_LIBSECP256K1=1
-BITCOINCORE_NO_DEPEND="libevent"
-inherit bitcoincore
-
-DESCRIPTION="Command-line Bitcoin transaction tool"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
-
-src_configure() {
-   bitcoincore_conf \
-   --enable-util-tx
-}

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.13.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.13.1.ebuild
deleted file mode 100644
index 65a55ef51cc..000
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.13.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2010-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-BITCOINCORE_COMMITHASH="03422e564b552c1d3c16ae854f8471f7cb39e25d"
-BITCOINCORE_LJR_DATE="20161027"
-BITCOINCORE_IUSE="ljr"
-BITCOINCORE_NEED_LIBSECP256K1=1
-BITCOINCORE_NO_DEPEND="libevent"
-inherit bitcoincore
-
-DESCRIPTION="Command-line Bitcoin transaction tool"
-LICENSE="MIT"
-SLOT="0"

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2018-03-18 Thread Mikle Kolyada
commit: 741a0b23542934c0e7c28fedd45ae6686d4ac561
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar 18 13:57:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar 18 13:57:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741a0b23

dev-util/bitcoin-tx: arm stable wrt bug #644940

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
index 742aad14eb0..d4d855fafc4 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="Command-line Bitcoin transaction tool"
 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: dev-util/bitcoin-tx/

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

dev-util/bitcoin-tx: 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"

 dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
index 35051137b2e..742aad14eb0 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="Command-line Bitcoin transaction tool"
 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: dev-util/bitcoin-tx/

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

dev-util/bitcoin-tx: use HTTPS instead of HTTP

Closes: https://github.com/gentoo/gentoo/pull/6975

 dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
index d5c34e353b8..35051137b2e 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
@@ -15,17 +15,17 @@ KNOTS_P="${MyPN}-${KNOTS_PV}"
 IUSE="knots libressl"
 
 DESCRIPTION="Command-line Bitcoin transaction tool"
-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: dev-util/bitcoin-tx/

2018-01-26 Thread Thomas Deutschmann
commit: e01bd237c7f09e1ca077fd6f207ad292e0239be5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 23:17:45 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 23:23:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e01bd237

dev-util/bitcoin-tx: x86 stable (bug #644940)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
index 0fc22714164..d5c34e353b8 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-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 Bitcoin transaction tool"
 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: dev-util/bitcoin-tx/

2018-01-19 Thread Andreas Sturmlechner
commit: d8f1c2be43c66ed3ced85a280b9064ce9caf9eee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 18 23:56:36 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 19 18:39:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f1c2be

dev-util/bitcoin-tx: Drop live ebuild (outdated)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/bitcoin-tx/bitcoin-tx-.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-.ebuild
deleted file mode 100644
index 51d37bc8c3d..000
--- a/dev-util/bitcoin-tx/bitcoin-tx-.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2010-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-BITCOINCORE_IUSE=""
-BITCOINCORE_NEED_LIBSECP256K1=1
-BITCOINCORE_NO_DEPEND="libevent"
-inherit bitcoincore
-
-DESCRIPTION="Command-line Bitcoin transaction tool"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-src_configure() {
-   bitcoincore_conf \
-   --enable-util-tx
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

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

dev-util/bitcoin-tx: Bump to 0.15.1

 dev-util/bitcoin-tx/Manifest |   2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild | 102 +++
 dev-util/bitcoin-tx/metadata.xml |   1 +
 3 files changed, 105 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 8ac457f4430..db66e3f7bb1 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/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/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
new file mode 100644
index 000..0fc22714164
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
@@ -0,0 +1,102 @@
+# 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 Bitcoin transaction tool"
+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/libsecp256k1-0.0.0_pre20151118[recovery]
+   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: dev-util/bitcoin-tx/

2017-03-11 Thread Anthony G. Basile
commit: d203afb18f695375ff5b6ad38d5be755e1d709c6
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Mar 11 18:29:27 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Mar 11 18:33:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d203afb1

dev-util/bitcoin-tx: add knots support

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/bitcoin-tx/bitcoin-tx-0.13.2.ebuild | 4 ++--
 dev-util/bitcoin-tx/metadata.xml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.13.2.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.13.2.ebuild
index ea538a25194..09fb488c897 100644
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.13.2.ebuild
+++ b/dev-util/bitcoin-tx/bitcoin-tx-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"
 BITCOINCORE_NEED_LIBSECP256K1=1
 BITCOINCORE_NO_DEPEND="libevent"
 inherit bitcoincore

diff --git a/dev-util/bitcoin-tx/metadata.xml b/dev-util/bitcoin-tx/metadata.xml
index a686a21c526..16e544a1d32 100644
--- a/dev-util/bitcoin-tx/metadata.xml
+++ b/dev-util/bitcoin-tx/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: dev-util/bitcoin-tx/

2017-01-23 Thread Andreas Sturmlechner
commit: 649b785f8f917de4d347a0ae1e5ab557eed04c7c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 22 21:06:23 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 24 01:17:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649b785f

dev-util/bitcoin-tx: Drop old

Package-Manager: portage-2.3.0

 dev-util/bitcoin-tx/Manifest | 14 --
 dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild | 26 --
 dev-util/bitcoin-tx/bitcoin-tx-0.10.1.ebuild | 26 --
 dev-util/bitcoin-tx/bitcoin-tx-0.11.0.ebuild | 21 -
 dev-util/bitcoin-tx/bitcoin-tx-0.11.1.ebuild | 21 -
 dev-util/bitcoin-tx/bitcoin-tx-0.11.2.ebuild | 21 -
 dev-util/bitcoin-tx/bitcoin-tx-0.12.0.ebuild | 23 ---
 dev-util/bitcoin-tx/bitcoin-tx-0.12.1.ebuild | 23 ---
 8 files changed, 175 deletions(-)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 5a77ef5..1a8817d 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/Manifest
@@ -1,20 +1,6 @@
-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.12.0.knots20160226.rc1.patches.tar.xz 145776 SHA256 
93431aa2c1d66c41d52bbf8810df27228f5a0823db2416312d6e07a20dc78dea SHA512 
042c02dc64591f4edbad1cc421ee90e84d628f93292fd42b190728960a65eb76d0234d821ce2df92a3a66328a5368b5b42670ebf130045d92d74d74287a90990
 WHIRLPOOL 
b4543468936c6e16a8636c2eaed1d6f76a20958c2f2fda6f9c6a389cc79111369d906c08878e3eb7b2d6bad8299e3e16ad38a190dab80996f63adfda8c1c93f2
-DIST bitcoin-0.12.1.knots20160629.rc2.patches.tar.xz 283700 SHA256 
9bc8ff0946dfcd10d82b0f9ce3b509b23da244cddc3707013a9a8eebe64df1af SHA512 
25860908625d8e501e079e0cbb946432ca086edcacdcb59dc81d49eac309bfb70e4c4701aeb0d45cd51ffbebead4f211590b4870dff22c2886c949fd8e600643
 WHIRLPOOL 
da6c35551e87da57a4d0d67ee12e239638b02b634c4fc2c08912a1b56dd6348f595929af03719238d7bfc8f4e490b39672cc7671ec1c84f8c36b77a8f37fe643
 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 

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/files/

2016-10-13 Thread Anthony G. Basile
commit: 608170290e846fdf2066a8f969c5f67da91dd31b
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Oct  7 16:16:42 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct 13 08:58:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60817029

dev-util/bitcoin-tx: remove unused patches

Signed-off-by: Anthony G. Basile  gentoo.org>

 .../bitcoin-tx/files/-sys_libsecp256k1.patch   |  80 ---
 dev-util/bitcoin-tx/files/-syslibs.patch   | 253 -
 2 files changed, 333 deletions(-)

diff --git a/dev-util/bitcoin-tx/files/-sys_libsecp256k1.patch 
b/dev-util/bitcoin-tx/files/-sys_libsecp256k1.patch
deleted file mode 100644
index 77ed106..
--- a/dev-util/bitcoin-tx/files/-sys_libsecp256k1.patch
+++ /dev/null
@@ -1,80 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 6784521..3598bab 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -634,6 +634,12 @@ AC_ARG_WITH([daemon],
- 
- BITCOIN_QT_INIT
- 
-+PKG_CHECK_MODULES([libsecp256k1],[libsecp256k1],,[true])
-+AC_ARG_WITH([libsecp256k1-verify],[],[use_libsecp256k1=$withval],[use_libsecp256k1=yes])
-+if test "x$use_libsecp256k1" = "xyes"; then
-+AC_DEFINE(USE_SECP256K1,1,[USE_SECP256K1])
-+fi
-+
- if test x$use_pkgconfig = xyes; then
- 
-   if test x"$PKG_CONFIG" = "x"; then
-@@ -869,9 +875,6 @@ PKGCONFIG_LIBDIR_TEMP="$PKG_CONFIG_LIBDIR"
- unset PKG_CONFIG_LIBDIR
- PKG_CONFIG_LIBDIR="$PKGCONFIG_LIBDIR_TEMP"
- 
--ac_configure_args="${ac_configure_args} --disable-shared --with-pic"
--AC_CONFIG_SUBDIRS([src/secp256k1])
--
- AC_OUTPUT
- 
- dnl Taken from https://wiki.debian.org/RpathIssue
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 0d45203..3a44a16 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,4 +1,3 @@
--DIST_SUBDIRS = secp256k1
- AM_LDFLAGS = $(PTHREAD_CFLAGS) $(LIBTOOL_LDFLAGS)
- 
- 
-@@ -20,7 +19,7 @@ endif
- BITCOIN_CONFIG_INCLUDES=-I$(builddir)/config
- BITCOIN_INCLUDES=-I$(builddir) -I$(builddir)/obj $(BOOST_CPPFLAGS) 
$(LEVELDB_CPPFLAGS) $(CRYPTO_CFLAGS) $(SSL_CFLAGS)
- 
--BITCOIN_INCLUDES += -I$(srcdir)/secp256k1/include
-+BITCOIN_INCLUDES += $(libsecp256k1_CFLAGS)
- 
- LIBBITCOIN_SERVER=libbitcoin_server.a
- LIBBITCOIN_WALLET=libbitcoin_wallet.a
-@@ -30,10 +29,7 @@ LIBBITCOIN_UTIL=libbitcoin_util.a
- LIBBITCOIN_CRYPTO=crypto/libbitcoin_crypto.a
- LIBBITCOIN_UNIVALUE=univalue/libbitcoin_univalue.a
- LIBBITCOINQT=qt/libbitcoinqt.a
--LIBSECP256K1=secp256k1/libsecp256k1.la
--
--$(LIBSECP256K1): $(wildcard secp256k1/src/*) $(wildcard secp256k1/include/*)
--  $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)
-+LIBSECP256K1=$(libsecp256k1_LIBS)
- 
- # Make is not made aware of per-object dependencies to avoid limiting 
building parallelization
- # But to build the less dependent modules first, we manually select their 
order here:
-@@ -364,7 +360,7 @@ libbitcoinconsensus_la_LDFLAGS = -no-undefined $(RELDFLAGS)
- libbitcoinconsensus_la_LIBADD = $(CRYPTO_LIBS)
- libbitcoinconsensus_la_CPPFLAGS = $(CRYPTO_CFLAGS) -I$(builddir)/obj 
-DBUILD_BITCOIN_INTERNAL
- if USE_LIBSECP256K1
--libbitcoinconsensus_la_LIBADD += secp256k1/libsecp256k1.la
-+libbitcoinconsensus_la_LIBADD += $(LIBSECP256K1)
- endif
- endif
- 
-diff --git a/src/Makefile.test.include b/src/Makefile.test.include
-index 5fd2afe..014092a 100644
 a/src/Makefile.test.include
-+++ b/src/Makefile.test.include
-@@ -104,9 +104,6 @@ bitcoin_test_check: $(TEST_BINARY) FORCE
- bitcoin_test_clean : FORCE
-   rm -f $(CLEAN_BITCOIN_TEST) $(test_test_bitcoin_OBJECTS) $(TEST_BINARY)
- 
--check-local:
--  $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check
--
- %.json.h: %.json
-   @$(MKDIR_P) $(@D)
-   @echo "namespace json_tests{" > $@

diff --git a/dev-util/bitcoin-tx/files/-syslibs.patch 
b/dev-util/bitcoin-tx/files/-syslibs.patch
deleted file mode 100644
index c594c54..
--- a/dev-util/bitcoin-tx/files/-syslibs.patch
+++ /dev/null
@@ -1,253 +0,0 @@
-diff --git a/build-aux/m4/bitcoin_subdir_to_include.m4 
b/build-aux/m4/bitcoin_subdir_to_include.m4
-index 66f106c..5f0a3b1 100644
 a/build-aux/m4/bitcoin_subdir_to_include.m4
-+++ b/build-aux/m4/bitcoin_subdir_to_include.m4
-@@ -5,7 +5,7 @@ AC_DEFUN([BITCOIN_SUBDIR_TO_INCLUDE],[
- AC_MSG_RESULT([default])
-   else
- echo "#include <$2$3.h>" >conftest.cpp
--newinclpath=`${CXXCPP} ${CPPFLAGS} -M conftest.cpp 2>/dev/null | [ tr -d 
'\\n\\r' | sed -e 
's/^.*[[:space:]:]\(\/[^[:space:]]*\)]$3[\.h[[:space:]].*$/\1/' -e t -e d`]
-+newinclpath=$(${CXXCPP} ${CPPFLAGS} -M conftest.cpp 2>/dev/null | sed [-E 
-e ':a' -e '/\\$/!b b' -e N -e 's/\\\n/ /' -e 't a' -e ':b' -e 
's/^[^:]*:[[:space:]]*(([^[:space:]\]|\\.)*[[:space:]])*(([^[:space:]\]|\\.)*)]$3\.h[([[:space:]].*)?$/\3/'
 -e 't' -e d])
- AC_MSG_RESULT([${newinclpath}])
- if test "x${newinclpath}" != "x"; then
-   eval "$1=\"\$$1\"' -I${newinclpath}'"
-diff --git a/configure.ac b/configure.ac

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2016-07-01 Thread Anthony G. Basile
commit: 6601de613e80073e3c18d6b6b05939dba7b3b3ad
Author: Luke Dashjr 
AuthorDate: Fri Jul  1 04:54:44 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jul  1 23:31:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6601de61

dev-util/bitcoin-tx: 0.12.1

Signed-off-by: Anthony G. Basile  gentoo.org>

 dev-util/bitcoin-tx/Manifest |  2 ++
 dev-util/bitcoin-tx/bitcoin-tx-0.12.1.ebuild | 23 +++
 2 files changed, 25 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index c665791..101fad8 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/Manifest
@@ -4,9 +4,11 @@ DIST bitcoin-0.11.0.ljr20150711.patches.tar.xz 79740 SHA256 
2f9608ee18f10fccaeda
 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.12.1.knots20160629.rc2.patches.tar.xz 283700 SHA256 
9bc8ff0946dfcd10d82b0f9ce3b509b23da244cddc3707013a9a8eebe64df1af SHA512 
25860908625d8e501e079e0cbb946432ca086edcacdcb59dc81d49eac309bfb70e4c4701aeb0d45cd51ffbebead4f211590b4870dff22c2886c949fd8e600643
 WHIRLPOOL 
da6c35551e87da57a4d0d67ee12e239638b02b634c4fc2c08912a1b56dd6348f595929af03719238d7bfc8f4e490b39672cc7671ec1c84f8c36b77a8f37fe643
 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
 DIST bitcoin-v0.11.2.tgz 5958338 SHA256 
1adb0b5ea6dcbf9e3de9c6338b4f0d0abc6f72d8023ac5451370cdf43c9971c4 SHA512 
0a76ca482c71e9a88e14e274d082bce796b2a9abd48d0fb40e41d169479ced144530825b36e1ab0953dac80b823607aaa8be52fe631f7df9a5062dc2a4bf4e66
 WHIRLPOOL 
9d8c98b45919e3323a27eacf1c0cc28d992bf7fe1cef9f738dab880e104613e8fb9184ecaa5ad3ea2234625254f3329c7ab5c939f6076d50b9f1ce970db85b9d
 DIST bitcoin-v0.12.0.tgz 6708553 SHA256 
a5bac23b087c183821f06c19947cba2399ced09ee2b02c751ecbda9f808d8e33 SHA512 
2c6bec18eed7b8145ee711ae143b425e08ed3243454083a1a91eb2a1f16abcac2a5e053f83c9ae840cbbdea3960856b613ba17d269d8b60706379744a4cf9f4b
 WHIRLPOOL 
bd159d52567a84a577c0581cdd8df02030c25b32ee44df26e1081b588cbddde0d951226c1c46e69077d2e2887c98874455f340bb3fe01bede85d044ef1bb02e8
+DIST bitcoin-v0.12.1.tgz 6755692 SHA256 
3ff2947e956dcc52c37fc2302839ad2725cb68266a3542bd932e784a363d38c0 SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/, dev-util/bitcoin-tx/files/, eclass/, ...

2016-03-20 Thread Anthony G. Basile
commit: d5fb469859f75c12eb5874dedcd0be3026179a1c
Author: Luke Dashjr 
AuthorDate: Sat Mar 19 23:18:05 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 20 15:42:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fb4698

net-p2p/bitcoin*: bump all pkgs to 0.12.0 and update 

 dev-util/bitcoin-tx/Manifest   |   2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.12.0.ebuild   |  23 
 dev-util/bitcoin-tx/bitcoin-tx-.ebuild |   3 +-
 dev-util/bitcoin-tx/files/-syslibs.patch   | 114 
 dev-util/bitcoin-tx/metadata.xml   |   7 +-
 eclass/bitcoincore.eclass  | 144 ++---
 net-libs/libbitcoinconsensus/Manifest  |   2 +
 .../libbitcoinconsensus/files/-syslibs.patch   | 114 
 .../files/bugfix_bench_checks.patch|  69 ++
 ...99.ebuild => libbitcoinconsensus-0.12.0.ebuild} |   6 +-
 .../libbitcoinconsensus-.ebuild|   6 +
 net-libs/libbitcoinconsensus/metadata.xml  |   4 -
 net-p2p/bitcoin-cli/Manifest   |   2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.12.0.ebuild  |  34 +
 net-p2p/bitcoin-cli/metadata.xml   |   4 -
 net-p2p/bitcoin-qt/Manifest|   2 +
 ...oin-qt-.ebuild => bitcoin-qt-0.12.0.ebuild} |  44 +--
 net-p2p/bitcoin-qt/bitcoin-qt-.ebuild  |   8 +-
 net-p2p/bitcoin-qt/files/0.12.0-libressl.patch |  26 
 net-p2p/bitcoin-qt/files/-syslibs.patch| 114 
 net-p2p/bitcoin-qt/metadata.xml|   7 +-
 net-p2p/bitcoind/Manifest  |   4 +
 ...bitcoind-.ebuild => bitcoind-0.12.0.ebuild} |  13 +-
 net-p2p/bitcoind/bitcoind-.ebuild  |   7 +-
 net-p2p/bitcoind/files/-syslibs.patch  | 114 
 net-p2p/bitcoind/metadata.xml  |   4 -
 profiles/desc/linguas.desc |   1 +
 27 files changed, 617 insertions(+), 261 deletions(-)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index a000ed3..c665791 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/Manifest
@@ -3,8 +3,10 @@ DIST bitcoin-0.10.1.ljr20150428.patches.tar.xz 34980 SHA256 
f3770c478bd541fcc75c
 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-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 

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2015-11-27 Thread Anthony G. Basile
commit: 9bc0502cf7b45a8500db612f2c50b87f8e6b7204
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Nov 27 20:01:06 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Nov 27 20:08:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc0502c

dev-util/bitcoin-tx: version bump 0.11.2

Package-Manager: portage-2.2.20.1

 dev-util/bitcoin-tx/Manifest |  2 ++
 dev-util/bitcoin-tx/bitcoin-tx-0.11.2.ebuild | 21 +
 2 files changed, 23 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 6e60ce8..a000ed3 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/Manifest
@@ -2,7 +2,9 @@ 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-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
+DIST bitcoin-v0.11.2.tgz 5958338 SHA256 
1adb0b5ea6dcbf9e3de9c6338b4f0d0abc6f72d8023ac5451370cdf43c9971c4 SHA512 
0a76ca482c71e9a88e14e274d082bce796b2a9abd48d0fb40e41d169479ced144530825b36e1ab0953dac80b823607aaa8be52fe631f7df9a5062dc2a4bf4e66
 WHIRLPOOL 
9d8c98b45919e3323a27eacf1c0cc28d992bf7fe1cef9f738dab880e104613e8fb9184ecaa5ad3ea2234625254f3329c7ab5c939f6076d50b9f1ce970db85b9d

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.11.2.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.11.2.ebuild
new file mode 100644
index 000..31ee9a8
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.11.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2010-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+BITCOINCORE_COMMITHASH="7e278929df53e1fb4191bc5ba3176a177ce718bf"
+BITCOINCORE_LJR_DATE="20151118"
+BITCOINCORE_IUSE=""
+BITCOINCORE_NEED_LIBSECP256K1=1
+inherit bitcoincore
+
+DESCRIPTION="Command-line Bitcoin transaction tool"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm