gpo.zugaina.org

Search Portage & Overlays:

net-libs/libbitcoinconsensus

Transitional package for net-p2p/bitcoin-core[libs]

Screenshots

  • libbitcoinconsensus-25.1
    amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux
    +asm

    View      Download      Browse     License: MIT   
    Overlay: gentoo
  • libbitcoinconsensus-23.0
    ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
    +asm +knots

    View      Download      Browse     License: MIT   
    Overlay: bitcoin
  • libbitcoinconsensus-22.0-r1
    ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
    +asm +knots

    View      Download      Browse     License: MIT   
    Overlay: bitcoin
  • libbitcoinconsensus-21.2-r1
    ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
    +asm +knots

    View      Download      Browse     License: MIT   
    Overlay: bitcoin

ChangeLog

commit 16b46654bf15baa325deec85a9b9fa4fcb108c1f
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Fri Jan 19 14:39:08 2024 -0500

move {sys-devel → dev-build}/auto{conf{,-archive},make}

See: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee062ba1d57ad391adee1c135dcf474dc30d6b4
See: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92da579956495086c78eac089068406effd57e5
See: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24579fc8ca4ef3bed96481e5aff2c3d21c51682c

commit 26be971c1acab5c9c9ccb9114613014e39ef2a52
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Sep 19 07:47:41 2023 -0400

Revert "net-p2p/bitcoin-core-25.0: introduce combined package"

This reverts commit f230573190c77a2046451fc9a207a857d72aa824.

commit ce54df1a10b860af5b69ee67f8902100ac98def9
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Sep 19 07:47:22 2023 -0400

Revert "drop old versions of Bitcoin Core/Knots packages"

This reverts commit 5156e290fab9d3d24af00cdfb710df6ef17ab603.

commit 5156e290fab9d3d24af00cdfb710df6ef17ab603
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Sun Sep 17 19:59:59 2023 -0400

drop old versions of Bitcoin Core/Knots packages

They have numerous security vulnerabilities, and the main Gentoo repo
has newer versions than all of these.

Incidentally, Luke-jr didn't step down as maintainer, so nothing is
implied by my removing him from the metadata.xml files. If/when he
resumes maintaining, he can add himself back in and reimplement the
Bitcoin Knots patch sets if he wants to.

commit f230573190c77a2046451fc9a207a857d72aa824
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Sun Sep 17 11:44:46 2023 -0400

net-p2p/bitcoin-core-25.0: introduce combined package

This package combines:
- dev-util/bitcoin-tx (always installed)
- net-libs/libbitcoinconsensus (installed if USE="libs")
- net-p2p/bitcoin-cli (installed if USE="bitcoin-cli")
- net-p2p/bitcoind (installed if USE="daemon")
- net-p2p/bitcoin-qt (installed if USE="qt5")

To ease the transition, new ebuilds of the above packages at version
25.0 are added. These are empty packages that simply RDEPEND upon
net-p2p/bitcoin-core with the necessary USE flags.

Two new USE flags are introduced to control whether to embed internal
copies of LevelDB and libsecp256k1 into Bitcoin Core or to dynamically
link with the system-installed libraries.

The "sqlite" USE flag is now enabled by default, as descriptor wallets
are no longer experimental and are indeed now the default.

The "wallet" USE flag has been dropped, as it was redundant. If "berkdb"
and/or "sqlite" is enabled, then you get wallet support. If neither is
enabled, then you don't.

When a wallet is enabled, the 'bitcoin-wallet' utility is now installed.

The OpenRC init script has been overhauled to use -daemonwait so that
startup of other services needing bitcoind will be deferred until after
bitcoind is ready to accept RPCs.

The datadir that has long been located at the awkward
/var/lib/bitcoin/.bitcoin/ is now migrated to /var/lib/bitcoind/. The
ebuild installs a symlink to maintain backward compatibility on systems
where the older path still exists.

The init scripts now specify the location for the debug log file,
defaulting to /var/log/bitcoind/debug.log, instead of allowing it to be
written by default to /var/lib/bitcoin/.bitcoin/debug.log. It's an
important distinction, as /var/log may be located on a different storage
volume than /var/lib.

See: https://bugs.gentoo.org/890261

commit c391a9c32245f05862ec5b552a8cb06ba875e02f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue May 31 18:41:55 2022 +0000

net-libs/libbitcoinconsensus: Make 21.2 & 22.0 (revbumps) compatible with both libsecp256k1 ABIs at runtime

commit 698f24629b26b4049b57f722e54367ff1ceef906
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon May 30 13:36:14 2022 +0000

Bitcoin Knots: Fix release notes

commit 8b1879e5da09b055fa2e54bfc165c3747c43a98c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon May 30 12:59:56 2022 +0000

net-libs/libbitcoinconsensus: Bump to 23.0

commit fefe48554e8ce6a08381cf00520a37f1f66516d1
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon May 30 12:54:10 2022 +0000

net-libs/libbitcoinconsensus: Drop bitcoin_protocol_taproot USE flag hack and warning

commit 2539d51f0948ddfc65ee43edfccc15488e223986
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon May 30 12:52:25 2022 +0000

net-libs/libbitcoinconsensus: Drop unsupported versions

commit af4accc406e807c650f8ae0c034c864d2e343f17
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Dec 17 05:29:28 2021 +0000

net-libs/libbitcoinconsensus: Bump to 21.2

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>

commit e1cdcaf29c5255721decd19cfe4d168f67352d15
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Nov 17 18:12:32 2021 +0000

net-libs/libbitcoinconsensus: Bump to 22.0

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>

commit 45d8fa168e9ffb92da557e88b694099277097227
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Jun 30 19:40:40 2021 +0000

net-libs/libbitcoinconsensus: Bump to 0.21.1

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>

commit 903c06b6eb3bd9facef6aa9edc5e02a4d5593209
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Feb 1 01:33:24 2021 +0000

Stabilise Bitcoin 0.20.1

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>

commit 0a2683304ffabfd86d9ee37583a4fdfe9f8fb99b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Feb 1 01:20:51 2021 +0000

net-libs/libbitcoinconsensus: Bump to 0.21.0

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>

commit 498936a7e166515e6e2406850419c99a8ab0d63e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Aug 18 04:24:35 2020 +0000

Bitcoin: Drop IUSE=libressl for 0.20.x

commit cb8cd8c9ba8ef1bb2ada18c0e96f2b452f611d1d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Aug 18 03:58:18 2020 +0000

net-libs/libbitcoinconsensus: Bump to 0.20.1

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>

commit f5bd07c5d9675bdec94d8a73c5fd1a59be03c1c2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Jun 17 13:52:02 2020 +0000

Bitcoin: Stabilise 0.19.1

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>

commit 4274cc2d5ee86b6be235a46cbb5523fd12567971
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jun 16 22:28:05 2020 +0000

net-libs/libbitcoinconsensus: Bump to 0.20.0

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>

commit 60bf91d8ad2c421f9fbc0c35962355d52c635953
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 7 18:59:30 2020 +0000

Bitcoin: Fix desc links

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>

commit 35440df367f447d1558c0c79f5df50baae20a285
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 7 18:52:12 2020 +0000

net-libs/libbitcoinconsensus: Bump to 0.19.1

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>

commit 7b3abf11311c39fa6c2b80b02bf7082b4499786c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Feb 5 19:32:52 2020 +0000

Bitcoin: Bump libsecp256k1 version requirement for 0.19.0.1

commit 493fc7e489bc6e5a0249074cf2d3deff0b5a377f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jan 20 18:12:17 2020 +0000

Bitcoin: Stabilise 0.18.1 for: amd64 arm arm64 x86

commit 5e4b33eb12850b5c2d49453caba1157c8d7b3e97
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jan 19 17:12:12 2020 +0000

Bitcoin: Bump 0.19.0.1 to EAPI 7

commit 7a2a59934ddb46fd91a7d592d8b09bd86a138718
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jan 19 05:50:20 2020 +0000

net-libs/libbitcoinconsensus: Bump to 0.19.0.1

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>

commit 7b2e6d14a42e16ac191ef623615aa17e72c378ce
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Oct 1 06:22:01 2019 +0000

Bitcoin: Drop 9999 (very outdated) and clean stale files

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>

commit 9c3999ac7d253217de0e807833aff27dbd1baf1d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Sep 30 03:49:25 2019 +0000

net-libs/libbitcoinconsensus: Bump to 0.18.1

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>

commit c44e63f11893bf0ae481fbd8a297a4b7bbbcd448
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri May 3 07:03:39 2019 +0000

net-libs/libbitcoinconsensus: Bump to 0.18.0

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>

commit 3845b776ff199d9fa335b7114e1022f1343ca74f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 29 23:53:10 2018 +0000

Bitcoin Core/Knots: Minor updates from main tree

commit 3abae265b1069a0e22bd3bfa55fee90971146a0c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 29 22:48:16 2018 +0000

Bitcoin Core/Knots: Propagate stabilisation from main tree

commit 50ca5fcc67f0e64e063179c4133b5c486e206ed6
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 29 21:41:49 2018 +0000

net-libs/libbitcoinconsensus: Bump to 0.17.1

commit edb6102ac3a7c8dc7222e2de38e2051a0ba505d3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Sep 18 15:31:49 2018 +0000

Bitcoin: Fix Core desc link

commit 13dde250db3953070a291036af56b8e1c3dbbf7d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Sep 18 15:25:08 2018 +0000

net-libs/libbitcoinconsensus: Bump to 0.16.3

commit e85be84898ce29448f09e0dd019ada4092e3aa8d
Author: Florian Schmaus <flo@geekplace.eu>
Date: Tue Sep 4 17:45:16 2018 +0200

net-libs/libbitcoinconsensus: remove old

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --force
Manifest-Sign-Key: 8CAC2A9678548E35

commit aecc5ce30803509524bd48adea800e23c0f930be
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 31 04:09:56 2018 +0000

net-libs/libbitcoinconsensus: Bump to 0.16.2

commit 3478554d2bacdc21b9859aac7ed3d4016ffd5c60
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jul 22 03:00:45 2018 +0000

net-libs/libbitcoinconsensus: Bump to 0.16.1

commit 67ced50c835580deec6a6995f4b3cdedb3a5011c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 21:56:39 2018 +0000

Bitcoin 0.16.0: Backdate ebuild copyrights to make people happy

commit 79cccde9024e78c8ad1536809491c1f376c5bc9a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 21:55:53 2018 +0000

Bitcoin 0.16.0: Wrap long elog lines at 72 chars

commit 5d8197fdbf66efb1b5fbf1c22b7bc9eb4918838f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 21:30:49 2018 +0000

Bitcoin 0.16.0: Use elog instead of einfo where appropriate

commit c001b03758c3bac0eb2e1c153ae7c450401f6b3b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 21:28:39 2018 +0000

Bitcoin 0.16.0: Sort dependencies

commit e4fef792e7909aba7d0ab0fbc5bc371b149bbab4
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 20:22:10 2018 +0000

Bitcoin 0.16.0: Replace KNOTS_PATCH function with knots_patchdir local variable

commit d3dcab4941709458b2086920b3377ad3aa22dd0b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 18:11:55 2018 +0000

Bitcoin 0.16.0: Add subslot dependencies for libraries

commit 2e1801e47cca4805c29a40bac2fa17a0bd2e641c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 18:07:27 2018 +0000

Bitcoin 0.16.0: Collapse *_DESC into pkg_pretend directly

commit 1af998cf6ed207ac7a270d6e7247a237bc659256
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 18:04:34 2018 +0000

Bitcoin 0.16.0: Reorder variables to match skel

commit 240692721ca91eedd2971e1ddd7241a91ad0fdb5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 18:00:18 2018 +0000

Bitcoin 0.16.0: Remove unnecessary MyP* variables

commit e994287d8487d188a0add2033a8e13c6bc3f6cfc
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 23 14:39:56 2018 +0000

Bitcoin: Stabilise 0.15.1

commit 312774e22153a01c2664dc07b0b4730435ccb3eb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 23 14:33:07 2018 +0000

net-libs/libbitcoinconsensus: Bump to 0.16.0

commit 69affb638dd494ecfd689152386c7cc0a8fd9f9f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 23 14:05:33 2018 +0000

Bitcoin: Use HTTPS instead of HTTP

commit 17b481defba9f87e70d0e8c125b749d6244bd50a
Merge: f8c8d98 8e1dd1c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Dec 22 05:23:59 2017 +0000

Merge branch 'l10n'

commit f8c8d98f4647eaa7d21170c30178c725081864b7
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Dec 20 20:00:26 2017 +0000

Bitcoin: Update checksums

commit 0c001d6e27617a29cefd1c251f8c0b02e280cb1c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 9 23:46:56 2017 +0000

Bitcoin: More formatting nits

commit 270d235511938661f1a838287f5fc8b2b93a4cb0
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 9 06:45:26 2017 +0000

Bitcoin: Formatting nits

commit c87275326fabe7919025fb96f76867654c022b7f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Nov 15 11:53:53 2017 +0000

Bitcoin: Explicitly specify more configure flags to avoid unnecessary dependencies

commit 71f04325133f0823269d93eaf1810c141cdfcdf7
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 17:38:29 2017 +0000

net-libs/libbitcoinconsensus-0.15.1: Bump

commit fc0a01b522afcc08170bce5e3a1b2a2a17eae7c7
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 17:10:46 2017 +0000

Bitcoin: Equalise Core and Knots

commit dcc1bd827e1329a21ebf60b10fe3d1ee6c95a16e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 16:46:02 2017 +0000

net-libs/libbitcoinconsensus-0.15.0-r1: Update docs

commit 903632047b6da16a569de625613ab678ee7797e4
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 16:33:01 2017 +0000

net-libs/libbitcoinconsensus-0.15.0: Add Knots support

commit f9f9dc4f018dec6fa6e508217a4c64652aa46c45
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 15:00:52 2017 +0000

net-libs/libbitcoinconsensus-0.15.0: Strip down dependencies

commit 155dfcae846c3815e00e874d75680e75dceedc03
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 14:20:07 2017 +0000

net-libs/libbitcoinconsensus-0.15.0: Abandon bitcoincore eclass

commit 3b01122791011e8eb22fe0a1c54ddf3953aa86a5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Sep 15 02:31:20 2017 +0000

net-libs/libbitcoinconsensus: 0.15.0

commit 4425d3940e6ce731eea78b9541930f2e91bff2b3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jul 15 13:22:20 2017 +0000

net-libs/libbitcoinconsensus: Use find rather than prune_libtool_files

commit 157f4a0abb81c27fff365622690001b148391b96
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jul 15 13:16:57 2017 +0000

net-libs/libbitcoinconsensus: Drop USE=test affecting build

commit d29b4198a48093a12f45b49fe3a49a955c126ce1
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jul 10 05:21:21 2017 +0000

bitcoin: Sort keywords in latest ebuilds

commit 94046c1730fe4b0969aed57ad9fc662e82614550
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jul 10 04:52:09 2017 +0000

Drop blueness from metadata

commit 5b57eabe3e9a97de061ff17085cfa4e363debd69
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jan 3 15:33:25 2017 +0000

Bitcoin ebuilds: Rename ljr USE flag to knots

commit ee4378fbc51a275f6095d64c534b40d86f9d6f6c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jul 10 02:18:25 2017 +0000

Prune 0.12.x ebuilds

commit 4438f18cb05f1c2dc97c026f02782c6037ebec43
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jul 9 18:00:42 2017 +0000

Switch non-9999 bitcoin-tx, libbitcoinconsensus, bitcoin-cli, and bitcoind to EAPI 6

commit 8b339e7a8f9f9a1f67440636685e6fd8673b6929
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Jun 7 21:04:56 2017 +0000

Remove all $Id$ header lines and redigest; add BFGMiner 4.10.6

commit 8420b52c4c733aac2783939a9b706ba0fdd73c87
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue May 23 22:52:47 2017 +0000

Update GitHub-sourced files that changed hashes with git-archive hash abbreviation change

commit d8a2ce4c330e2f499cfaaecdeb8332c6a1c4caa6
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue May 23 22:52:04 2017 +0000

net-libs/libbitcoinconsensus: Remove old versions

commit c14eff88d9384121e7d619e62edd543ae8a66df0
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Apr 21 15:39:37 2017 +0000

net-libs/libbitcoinconsensus: 0.14.1

commit 288cfeb6d880f50d8223d9e5df77542e45fa5a16
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 7 22:23:02 2017 +0000

net-libs/libbitcoinconsensus: 0.14.0

commit 6a725d8c8488ef6b792477c14e5317be43095b11
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jan 3 03:28:30 2017 +0000

net-libs/libbitcoinconsensus: 0.13.2

commit 7cc5d1d25049ee6051fb94375383f47117f69b64
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 27 10:23:42 2016 +0000

net-libs/libbitcoinconsensus: 0.13.1

commit 38c0aecf9a97e94daad2cff05e9856a66e34b247
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Aug 22 17:51:54 2016 +0000

net-libs/libbitcoinconsensus: 0.13.0

commit 7b24cc49d05d8a46f00ac2fe4587f717b0a91878
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jul 2 13:46:24 2016 +0000

net-libs/libbitcoinconsensus-0.12*: Add dependency on libsecp256k1

commit a900e778d1f1ad4b780c100843d4fa38afbc7411
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Jul 1 17:27:37 2016 +0000

Bugfix: net-libs/libbitcoinconsensus-0.12.0: Build without univalue

commit 9f85a3698af4aeaa0ce55a87ad780af41ea3d3fc
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Jul 1 02:28:31 2016 +0000

net-libs/libbitcoinconsensus: 0.12.1

commit d11215e79627d7b89d55d1f6406c53fbf73ffa0e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Mar 24 18:10:09 2016 +0000

net-libs/libbitcoinconsensus: Missing metadata

commit 1aae9e7bec005e20a2f7482b515f9b7804f40d09
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 19 22:32:33 2016 +0000

Use only double-quotes in metadata.xml

commit 122e60afce4b99c4259f090e3f4659c0b3609814
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 19 22:29:18 2016 +0000

Change all $Header$ to $Id$

commit 84a226d3635a8c0074f967d289e470218912bef7
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 19 22:10:28 2016 +0000

Update for GLEP 67

commit fc3b8b8737d08ab08760666dea317c94aef58f15
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 1 16:44:48 2016 +0000

net-libs/libbitcoinconsensus: 0.12.0

commit 1edccead3bdc93d2354969920ae97bd3998bf173
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 1 16:14:09 2016 +0000

net-libs/libbitcoinconsensus-9999: Support building without UniValue

commit 5840e7799f99de14c5e35fd18faf0b364faa3c38
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 1 12:53:33 2016 +0000

BitcoinCore-9999: Remove unnecessary dependencies

commit 993f9542e2e93ccf9d680092bd6ec745765cd0b2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Nov 18 20:38:36 2015 +0000

bitcoincore: 0.11.2 bump

commit bf4ba2a3571ec5731d0163b410d290143b2eb940
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 15 03:43:10 2015 +0000

Take metadata.xml style hints from main tree (and add upstream tags)

commit f7d22c8b26d37e1d8aeecd658fc3d8a3c0c264a7
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 15 03:30:28 2015 +0000

bitcoincore: Bump to 0.11.1

commit 7909e357fb21d19b45964a391ac9680ef87c7211
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jul 13 06:17:21 2015 +0000

bitcoincore: Update 9999 and switch it back to system libsecp256k1

commit 112e838f52935b84bfc67ba342a62e5815790986
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jul 11 04:29:47 2015 +0000

Bitcoin Core: 0.11.0 final

commit ed93b3febe58c4eb0203dd9aa3f5c694be613cb6
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Jul 3 05:26:38 2015 +0000

bitcoincore: 0.11.0rc3 fix

commit 22aacd68c54bee81b8ca3f21e00a0abb141b2f16
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Jul 3 04:48:50 2015 +0000

net-p2p/bitcoin-qt-0.11.0_rc3: Fix USE=zeromq

commit 86d04d9a4c9411d651fceb08777bbe0e89954b38
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Jul 3 01:19:49 2015 +0000

bitcoincore: 0.11.0_rc3

commit c5d8e3e82f8dff5c3c31b94a0b1438722ca8a89d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Jun 26 04:14:51 2015 +0000

bitcoincore: 0.11.0_rc2_p1 first draft (has issues)

commit 082ada3f2e1849a2c6e22158ffb936d82b6103c4
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Apr 28 20:00:41 2015 +0000

Bitcoin Core 0.10.1

commit e450e4ff35f9a33b64d99429e9e94f34b633fa34
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Mar 11 16:07:40 2015 +0000

bitcoincore: Update syslibs patch for compatibility with new LevelDB memenv.h path

commit dfde0c8f039315b00723125552791eee76325000
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 3 12:03:41 2015 +0000

Minor adjustments

commit b14d248269f8d4fca4a0798fdf84055020ab9e31
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Feb 23 22:09:57 2015 +0000

bitcoincore: Update keywords

commit 32b211710144957dd6ed343de66ec0869a8166f9
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Feb 23 07:56:21 2015 +0000

libbitcoinconsensus: Fix Manifest

commit 0f5aa3e9a044f990f903850c4d9be84be9806a7a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Feb 20 05:53:11 2015 +0000

bitcoincore: Bump to 0.10.0 final

commit 9f847d92216c103be53b3947de2f4218a466d280
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Feb 19 22:04:11 2015 +0000

bitcoincore: Use BITCOINCORE_IUSE rather than IUSE to workaround global context limitations

commit b4f1b6a0a9436639ef9ec658a1e90975318d746f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Feb 6 05:44:04 2015 +0000

bitcoincore: Simplifications from perfinion

commit 674d32a2d029aed3bc967a1949f75586828ebe14
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Feb 5 23:26:26 2015 +0000

Bitcoin Core: Make bitcoincore eclass more prepared for future releases

commit 71640324f5f02a120cb63e83a65d840dd1611dd7
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Feb 5 23:15:35 2015 +0000

Bitcoin Core: Rename bitcoincore-v0.10-20150205 eclass to simply bitcoincore

commit e7b2293f9c27105ac7cb65089abaa4343567192a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Feb 5 18:24:07 2015 +0000

Bitcoin Core: Bump to 0.10.0rc4

commit b62cf49b30aaa849e16134d5d00f6ae084fe15a5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jan 15 13:58:16 2015 +0000

net-libs/libitcoinconsensus: Remove unused USE flags from metadata

commit 7d66c1f33dd74c3952f7786232da5ac0e4421c2b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jan 12 23:49:27 2015 +0000

Bitcoin Core: Update for 0.10.0rc3

commit 19afc99879e61e2cc738f1cefb74a38ad62cbbd9
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jan 8 18:59:29 2015 +0000

Bitcoin Core: Update to 0.10 git

commit ae9404c374bee2de1fae5e1fffe04563e9ec897a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 25 11:05:25 2014 +0000

net-p2p/bitcoin{-qt,d}-9999: Use an eclass for common code

commit 3328e6f94a79ac9a7aede84625cfe57c4d8dc330
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 25 08:56:15 2014 +0000

Use eclass for git libbitcoinconsensus

commit 7444db8f059710c6fff32194f8b2541a70eaa23a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 25 07:52:17 2014 +0000

Bitcoin Core: Various fixups

commit 5bc5a1d84d8a4ae16d35d2c9b303e460dcc48cb7
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 25 07:29:36 2014 +0000

net-libs/libbitcoinconsensus: 0.10.0_rc1

commit 96641e31619429aae02ced1325475c80104b324a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Nov 21 02:46:01 2014 +0000

net-libs/libbitcoinconsensus: Initial ebuild (9999)