net-p2p/bitcoin-qt
Transitional package for net-p2p/bitcoin-core[gui]
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 13ca3b067b85b21cffaf1ba8cb39ffffb351fcad
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Fri Jan 19 14:27:05 2024 -0500
move {dev-util → dev-debug}/systemtap
See: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51d470ab9fcd6932526b4534a91c46635042920
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 070f23dede1ede3358b69697d98a2081540529a3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue May 31 18:22:19 2022 +0000
net-p2p/bitcoin-qt: 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 b43d68d61f434cb3bcbc7f1913e0018a126a54b1
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon May 30 12:31:58 2022 +0000
net-p2p/bitcoin-qt: Bump to 23.0
commit 951f1bdfe7879fcaf712fe2098833bfb4bb9aeae
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon May 30 12:18:29 2022 +0000
net-p2p/bitcoin-qt: Drop bitcoin_protocol_taproot USE flag hack and warning
commit 6e78f2b630a4768934843423f36bdc28232c0f3a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon May 30 12:16:38 2022 +0000
net-p2p/bitcoin-qt: Drop unsupported versions
commit 4158f10ddaf8384cd1677eb538841a6818da420c
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Wed Feb 9 00:41:29 2022 -0500
net-p2p/bitcoin{d,-qt}-22.0-r1: support >=dev-libs/libsecp256k1-0.1_pre20210628
Some schnorrsig function prototypes changed in June 2021, thus breaking
the builds of net-p2p/bitcoin{d,-qt}. This commit introduces an Autoconf
check for the introduced secp256k1_schnorrsig_sign_custom symbol and
adds some preprocessor conditional directives to fix up the call sites
of the affected functions to maintain compatibility.
Because the in-tree versions of net-p2p/bitcoin{d,-qt} are incompatible
with recent versions of dev-libs/libsecp256k1 (one of which is now
available from this repository), a new USE flag, recent-libsecp256k1, is
added to those ebuilds in this repository and forced on, and the recent
dev-libs/libsecp256k1-0.1_pre20220127 ebuild herein specifies a weak
blocker on net-p2p/bitcoin{d,-qt}[-recent-libsecp256k1(-)] to prevent
the in-tree versions of those ebuilds from being installed concurrently
with the recent dev-libs/libsecp256k1.
See: https://github.com/bitcoin-core/secp256k1/commit/b6c0b72fb06e3c31121f1ef4403d2a229a31ec1c
See: https://github.com/bitcoin-core/secp256k1/commit/a0c3fc177f7f435e593962504182c3861c47d1be
commit 86d78199b84bf9b999afa1ac8658e0e080862ee8
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Dec 17 04:54:56 2021 +0000
net-p2p/bitcoin-qt: Bump to 21.2
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit ee3c671f4abaf7766c8de945dea12f8203f65378
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Dec 17 04:08:07 2021 +0000
net-p2p/bitcoin{-qt,d}-22.0: Drop (always enable) system-leveldb
commit effb20a70b72778d6fa5dcd03139c0fdac437995
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Dec 17 04:05:06 2021 +0000
net-p2p/bitcoin{-qt,d}-22.0: Rename bpf USE flag to systemtap
commit 5ae75ba88606ef786d3121381de8b2a3c9cde658
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Dec 17 04:01:07 2021 +0000
net-p2p/bitcoin{-qt,d}-22.0: Bugfix: Actually act on external-signer USE flag
commit 5238a80e3aa981b92aaca0cc455ca1328ddce263
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Nov 17 17:10:44 2021 +0000
net-p2p/bitcoin-qt: Bump to 22.0
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit 7dcebcd5b251847b3f6ebc91dbd0ad458c5d83a5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Jun 30 19:08:28 2021 +0000
net-p2p/bitcoin-qt: Bump to 0.21.1
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit 0c97435be2136459683e569e56891e668118e25d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Feb 3 16:08:40 2021 +0000
net-p2p/bitcoin{-qt,d}: Avoid `rm -f`
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 b796ad0c10769ea3645d683b9b507be6f02bdc13
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Feb 1 00:24:22 2021 +0000
net-p2p/bitcoin-qt: Bump to 0.21.1
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 f69fdd6177b64c0ca6201e6771d9a1602827d09b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Aug 18 03:53:29 2020 +0000
net-p2p/bitcoin-qt: 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 ac3a3db8dd3998b88ca7f7da8bafd52575df6556
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jun 16 22:15:53 2020 +0000
net-p2p/bitcoin-qt: Drop old local USE from metadata
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit 117ca109759563815292e04e1e9d9fab17ade522
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jun 16 22:05:27 2020 +0000
net-p2p/bitcoin-qt: 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 d7e13f9d1f5ab6a7a7ece7fd3eccc49597adfa63
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 7 18:21:49 2020 +0000
net-p2p/bitcoin-qt: Bump to 0.19.1
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 731bdb61554384ff9a0d4cafaa87b0ff96af0810
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jan 21 22:45:13 2020 +0000
Bitcoin: Patches for old versions
commit 56bbc26290b276ae3a5bbedf28cf98aeef715a0d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jan 21 17:26:15 2020 +0000
net-p2p/bitcoin-qt: Drop old versions
commit a940c32e0f586d98f975b6468796fb5658e4587a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jan 20 18:13:54 2020 +0000
net-p2p/bitcoin-qt-0.19.0.1: Disable USE=bip70 by default
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 5bdb30519b191be38a2037f54d0c3602a67a9b25
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jan 19 17:38:28 2020 +0000
net-p2p/bitcoin-qt-0.19.0.1: Add missing ||die
commit f44a7365e62dc8aa951700e33c69d043404f8eca
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jan 19 17:37:52 2020 +0000
Bitcoin 0.19.0.1: Reformat DOCS array to multi-line
commit 60e767fb0108ac96ada84361d0ba2af48839a965
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jan 19 17:34:44 2020 +0000
net-p2p/bitcoin-qt-0.19.0.1: Move build tools to BDEPEND
commit 2f6e4de67306fc75820b2d4e538fa48018e4b6be
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jan 19 17:21:15 2020 +0000
net-p2p/bitcoin-qt-0.19.0.1: Replace gnome2_icon_cache_update with xdg_icon_cache_update
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 e49850eebdc1ea8c7452f199fd32e789a4df2dcb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jan 19 05:12:18 2020 +0000
net-p2p/bitcoin-qt: Bump to 0.19.0.1
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 fd52054487e2389b12196b726a1ab7c1afd984b9
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Sep 28 16:39:42 2019 +0000
net-p2p/bitcoin{-qt,d}-0.18.1: Drop bitcoin_policy_rbf USE flag (now always enabled at build time)
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit adf48d378c98f741adcf4edc15f462735cef3898
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Sep 28 16:36:20 2019 +0000
net-p2p/bitcoin-qt: Simple bump to 0.18.1
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit a4c20b9b73759b9f88ad42119aef85da08bc1ebb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Sep 27 17:02:20 2019 +0000
net-p2p/bitcoin-qt: Use desktop eclass domenu/newmenu as appropriate
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit db833755cff2e850e96c47b13a34c9543a973f0d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Sep 24 20:35:38 2019 +0000
Fix MissingConditionalTestRestrict
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit 2df6d1d07654e9b113ac3536243f0641813e2f80
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Sep 24 20:08:31 2019 +0000
net-p2p/bitcoin{-qt,d}: Fix UnnecessarySlashStrip
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit 36081034a01d026d3e3f43ac232fd07d2099d17e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri May 3 05:08:24 2019 +0000
net-p2p/bitcoin-qt: 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 da461a425c3913caad896ca5fb304780fb9ab653
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 29 22:22:42 2018 +0000
net-p2p/bitcoin{-qt,d}-0.17.1: Add system-leveldb USE flag, and build with bundled fork by default
The bundled fork will use more mmaps, potentially providing a sync performance improvement
commit f8d52b1b4c160d1df118442408b027c1dcd5df77
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 29 01:48:32 2018 +0000
net-p2p/bitcoin-qt: 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 e86f1881c969704f503e159ea7d7c80d47b96271
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Sep 18 15:16:24 2018 +0000
net-p2p/bitcoin-qt: Bump to 0.16.3
commit adcdf3594cf9d57b802cd4f2b994ec9b7a5aa355
Author: Florian Schmaus <flo@geekplace.eu>
Date: Tue Sep 4 17:48:48 2018 +0200
net-p2p/bitcoin-qt: remove unused bitcoin_policy_spamfilter
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --force
Manifest-Sign-Key: 8CAC2A9678548E35
commit 7ebaea79986cd811119bb46cc58c086abd627b03
Author: Florian Schmaus <flo@geekplace.eu>
Date: Tue Sep 4 17:47:04 2018 +0200
net-p2p/bitcoin-qt: remove old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --force
Manifest-Sign-Key: 8CAC2A9678548E35
commit 556ebcca514c00a76d18913789cc7f7652ed21a2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 31 03:46:42 2018 +0000
net-p2p/bitcoin-qt: Bump to 0.16.2
commit 4d40b422e54969238649629a40ae228f0449142a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jul 21 21:12:04 2018 +0000
net-p2p/bitcoin-qt: Bump to 0.16.1
commit 663d9381e2f31852f1556f15654590029f7d6035
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Apr 2 18:35:30 2018 +0000
net-p2p/bitcoin-qt-0.16.0*: Add missing <memory> include
commit 4810cdf8c2c9c1e7327ca770fde5dd6ae1a52ad4
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Apr 2 02:19:53 2018 +0000
net-p2p/bitcoin-qt: 0.16.0-r1 revbump w/ desktop file icon fix
commit d7c63b6eee90d48117d455777e610a3a99c5630c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 31 08:41:06 2018 +0000
net-p2p/bitcoin-qt-0.16.0: Remove redundant http and tor USE flags and describe the implications of USE=-libevent in metadata
commit 24ad40dd77db82aeefec02235b0c83242280b1a2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 22:35:09 2018 +0000
net-p2p/bitcoin-qt-0.16.0: Make KDE5 services the main file
commit 4217f1aef601068f2f80557a41a7dc1b6d9667db
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 22:22:36 2018 +0000
net-p2p/bitcoin-qt-0.16.0: Drop L10N flag support
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 d62afc7da4d52b4ffb8bcd4bfab0e36a1680b8b2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 21:39:52 2018 +0000
net-p2p/bitcoin-qt-0.16.0: gnome2_icon_savelist is no longer needed
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 2cfcae2d12e98d1a011d2d89391f050f47a80fcd
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Mar 26 00:16:35 2018 +0000
net-p2p/bitcoin-qt-0.16.0: Rename desktop file to match what Qt provides
commit 083d186ed41b0006ff8e67b3902c9cf6cc9ac1ca
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Mar 25 19:36:21 2018 +0000
net-p2p/bitcoin-qt-0.16.0: Rename desktop file to meet 1.2 spec
commit 4ba62fdbd5c914bc87a97a011e2767f681d9f71a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 23 20:37:04 2018 +0000
net-p2p/bitcoin-qt-0.16.0: Fix mempool stats
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 f05eedcdfa5703db1b023759d6ae1f0dcdc57a3f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 23 13:49:16 2018 +0000
net-p2p/bitcoin-qt: 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 c3d581fba69259995afd21c69dfa1bc48451d278
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jan 23 04:51:19 2018 +0000
net-p2p/bitcoin-qt-0.15.1: Fix tests
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 8e1dd1c319605ceed4aa220cd48c5fe6628f926f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Dec 10 15:05:00 2017 +0000
net-p2p/bitcoin{-qt,d}: Formatting nits
commit 728dd6a247a87fbae991561ccfad1c67fc12fe6b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Dec 10 15:04:29 2017 +0000
net-p2p/bitcoin{-qt,d}: Remove sed from DEPEND, since implied by base system
commit 0c001d6e27617a29cefd1c251f8c0b02e280cb1c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 9 23:46:56 2017 +0000
Bitcoin: More formatting nits
commit eeb64cf7c8dd79777046eff0101960d23d63b891
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 9 20:02:04 2017 +0000
net-p2p/bitcoin-qt: Drop kde4-functions/buildsycoca
commit 270d235511938661f1a838287f5fc8b2b93a4cb0
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 9 06:45:26 2017 +0000
Bitcoin: Formatting nits
commit bcb59fb7c1014883a7fd3f7dbfa1dc51c04a3fd0
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Nov 25 17:02:14 2017 +0000
net-p2p/bitcoin-qt-0.15.1: Switch from LINGUAS to L10N
commit 195c561c0289113248170bb74eb0d62c2eb64102
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Nov 23 16:27:06 2017 +0000
net-p2p/bitcoin-qt-0.15.1: Switch from fdo-mime to xdg-utils eclass
commit 9c4ac4022c3100f2e21cf035accca42eac3f9d8d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Nov 15 12:09:00 2017 +0000
net-p2p/bitcoin{-qt,d}: Add instructions for automatically using Tor
commit 4bcf1b731d472270e68665b67ae9da95154b099a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 17:12:55 2017 +0000
net-p2p/bitcoin-qt-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 e47d74293d8601792baf24caccc600279dc4185f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 16:50:04 2017 +0000
net-p2p/bitcoin-qt-0.15.0-r1: Permit libevent-free Core
commit b605dcd2c93ee648752afb0eabda2bd2b9b7f76b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 16:47:50 2017 +0000
net-p2p/bitcoin-qt-0.15.0-r1: Update docs
commit 5644c55017c96a2f6612c57c33381b7a2c99e905
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 16:16:34 2017 +0000
net-p2p/bitcoin-qt-0.15.0-r1: Support for bash completion
commit 4621e681c693ebc440d955a43ee384626685ca4b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 15:06:50 2017 +0000
net-p2p/bitcoin-qt-0.15.0: Use eapply instead of epatch
commit 7e46214df27a512881b30320bd71d43f2743ef34
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 13:09:34 2017 +0000
net-p2p/bitcoin-qt-0.15.0: Abandon bitcoincore eclass
commit f5c3bf7857b89300f986ccbf75e2dd2093696112
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Sep 15 01:12:19 2017 +0000
net-p2p/bitcoin-qt: Bump to 0.15.0
commit 53e2bcc7b95ac1cc6264f513a65c9f0a531645e1
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Aug 10 17:47:48 2017 +0000
bitcoin: Drop BIP148 support (no longer has any need)
commit e2846160376c88c82444a3470ade8bb33a33aaaa
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jul 15 13:26:37 2017 +0000
net-p2p/bitcoin{-qt,d}: Use pkg_pretend to check BIP148 USE flags
commit 234307c803306de67a7338b27c7289e3e15879dd
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jul 15 13:21:27 2017 +0000
net-p2p/bitcoin-qt: die if sed errors
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 ace98b0321620653bd52f0a0f94ab2b93b1258ab
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jul 10 04:22:37 2017 +0000
net-p2p/bitcoin-qt: Remove USE=qt4 (just don't use USE=qt5 to get Qt4)
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 aff8026d8a7f209039cb8c01493fb31a439e9f4d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jul 10 02:19:51 2017 +0000
Stabilise net-p2p/bitcoin{-qt,-cli,qt} 0.13.2
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 7090436f2eda1b3043627b4f6f571c5200e1dfc9
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jul 10 02:02:49 2017 +0000
net-p2p/bitcoin-qt: Switch recent ebuilds to EAPI 6
commit ad770110bd5e8570dde42acf4505fded74f37e09
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jul 10 01:48:19 2017 +0000
net-p2p/bitcoin-qt: Stop using qt4-r2 eclass
commit 70b64f84c5fa2a6e76cbe351c544d160e60c6737
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jun 19 02:21:42 2017 +0000
net-p2p/bitcoin-qt: 0.14.2
commit 69490ec86b1c71fe2bafea1f99fe0bca8ca3498c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Jun 7 21:05:58 2017 +0000
net-p2p/bitcoin{-qt,d}: Add missing 9999 BIP148 patch
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 da6b30081469b9ef2ed300ac221487df369ed841
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 21 04:53:59 2017 +0000
net-p2p/bitcoin{-qt,d}: Update metadata.xml
commit a63907cedcc04615aa4d2f73fd8fca20d315ca00
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 21 04:48:15 2017 +0000
net-p2p/bitcoin-qt: Add BIP148 USE flags to metadata.xml
commit a908044462c11e3977160039c8667a8eb2b2b43a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 21 04:46:34 2017 +0000
net-p2p/bitcoin{-qt,d}: Update 9999 for BIP148
commit 064c5f0b235f311d043f4f87b87352620cf2f1fd
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 21 04:43:50 2017 +0000
fixup! net-p2p/bitcoin{-qt,d}: Backport BIP148 support to 0.13.2
commit 1e311f49e90dacfc5f8090f2ecc471f184d5e083
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 21 04:29:09 2017 +0000
net-p2p/bitcoin{-qt,d}: Backport BIP148 support to 0.13.2
commit f6d6b086c2ac6ffb492ddb0e8c56499ddb4994bf
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 21 02:44:04 2017 +0000
net-p2p/bitcoin-qt: Prune some old versions
commit dafe77975a52074d20f9d03c38456a60c873a647
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 21 02:40:06 2017 +0000
net-p2p/bitcoin{-qt,d}: BIP148 support
commit a30a65557a9382486434270dc1153321f09c4daf
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu May 4 22:06:36 2017 +0000
net-p2p/bitcoin{-qt,d}: Update 9999
commit 5bcf985c03d6ad7222d396404fa3c280af4e198c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu May 4 18:19:25 2017 +0000
net-p2p/bitcoin-qt: Use .desktop file from contrib/debian/
commit e7c036e2adeb2a34a35a013b17205adc9c33e558
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Apr 21 14:38:10 2017 +0000
net-p2p/bitcoin-qt: 0.14.1
commit 6d923a85b6c18cc872adf29b15c9421fff5b8199
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 7 21:51:02 2017 +0000
net-p2p/bitcoin-qt: 0.14.0
commit c7186a68a5bae4cc3bfefcc2b215ba9c4f31fb32
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Jan 4 18:37:51 2017 +0000
net-p2p/bitcoin-qt: Backport LibreSSL fix for 0.13.2
commit bf4c891b3c3679ce04babe0470b6e952b71ebd0b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jan 3 03:15:14 2017 +0000
net-p2p/bitcoin-qt: 0.13.2
commit 0f867b8b5cace1ae735cef84fcd1d35ab2365402
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 7 11:43:43 2016 +0000
net-p2p/bitcoin-qt: Install protocol file in KDE 5 service directory also
commit 9493f9db78b3f9946f1e8492993b424e90cd78ce
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 27 10:15:50 2016 +0000
net-p2p/bitcoin-qt: 0.13.1
commit fa41d3d8870a61adf90d5de9466b78d82d9c1d66
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Aug 22 17:56:52 2016 +0000
net-p2p/bitcoin{-cli,-qt,d}: Keyword 0.12.1
commit 0f602b8003a318c379050f23c7699884da784246
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Aug 22 17:40:47 2016 +0000
net-p2p/bitcoin-qt: Bump for 0.13.0
commit 02b5844c18e8a0046b0ce2eb844f92a4b000ade3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jul 3 22:03:00 2016 +0000
net-p2p/bitcoin-qt: Add dependency on qtcore[ssl] for Qt4
commit 59c36271c1027b40e0a77aa410a7cb97516e3586
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jun 30 22:28:14 2016 +0000
net-p2p/bitcoin-qt: Bump to 0.12.1
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 35f5dec8334784f0782efb0ad1478d815df6a1d2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 19 22:02:03 2016 +0000
net-p2p/bitcoin-qt-0.12.0: Fix repoman complaints
commit b1e067e153e8a12263cd58068f9e59cead47a538
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 19 21:58:25 2016 +0000
net-p2p/bitcoin-qt: Update metadata.xml with new USE flags
commit 05a0fee0e924a04b85fd67fcc0be1d3ce0c2ce26
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 19 21:57:43 2016 +0000
net-p2p/bitcoin-qt: Rename [rpc] to [http] since it controls REST also
commit b66f2e46ab110c399290848ca1ae801ce27a00f2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Mar 17 07:35:53 2016 +0000
net-p2p/bitcoin-qt-0.12.0: libressl patch needs ljr
commit 9c36d8144da3e780dcccfb34db2abc8ddb4912ec
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Mar 17 07:35:09 2016 +0000
net-p2p/bitcoin-qt-0.12.0: ljr needs media-gfx/imagemagick[png]
commit 04ac5a875dbc33efc8ce8c334a98d8f89f5e0df2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Mar 17 07:33:03 2016 +0000
net-p2p/bitcoin-qt-0.12.0: Fix LibreSSL build
commit 370fcea3f328274a22c297f0b496348a33350cd0
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 1 16:15:27 2016 +0000
net-p2p/bitcoin-qt: Initial draft of 0.12.0
commit 9cf2945e2f3afc0ff41f4e6cadc3919f1c89f017
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Feb 28 08:48:03 2016 +0000
BitcoinCore: Update 9999
commit e628c86cd438a70af7852c250b460054cfaf588e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Jan 15 17:19:16 2016 +0000
Bitcoin Core: New website
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 d0cf08f4de3811524ae0833079c59b77295fd076
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Oct 23 14:13:43 2015 +0000
net-p2p/bitcoin-qt: Remove unnecessary subshell and ls command
commit 6cde4758acfdccff8290025147cf8fb7c321a283
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Oct 23 14:13:09 2015 +0000
net-p2p/bitcoin-qt: REQUIRED_USE is stacking
commit 3c0ff76e6aa94734d89523b8d5da23047cb54de3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 22 21:14:43 2015 +0000
net-p2p/bitcoin{-qt,d}: Backport miniupnpc-14 support to older versions
commit a450fae83e7c522b83f1d0b7613e43eb67fa462d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 15 23:39:02 2015 +0000
net-p2p/bitcoin-qt: Need gnome2_icon_savelist in pkg_preinst for gnome2_icon_cache_update
commit ea3ccd982ae55796cc302679aee57d2844b204de
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 15 23:34:31 2015 +0000
bitcoincore: Add || die checks
commit 5df3f0be5dd388dd4cd057d8df2bea5b190fe3c5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 15 23:30:00 2015 +0000
bitcoincore: Declare local variables
commit 690ff2c06fb4d198bf309d36bcd1ff410c9d3e52
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 15 03:52:08 2015 +0000
net-p2p/bitcoin-qt: Fix dependency on dev-qt/linguist-tools (from main tree)
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 eb44e3f2d0bab25ac30f17751fab4c786317863b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jul 13 05:27:21 2015 +0000
Backport improvements from maintree
commit 9f5a5d7f64a78afe9b226f02a8ea64ba64918ca2
Merge: c701c89 112e838
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jul 11 08:13:10 2015 +0000
Merge branch 'bccore-0.11'
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 c701c892c4bb9063c746df72a290534112ba2f2e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 7 19:58:50 2015 +0000
net-p2p/bitcoin{-qt,-cli,d}: Stabilise
commit 9a266496531e87d8da1d8c605c546f850973f653
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 7 02:00:08 2015 +0000
bitcoin{-qt,d}-0.10.2-r1: Update RBF patch
commit 3da3a8b974d60e501811d1d0526516148d00f60c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jul 5 21:00:19 2015 +0000
bitcoincore: Bump to real 0.10.2, and backport bash completion fix for QA (and bitcoin-cli manpage)
commit 61d98bb0bb10f8ce646e6736eba6efe39e49793e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jul 4 02:30:37 2015 +0000
net-p2p/bitcoin-qt-0.11.0_rc3: typicons licensed under MIT
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 ea2db4ebda1040f52dc24a23d6037e8c641006d3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat May 30 04:18:27 2015 +0000
net-p2p/bitcoin-qt-0.10.2: Add missing qt5 dependencies
commit 6d0de37156ef86c03e4bfbe646cf112917461c33
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat May 30 04:11:05 2015 +0000
net-p2p/bitcoin-qt: Avoid default "no" from usex
commit 6a510bbcae2ff7a24fcc8a29f6718a013a33e091
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat May 23 20:25:36 2015 +0000
Bitcoin Core: 0.10.2 bumps for bitcoin{-qt,d} only (other projects unaffected) with fixed RBF
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 e865bb4952b74cd2d21a127638921e5df84843ad
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Apr 9 10:08:17 2015 +0000
EAPI 5, needed for kde4*eclass EAPI 4 removal.
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 5c87e21e772265d803af9df3bc0f70007ae0259d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Mar 4 04:36:57 2015 +0000
bitcoincore: Revbumps
commit dfde0c8f039315b00723125552791eee76325000
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 3 12:03:41 2015 +0000
Minor adjustments
commit f8694e7ca054636864fc08b0b8abea03c6968ce9
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Feb 27 10:40:11 2015 +0000
bitcoincore: Default spamfilter policy to disabled to save time
commit 5e3f023264356aa74eb5fbe8dfce93778d7a775e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Feb 23 23:19:52 2015 +0000
bitcoincore: Fix more dependency issues
commit b14d248269f8d4fca4a0798fdf84055020ab9e31
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Feb 23 22:09:57 2015 +0000
bitcoincore: Update keywords
commit 530891a39b5d9c02a1c4993ef341d732cc997cce
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Feb 23 22:06:17 2015 +0000
bitcoincore: Dependency fixes
commit b502e32d5b836f5bab7692c12388d22a6db7acae
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Feb 23 08:05:49 2015 +0000
bitcoin-qt: Add qt5 support
commit 76b388c0dcfd4b77b7c8fe36d4e963c9ea4e99cd
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Feb 21 16:34:43 2015 +0000
bitcoincore: BITCOIN_POLICY rbf (replace by fee)
commit b522b9499b30a95272f98f6b2c8799fa9ebb5510
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Feb 21 16:33:15 2015 +0000
bitcoincore: Reorganise policy handling
commit 1791f19eb5fb89f166289b94bbbb42695d1c406a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Feb 20 07:20:29 2015 +0000
bitcoincore: Support for USE=xt to get Mike Hearn's Bitcoin XT patches
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 5d8959ff875bcc9aed4e75ec62f18f2977c5f8cb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jan 15 14:16:02 2015 +0000
Prune old hidapi and jansson, and fix repoman issues
commit cae8b0efdaa0547d4e292eb49c1d6e42dab34bec
Merge: 056c2b2 b62cf49
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jan 15 13:58:50 2015 +0000
Merge branch 'bitcoincore-0.10.x'
Conflicts:
net-p2p/bitcoin-qt/Manifest
net-p2p/bitcoind/Manifest
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 056c2b2102f13a928e1f6f3f378451fd19753d73
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jan 12 13:04:52 2015 +0000
Bitcoin Core: Update to 0.9.4
commit 0869487a0e193921068f8009f53e639adb6bde74
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jan 11 19:51:58 2015 +0000
Bitcoin Core: Stabilise 0.8.6 and 0.9.3
commit 86081950ccb23d5a6211828f930fda4f6616eb63
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jan 10 02:46:32 2015 +0000
Bitcoin Core: Fix compatibility with new OpenSSL (and prune everything older than 0.8.6)
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 7444db8f059710c6fff32194f8b2541a70eaa23a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 25 07:52:17 2014 +0000
Bitcoin Core: Various fixups
commit 4496cdb4b9e53091b5c1ff566fb9833f7a9ec52b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 25 01:23:50 2014 +0000
dev-util/bitcoin-tx-0.10.0_rc1: Bump
commit 5013af22a71c1412ec46bdffe802e53208f92d14
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 25 00:34:22 2014 +0000
net-p2p/bitcoin{-qt,d}-0.10.0_rc1: Use an eclass for common code
commit af9f29c427c6cc3af09734a34ba904c590dfd78e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Dec 24 23:40:10 2014 +0000
net-p2p/bitcoin-qt-0.10.0_rc1: Bump
commit 9ae631bc7415bbd3b545cd09bd86949d45cdb2d5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 4 10:26:21 2014 +0000
Bugfix: net-p2p/bitcoin-qt: Add missing symlink
commit 21666690c6881066c8caa400c641bea38ad1c9bb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Nov 21 02:54:23 2014 +0000
net-p2p/bitcoin-qt-9999: Use system libsecp256k1
commit 57baba0f80b12057d27e4563ce6cc3459218e244
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Nov 20 21:18:17 2014 +0000
net-p2p/bitcoin-qt-9999: Update for libbitcoinconsensus
commit b1386ee2a23b1c44fd05a52e35c7aa2a64434742
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Oct 24 21:04:39 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: Update 9999 for "utils" enableflag
commit de9d18d6966ba0daf13e48cdc5f9e48da6f1d854
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Oct 24 20:51:12 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: Disable automatic ccache use
commit 0005a067d6240ae45bd0bbcbc48ab4fdfa803e41
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Oct 24 20:39:07 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: Update 9999
commit 124855561285c009ddb8363df6af1f54d9a37502
Author: Anthony G. Basile <blueness@gentoo.org>
Date: Fri Oct 10 07:45:17 2014 -0400
net-p2p/bitcoin-qt: fix --disable-first-class-messaging error when USE=-ljr
commit e5cf17857b976d94e5a31ed7ee7c5e0ee0a25fdc
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Oct 10 09:35:47 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: 0.9.3: Accept boost 1.52.0
commit 96675fd30eef168f8202860f13bc8912cb4f5e4a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Oct 10 09:27:00 2014 +0000
net-p2p/bitcoin-qt-0.9.3: Disable ljr USE flag default, and add independent ljr-antispam USE flag to control address-based spam filter
commit 6523a8c8506b9f23a7042e0111734d12f86da8f2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 2 10:15:26 2014 +0000
net-p2p/bitcoin{d,-qt}: prune eligius USE from metadata
commit de6a92f64e496cce7bdb5a324fa3845d6b4666cb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 2 08:02:22 2014 +0000
net-p2p/bitcoin{-qt,d}: Remove no longer maintained next and next-test
commit f525b3409bf15ac1a57af5142e69a983d52b8eb6
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 2 08:00:34 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: Apply minor changes from main tree
commit 14addc224e7f8851792baa59bf79748256e8f7c9
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 2 07:56:20 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: Bump to 0.9.3
commit 82f64eda6d583c81c7bb6a782cbf87c4d542e7f0
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jun 19 19:36:44 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: 0.9.2.1
commit 7bc1e671cd46d9da2fc9ebbe71d4823af8dc5d00
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jun 19 19:12:46 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: 0.9.2
commit 10d390ed3b4af79034b21bc0d9143abac2a0aa01
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 29 04:30:37 2014 +0000
net-p2p/bitcoin{d,-qt}: use eautoreconf and "emake check" rather than relying on more fragile upstream paths
commit 10df84ecebf34855f28eb21ed37b286793e19970
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 29 03:39:49 2014 +0000
net-p2p/bitcoin{-qt,d}: Enable updates to LevelDB 1.15.0
commit 1d95352e9b90678ca9271dbafd5121fca29cc65b
Author: Matt Whitlock <bitcoin@mattwhitlock.name>
Date: Mon Mar 24 19:24:17 2014 -0400
net-p2p/bitcoin{d,-qt}: use eautoreconf and "emake check" rather than relying on more fragile upstream paths
commit 2df5b9739ce8a8b51c1dd3cd837a2d69e7a89c9c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 22 04:00:32 2014 +0000
net-p2p/bitcoin{-qt,d}: Fix tests
commit c6bb23af7f16a06a56d2b176340d59115d14c52c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 22 00:28:38 2014 +0000
net-p2p/bitcoin-qt: Update for 0.9.0
commit 5d3c5d8cf6831ec9480f40966471a9a0dd1bca37
Author: Justus Ranvier <justusranvier@i2pmail.org>
Date: Fri Dec 13 15:53:16 2013 -0600
actually add the new ebuilds to the repository
commit 4cf54e4e2f5182b50b14972cd48be63d08d6aa45
Author: Justus Ranvier <justusranvier@i2pmail.org>
Date: Fri Dec 13 15:41:13 2013 -0600
version bump bitcoin-qt-0.8.6
commit cde7751076ae1f09a38855ef43dca337e777c0ae
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Oct 22 02:50:26 2013 +0000
Update URIs for files from gitorious
commit 2a1df0db1ded24646144d4a5ee343964861b6e8c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Oct 22 02:39:20 2013 +0000
net-p2p/bitcoin{d,-qt}: Remove old broken versions
commit dfbf7eb4ce1a05326cdda98bf9edd5e848e0e7ff
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Sep 19 17:20:49 2013 +0000
net-p2p/bitcoin{d,-qt}: Expand leveldb version range
commit 1c0f360799ed609ead3bcf9fd1a8bf869bf1e761
Author: Laurent Bachelier <laurent@bachelier.name>
Date: Fri Sep 13 07:49:16 2013 +0200
Bump bitcoind/bitcoin-qt to 0.8.5
commit 9450ec4a2704369a5752e260bf880ec9b645cc5c
Author: Laurent Bachelier <laurent@bachelier.name>
Date: Wed Sep 4 05:04:44 2013 +0200
Bump bitcoind/bitcoin-qt to 0.8.4
commit f656552281b45ecdb01a6e50a8d91ee99bcca3dc
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Aug 4 01:49:27 2013 +0000
net-p2p/bitcoin-qt: Explicitly set Terminal=false in desktop files
commit fa9c28dfaf6f567ba19fc070270205bc33c0b08d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Aug 4 01:48:52 2013 +0000
net-p2p/bitcoin-qt: Add more desktop categories
commit 5639496aea07bea1796a4063f4f2849311b13fd5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Aug 4 01:47:22 2013 +0000
net-p2p/bitcoin-qt: Add URI handling stuff
commit 59c1b677e23960e245252c2d3fbb23bef9ce0f30
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Aug 3 23:58:32 2013 +0000
net-p2p/bitcoin-qt: Update live ebuilds
commit f4cc0c553f5814ac72cbec3b30100c2093db1607
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 16 22:56:20 2013 +0000
net-p2p/bitcoin{-qt,d}: Fix system leveldb patch to use system memenv.h path
commit a19ae8a55aed90432a44d1552803a3ee37830e7e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 16 04:13:59 2013 +0000
net-p2p/bitcoin-qt: 0.8.3: Install manpage
commit c093ff27ca15df630de67913d79914bc8397ad7c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 16 04:05:30 2013 +0000
net-p2p/bitcoin-qt: 0.8.3: Install .protocol file with USE=kde, and always let FDO/GNOME/KDE rebuild their caches
commit 4dda9cb05d584f613dd8bf9c3f76da7e17eac171
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 16 02:51:46 2013 +0000
net-p2p/bitcoin-qt: 0.8.3
commit 94f21d3c7ae9037cb96e01f1820f8ceb6816ea75
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jun 13 23:24:09 2013 +0000
net-p2p/bitcoin-qt: 0.8.2
commit 5a7872bf741671e3ff18c151931d3a2812b5abe4
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jun 13 22:43:54 2013 +0000
Keyword 0.8.1
commit f5ecf5b1c7a5bbed7f8ecc6e4b2d7966850d0a10
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jun 13 22:42:07 2013 +0000
net-p2p/bitcoin-qt: Fix 1stclassmsg for 0.7.3_rc2
commit 044a37ee3b05452a2b8d673baaf119dcdd4a0bb5
Author: Anthony G. Basile <blueness@gentoo.org>
Date: Sat Jun 1 00:00:00 2013 +0000
Force snappy off for leveldb since it may have security issues
commit d8f8b920daee37b8909e988f27b579a157f00b5d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed May 8 04:24:30 2013 +0000
net-p2p/bitcoin-qt: 0.5.8_rc3, 0.6.5_rc3, 0.7.3_rc3
commit 50d4fd91cc7944b67541477135d08c6768dfaf37
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Apr 14 18:04:26 2013 +0000
net-p2p/bitcoin{d,-qt}: Depend specifically on current OpenSSL versions (slot 0)
commit 1279b48a4857a924d8b3f26a8af4ad0bedc05dd1
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Apr 13 01:58:07 2013 +0000
net-p2p/bitcoin{d,-qt}: Fix git ebuilds
commit 020716c86609bd9ce9b0023f099163ec1accd4eb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Apr 13 01:00:15 2013 +0000
net-p2p/bitcoin{d,-qt}: Remove eligius USE flag from 9999.* ebuilds
commit 458ce0a027cdd7a9ae9ba153c3bdf2141d54e9f4
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Apr 6 20:28:56 2013 +0000
net-p2p/bitcoin-qt: 0.5.8_rc2, 0.6.5_rc2, 0.7.3_rc2
commit bb982a5d914b3ac834a77b4bb8e33d627dda41ca
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 26 22:51:08 2013 +0000
net-p2p/bitcoin{d,-qt}: 0.8.1
commit 0db092609d81488ee79e41015a7ba4ba088b13f0
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Mar 4 15:22:45 2013 +0000
Qt package renames
commit 9512c3c47cd57e01b158f03abad14a7b22fad7a6
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Mar 4 15:21:20 2013 +0000
CCPL license rename
commit 3efa8cb236be9132bc2a820103036920adb32d8b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Feb 19 06:37:50 2013 +0000
net-p2p/bitcoin-qt: 0.8.0
commit 0e9b92b99f9c37d74b503134a4d58251f6d5e6cb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jan 3 19:17:14 2013 +0000
net-p2p/bitcoin{-qt,d}: 0.7.2 final
commit 2a2245cb5a091bf8d559955903a24f46f3ed7305
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Dec 7 17:30:00 2012 +0000
net-p2p/bitcoin{-qt,d}: Updates around de-slotted boost
commit d922d81bc54074d9c60660e6754b39191a3fe9ba
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 6 02:27:17 2012 +0000
net-p2p/bitcoin{d,-qt}: Remove wrong-rc 0.6.4s and add a working rc4
commit d4ee9b8e900ca554edfec60c4bdb046afb5208bd
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 6 02:18:50 2012 +0000
net-p2p/bitcoin{-qt,d}: 0.7.2_rc2
commit 58f410bd4d6acaa5ac76c59bfd26bef1a01bf105
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Oct 28 22:36:09 2012 +0000
net-p2p/bitcoin{-qt,d}: Workaround for bug #440034
commit 36fa9337c9d8711ff07ca825fc8c5358146c32f0
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Oct 28 22:27:04 2012 +0000
net-p2p/bitcoin-qt-0.7.1
commit 57d58040d7b1e13b99ab618ba44f5888d8bdbdf8
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Oct 28 21:29:15 2012 +0000
net-p2p/bitcoin{-qt,d}: bump stable versions to rc4
commit d60a45ac954bdc1d8849bccef22793f7f27f33a2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Sep 21 05:05:01 2012 +0000
net-p2p/bitcoin{-qt,d}: add 9999.1 (next) and 9999.2 (next-test)
commit 1c1ce58b124168c397ae26183f755ec2696e2670
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Sep 21 04:26:36 2012 +0000
net-p2p/bitcoin{-qt,d}: fix 9999[eligius]
commit 4a54f9cabc43eb5bbb500772a858936fdc3fbd8c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Sep 20 08:41:41 2012 +0000
net-p2p/bitcoin{d,-qt}: Remove ipv6 USE flag from 0.7.0_rc*, since disabling it didn't work
commit 3cc94bebe923d22816725b682562be50b9ac8c30
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Sep 17 21:33:06 2012 +0000
net-p2p/bitcoin-qt: Remove md2k7-asyouwish license, since the art is now MIT-licensed (too)
commit 8c4d946866c36a8028e0fd1af65aa03a63dad5a6
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Sep 17 20:39:03 2012 +0000
net-p2p/bitcoin{d,-qt}: Rename 0.7.0_rc3 to 0.7.0 final
commit a926f88f3f244038b0c6cf428399dba30a3f88ed
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Sep 17 09:16:28 2012 +0000
net-p2p/bitcoin-qt: bump to 0.5.7_rc3, 0.6.0.10_rc3, 0.6.4_rc3, and 0.7.0_rc3
commit 5fb31009f9abba477874e656c5dfa1d39b07003f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Sep 8 05:09:06 2012 +0000
net-p2p/bitcoin-qt: bump to 0.5.7_rc2, 0.6.0.10_rc2, 0.6.4_rc2, and 0.7.0_rc2
commit e7053760082bd2977e33e463f64cdb1de3a359d7
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Sep 2 17:56:15 2012 +0000
net-p2p/bitcoin{d,-qt}: Fix Manifests
commit 8326d32b974a487b2c42e3ceb45b6b83028fd5c3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Aug 30 20:14:55 2012 +0000
net-p2p/bitcoin{d,-qt}: Reconcile 9999 with latest updates
commit 7dada8086df31038c5a7fa7a1111cfbbf65a4cdf
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Aug 30 19:52:06 2012 +0000
net-p2p/bitcoin-qt: bump to 0.5.7_rc1, 0.6.0.10_rc1, 0.6.4_rc1, and 0.7.0_rc1
commit c3118548951be06dda9af9d5d554774a7c200c9d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Aug 6 21:13:01 2012 +0000
net-p2p/bitcoin-qt: promote 0.6.3 to stable
commit c4cd97181f853585e0510cbda54a9ae0e0d44ab5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 31 02:31:48 2012 +0000
net-p2p/bitcoin-qt: Specify Qt4 for Qt deps
commit b8d9a0ea4cde3f413a01a66cf17910c57e3b145e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Jul 27 18:47:46 2012 +0000
net-p2p/bitcoin{-qt,d}: Update eligius patch for git master
commit 69d706cb9a2ae990ebc12b1f26fab71f27f05056
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jul 22 23:56:26 2012 +0000
net-p2p/bitcoin{-qt,d}: 0.4.7 and 0.5.6
commit b9f7af1206d3ad5aef997d72a8af2cdf0aaf0db6
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jul 8 15:09:10 2012 +0000
net-p2p/bitcoin{-qt,d}: 0.6.0.9
commit 81c6f48daac42639b6dbcbdf04e566c76d2423fa
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jun 26 02:56:13 2012 +0000
net-p2p/bitcoin{-qt,d}: fix 0.6.3
commit e16fe8ce5a09e26ca23d4d8acee8bc17c781a849
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jun 25 16:39:20 2012 +0000
net-p2p/bitcoin{-qt,d}: 0.6.3 final
commit f0bf65890c3d48a3b4c543a4d5117ad48094bf92
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jun 21 03:30:19 2012 +0000
net-p2p/bitcoin-qt: 0.5.6_rc3, 0.6.0.9_rc1
commit 14090ea573f68cfbec00e1f5d372f8b1e481af42
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Jun 20 16:31:59 2012 +0000
net-p2p/bitcoin{d,-qt}: Only download Eligius patch if using it is enabled
commit 735509930890fb969c90b652da1d4f34a6f5d418
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Jun 20 16:06:53 2012 +0000
net-p2p/bitcoin-qt: 0.6.3_rc1
commit 334b88223d28990748ccc88553aaed0c09bca38b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jun 16 15:29:37 2012 +0000
net-p2p/bitcoin-qt: 0.5.6_rc2 and 0.6.0.8_rc2 (removed broken 0.5.x)
commit 9f2ecccc9fae8655a57f15c101a41b5acb00a79d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Jun 8 16:49:50 2012 +0000
net-p2p/bitcoin-qt-9999: add new languages: bg el_GR fr pt_PT
commit 11f2b8564353a9f8376730af5359232d8d60eaa3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 20 19:48:47 2012 +0000
net-p2p/bitcoin-qt-9999: new license required
commit 4df45c26702dcc6e12339a0f7bd69ae8931849d1
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri May 18 00:13:03 2012 +0000
net-p2p/bitcoin-qt-9999: new (non-free) license required
commit 2282503be2452ca5a6319bc494551e7133112da4
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed May 16 01:41:46 2012 +0000
net-p2p/bitcoin-qt: remove vulnerable versions and promote 0.5.5 to stable
commit 3daab299bd1d64a9644db20a55a92d48bd6b0fc2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue May 8 19:20:50 2012 +0000
net-p2p/bitcoin-qt: 0.5.5, 0.6.0.7, and stable RCs
commit 85601be59e803d3609a26d4f8675a06d91d51acc
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue May 8 18:31:30 2012 +0000
net-p2p/bitcoin-qt: 0.6.1 and 0.6.2
commit 514042cf2be13d6bf557366e7019e67f236acd12
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Apr 17 19:39:21 2012 -0400
net-p2p/bitcoin{-qt,d}: fix 9999
commit 367c0c17082dbbd2c980bfa30bd05373be64e3ea
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Apr 15 20:58:01 2012 -0400
net-p2p/bitcoin{-qt,d}: finals for 0.4.5, 0.5.0.6, and 0.5.4 (rc3 renamed)
commit 57184c9bdff4f65ad737a6b14763e96de509df44
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Apr 6 18:01:41 2012 -0400
net-p2p/bitcoin{-qt,d}: 0.5.0.6rc3 and 0.5.4rc3 got retagged...
commit e296ae88d73ddad39697f9c469f4050abb26e568
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Apr 6 17:24:40 2012 -0400
net-p2p/bitcoin{-qt,d}: 0.4.5rc3, 0.5.0.6rc3, and 0.5.4rc3
commit d735fb596e088545c0fc77d8efd363e4fa824663
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Apr 5 18:11:58 2012 -0400
net-p2p/bitcoin{-qt,d}-9999: SSL support is no longer optional
commit 83f6f797fb9bce92ea97d8168f2be696bcecc2ca
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Apr 3 09:26:12 2012 -0400
net-p2p/bitcoin{-qt,d}: use 0.6.0 final eligius_sendfee patch
commit afc7a2af07e7c1795dd3687cccb8f344244e4984
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Apr 3 09:04:07 2012 -0400
net-p2p/bitcoin{-qt,d}: 0.6.0 final
commit 89ea38edecb69c3fba9d5a35c88c74948a4d1bab
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 27 11:04:33 2012 -0400
net-p2p/bitcoin{-qt,d}: 0.4.5rc2, 0.5.0.6rc2, 0.5.4rc2
commit b282c4e51ff3e48b5d72669e51ce1a8ebe842033
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Mar 26 19:47:49 2012 -0400
net-p2p/bitcoin{-qt,d}: 0.5.4_rc1 really shouldn't be stable yet
commit 8381290f2550bc915893a1af65f4e6a040d6623d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Mar 26 18:23:46 2012 -0400
net-p2p/bitcoin{-qt,d}: 0.6.0rc5
commit 48628b32d9fd9e93f9d8c297975ab649d2578c4d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 24 19:36:36 2012 -0400
net-p2p/bitcoin{-qt,d}: USE=bip16 enables relaying and mining BIP16 txns
commit 0dc74691100df225d394ff72c99c5e47d2d817a4
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 24 19:35:17 2012 -0400
net-p2p/bitcoin{-qt,d}: replace local bip16v patch with equivalent 0.5.0.6rc1 patch
commit 29631ebcf579c572220c316cca76756e75402c8f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 24 19:25:03 2012 -0400
net-p2p/bitcoin{-qt,d}: add 0.4.5_rc1, 0.5.0.6_rc1, and 0.5.4_rc1
commit c0e14577eb4cc71fba2bd7d6b6d7d1b7ca43b6b5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 24 18:52:02 2012 -0400
remove cruft
commit 40df04e7279a65201e555cd53dd074888fe6168e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 24 17:52:07 2012 -0400
net-p2p/bitcoin-qt: Promote 0.5.3 to stable
commit fc998acbe1bd0696389af9c9fdee874c007f7d07
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 24 17:26:49 2012 -0400
net-p2p/bitcoin{-qt,d}: Mandatory BIP16 updates
Backport BIP16 support to all maintained versions
Drop old unmaintained versions entirely
Support USE=bip16 to enable backport of BIP16 mining
commit 376f3cf5250d44145ac55aa52bc05c13b4a8273f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Mar 21 13:29:41 2012 -0400
net-p2p/bitcoin{-qt,d}: 0.5.0.5
commit 5121a8d309e157dbe80f93095c7ac1b82d0ffc85
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Mar 21 03:22:31 2012 -0400
net-p2p/bitcoin-qt: 9999: cs_CZ removed
commit f9f02badd2ab22096d6b6a95f64b3c5cde3c215a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 17 18:18:32 2012 -0400
net-p2p/bitcoin{-qt,d}: ~arch 0.6.0_rc4
commit 42219b79141804babddf989fa4f327de221275b7
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 17 17:57:55 2012 -0400
net-p2p/bitcoin{-qt,d}: revbump 0.5.3-r1 for src_test
commit ecf896408e0034b697ca6b95eb86caa720c0b245
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 17 15:37:46 2012 -0400
net-p2p/bitcoin{-qt,d}: amd64 stable for 0.5.3
commit ff105317d1857a8123a372c18981f6f4788d893b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 17 15:17:15 2012 -0400
net-p2p/bitcoin-qt: Bugfix: add missing languages to 0.6.0_rc4 and 9999
commit 740fae2767a07fe9c9477d944e0e533e6efa5910
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 17 15:14:24 2012 -0400
net-p2p/bitcoin-qt: test support
commit d35d8090f3255b70f34587718c1912cb7f5d6d33
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 17 14:15:32 2012 -0400
net-p2p/bitcoin-qt: 0.6.0_rc4
commit 147bab544061a5431d6abe7e22bdf92c01512b01
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Mar 14 22:40:00 2012 -0400
net-p2p/bitcoin{-qt,d}: Bump to 0.4.4 and 0.5.0.4 final
commit 594d22adaf667ca4f4fb74ab6ee73f0c8eb683d9
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Mar 14 22:28:30 2012 -0400
net-p2p/bitcoin{-qt,d}: Bump to 0.5.3 final
commit 6617d51ebadde8b6692704ac102187a169127be3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 13 19:13:12 2012 -0400
net-p2p/bitcoin{-qt,d}: Remove BIP17 support (withdrawn)
commit a4d53e2d2c9fa39af9ceab604234105b84f15e8f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Mar 11 22:30:35 2012 -0400
net-p2p/bitcoin{-qt,d}: Bump to rc4
commit 1e496e447ed9114b67759fc836587c6eb08f5f83
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Mar 11 09:26:40 2012 -0400
net-p2p/bitcoin{-qt,d}: Apply BIP30 patch to all old versions
commit 1b59fe152c661ec6a3c0345cfd84e29e3d4d603b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Mar 5 14:47:51 2012 -0500
net-p2p/bitcoin-qt: 0.5.0.4_rc3 and 0.5.3_rc3
commit 6119cf6781c66bf4c19c3df15321a62df933b2c8
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Feb 21 10:45:46 2012 -0500
net-p2p/bitcoin-qt: 9999: USE=1stclassmsg to enable first-class bitcoin messaging
commit a4e0c6fb3dc055310d06b09fbbcdc66436feaadc
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Feb 21 10:43:09 2012 -0500
net-p2p/bitcoin-qt: revbump for bip17 time update (Mar 23)
commit 1b2646c8199b9e0784c4f4c5ef6ad6f8cfb6d43d
Author: Florian Schmaus <flo@freakempire.de>
Date: Tue Feb 21 13:25:24 2012 +0100
bitcoin-qt-9999 and bitcoind-9999: Use git as primary protocol when fetching data, https is fallback
commit 32ee19db59ae5a7b84a895755e0c4bbb71090501
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Feb 16 14:00:37 2012 -0500
Update copyrights to 2012 on files modified this year
commit dd44909bc7809b44dbda5b740189af7558b21bca
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Feb 15 18:09:13 2012 -0500
net-p2p/bitcoin-qt: 0.5.0.4_rc2 and 0.5.3_rc2
commit ea328cecdbdd804d6a96e1694bdd7d494e3ea922
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Feb 7 16:46:25 2012 -0500
net-p2p/bitcoin{-qt,d}: Remove old versions from each series
net-p2p/wxbitcoin: Replace with net-p2p/bitcoin
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 13ca3b067b85b21cffaf1ba8cb39ffffb351fcad
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Fri Jan 19 14:27:05 2024 -0500
move {dev-util → dev-debug}/systemtap
See: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51d470ab9fcd6932526b4534a91c46635042920
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 070f23dede1ede3358b69697d98a2081540529a3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue May 31 18:22:19 2022 +0000
net-p2p/bitcoin-qt: 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 b43d68d61f434cb3bcbc7f1913e0018a126a54b1
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon May 30 12:31:58 2022 +0000
net-p2p/bitcoin-qt: Bump to 23.0
commit 951f1bdfe7879fcaf712fe2098833bfb4bb9aeae
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon May 30 12:18:29 2022 +0000
net-p2p/bitcoin-qt: Drop bitcoin_protocol_taproot USE flag hack and warning
commit 6e78f2b630a4768934843423f36bdc28232c0f3a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon May 30 12:16:38 2022 +0000
net-p2p/bitcoin-qt: Drop unsupported versions
commit 4158f10ddaf8384cd1677eb538841a6818da420c
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Wed Feb 9 00:41:29 2022 -0500
net-p2p/bitcoin{d,-qt}-22.0-r1: support >=dev-libs/libsecp256k1-0.1_pre20210628
Some schnorrsig function prototypes changed in June 2021, thus breaking
the builds of net-p2p/bitcoin{d,-qt}. This commit introduces an Autoconf
check for the introduced secp256k1_schnorrsig_sign_custom symbol and
adds some preprocessor conditional directives to fix up the call sites
of the affected functions to maintain compatibility.
Because the in-tree versions of net-p2p/bitcoin{d,-qt} are incompatible
with recent versions of dev-libs/libsecp256k1 (one of which is now
available from this repository), a new USE flag, recent-libsecp256k1, is
added to those ebuilds in this repository and forced on, and the recent
dev-libs/libsecp256k1-0.1_pre20220127 ebuild herein specifies a weak
blocker on net-p2p/bitcoin{d,-qt}[-recent-libsecp256k1(-)] to prevent
the in-tree versions of those ebuilds from being installed concurrently
with the recent dev-libs/libsecp256k1.
See: https://github.com/bitcoin-core/secp256k1/commit/b6c0b72fb06e3c31121f1ef4403d2a229a31ec1c
See: https://github.com/bitcoin-core/secp256k1/commit/a0c3fc177f7f435e593962504182c3861c47d1be
commit 86d78199b84bf9b999afa1ac8658e0e080862ee8
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Dec 17 04:54:56 2021 +0000
net-p2p/bitcoin-qt: Bump to 21.2
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit ee3c671f4abaf7766c8de945dea12f8203f65378
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Dec 17 04:08:07 2021 +0000
net-p2p/bitcoin{-qt,d}-22.0: Drop (always enable) system-leveldb
commit effb20a70b72778d6fa5dcd03139c0fdac437995
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Dec 17 04:05:06 2021 +0000
net-p2p/bitcoin{-qt,d}-22.0: Rename bpf USE flag to systemtap
commit 5ae75ba88606ef786d3121381de8b2a3c9cde658
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Dec 17 04:01:07 2021 +0000
net-p2p/bitcoin{-qt,d}-22.0: Bugfix: Actually act on external-signer USE flag
commit 5238a80e3aa981b92aaca0cc455ca1328ddce263
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Nov 17 17:10:44 2021 +0000
net-p2p/bitcoin-qt: Bump to 22.0
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit 7dcebcd5b251847b3f6ebc91dbd0ad458c5d83a5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Jun 30 19:08:28 2021 +0000
net-p2p/bitcoin-qt: Bump to 0.21.1
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit 0c97435be2136459683e569e56891e668118e25d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Feb 3 16:08:40 2021 +0000
net-p2p/bitcoin{-qt,d}: Avoid `rm -f`
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 b796ad0c10769ea3645d683b9b507be6f02bdc13
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Feb 1 00:24:22 2021 +0000
net-p2p/bitcoin-qt: Bump to 0.21.1
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 f69fdd6177b64c0ca6201e6771d9a1602827d09b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Aug 18 03:53:29 2020 +0000
net-p2p/bitcoin-qt: 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 ac3a3db8dd3998b88ca7f7da8bafd52575df6556
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jun 16 22:15:53 2020 +0000
net-p2p/bitcoin-qt: Drop old local USE from metadata
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit 117ca109759563815292e04e1e9d9fab17ade522
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jun 16 22:05:27 2020 +0000
net-p2p/bitcoin-qt: 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 d7e13f9d1f5ab6a7a7ece7fd3eccc49597adfa63
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 7 18:21:49 2020 +0000
net-p2p/bitcoin-qt: Bump to 0.19.1
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 731bdb61554384ff9a0d4cafaa87b0ff96af0810
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jan 21 22:45:13 2020 +0000
Bitcoin: Patches for old versions
commit 56bbc26290b276ae3a5bbedf28cf98aeef715a0d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jan 21 17:26:15 2020 +0000
net-p2p/bitcoin-qt: Drop old versions
commit a940c32e0f586d98f975b6468796fb5658e4587a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jan 20 18:13:54 2020 +0000
net-p2p/bitcoin-qt-0.19.0.1: Disable USE=bip70 by default
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 5bdb30519b191be38a2037f54d0c3602a67a9b25
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jan 19 17:38:28 2020 +0000
net-p2p/bitcoin-qt-0.19.0.1: Add missing ||die
commit f44a7365e62dc8aa951700e33c69d043404f8eca
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jan 19 17:37:52 2020 +0000
Bitcoin 0.19.0.1: Reformat DOCS array to multi-line
commit 60e767fb0108ac96ada84361d0ba2af48839a965
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jan 19 17:34:44 2020 +0000
net-p2p/bitcoin-qt-0.19.0.1: Move build tools to BDEPEND
commit 2f6e4de67306fc75820b2d4e538fa48018e4b6be
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jan 19 17:21:15 2020 +0000
net-p2p/bitcoin-qt-0.19.0.1: Replace gnome2_icon_cache_update with xdg_icon_cache_update
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 e49850eebdc1ea8c7452f199fd32e789a4df2dcb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jan 19 05:12:18 2020 +0000
net-p2p/bitcoin-qt: Bump to 0.19.0.1
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 fd52054487e2389b12196b726a1ab7c1afd984b9
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Sep 28 16:39:42 2019 +0000
net-p2p/bitcoin{-qt,d}-0.18.1: Drop bitcoin_policy_rbf USE flag (now always enabled at build time)
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit adf48d378c98f741adcf4edc15f462735cef3898
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Sep 28 16:36:20 2019 +0000
net-p2p/bitcoin-qt: Simple bump to 0.18.1
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit a4c20b9b73759b9f88ad42119aef85da08bc1ebb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Sep 27 17:02:20 2019 +0000
net-p2p/bitcoin-qt: Use desktop eclass domenu/newmenu as appropriate
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit db833755cff2e850e96c47b13a34c9543a973f0d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Sep 24 20:35:38 2019 +0000
Fix MissingConditionalTestRestrict
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit 2df6d1d07654e9b113ac3536243f0641813e2f80
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Sep 24 20:08:31 2019 +0000
net-p2p/bitcoin{-qt,d}: Fix UnnecessarySlashStrip
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
commit 36081034a01d026d3e3f43ac232fd07d2099d17e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri May 3 05:08:24 2019 +0000
net-p2p/bitcoin-qt: 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 da461a425c3913caad896ca5fb304780fb9ab653
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 29 22:22:42 2018 +0000
net-p2p/bitcoin{-qt,d}-0.17.1: Add system-leveldb USE flag, and build with bundled fork by default
The bundled fork will use more mmaps, potentially providing a sync performance improvement
commit f8d52b1b4c160d1df118442408b027c1dcd5df77
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 29 01:48:32 2018 +0000
net-p2p/bitcoin-qt: 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 e86f1881c969704f503e159ea7d7c80d47b96271
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Sep 18 15:16:24 2018 +0000
net-p2p/bitcoin-qt: Bump to 0.16.3
commit adcdf3594cf9d57b802cd4f2b994ec9b7a5aa355
Author: Florian Schmaus <flo@geekplace.eu>
Date: Tue Sep 4 17:48:48 2018 +0200
net-p2p/bitcoin-qt: remove unused bitcoin_policy_spamfilter
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --force
Manifest-Sign-Key: 8CAC2A9678548E35
commit 7ebaea79986cd811119bb46cc58c086abd627b03
Author: Florian Schmaus <flo@geekplace.eu>
Date: Tue Sep 4 17:47:04 2018 +0200
net-p2p/bitcoin-qt: remove old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --force
Manifest-Sign-Key: 8CAC2A9678548E35
commit 556ebcca514c00a76d18913789cc7f7652ed21a2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 31 03:46:42 2018 +0000
net-p2p/bitcoin-qt: Bump to 0.16.2
commit 4d40b422e54969238649629a40ae228f0449142a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jul 21 21:12:04 2018 +0000
net-p2p/bitcoin-qt: Bump to 0.16.1
commit 663d9381e2f31852f1556f15654590029f7d6035
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Apr 2 18:35:30 2018 +0000
net-p2p/bitcoin-qt-0.16.0*: Add missing <memory> include
commit 4810cdf8c2c9c1e7327ca770fde5dd6ae1a52ad4
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Apr 2 02:19:53 2018 +0000
net-p2p/bitcoin-qt: 0.16.0-r1 revbump w/ desktop file icon fix
commit d7c63b6eee90d48117d455777e610a3a99c5630c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 31 08:41:06 2018 +0000
net-p2p/bitcoin-qt-0.16.0: Remove redundant http and tor USE flags and describe the implications of USE=-libevent in metadata
commit 24ad40dd77db82aeefec02235b0c83242280b1a2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 22:35:09 2018 +0000
net-p2p/bitcoin-qt-0.16.0: Make KDE5 services the main file
commit 4217f1aef601068f2f80557a41a7dc1b6d9667db
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 22:22:36 2018 +0000
net-p2p/bitcoin-qt-0.16.0: Drop L10N flag support
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 d62afc7da4d52b4ffb8bcd4bfab0e36a1680b8b2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 30 21:39:52 2018 +0000
net-p2p/bitcoin-qt-0.16.0: gnome2_icon_savelist is no longer needed
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 2cfcae2d12e98d1a011d2d89391f050f47a80fcd
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Mar 26 00:16:35 2018 +0000
net-p2p/bitcoin-qt-0.16.0: Rename desktop file to match what Qt provides
commit 083d186ed41b0006ff8e67b3902c9cf6cc9ac1ca
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Mar 25 19:36:21 2018 +0000
net-p2p/bitcoin-qt-0.16.0: Rename desktop file to meet 1.2 spec
commit 4ba62fdbd5c914bc87a97a011e2767f681d9f71a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 23 20:37:04 2018 +0000
net-p2p/bitcoin-qt-0.16.0: Fix mempool stats
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 f05eedcdfa5703db1b023759d6ae1f0dcdc57a3f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Mar 23 13:49:16 2018 +0000
net-p2p/bitcoin-qt: 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 c3d581fba69259995afd21c69dfa1bc48451d278
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jan 23 04:51:19 2018 +0000
net-p2p/bitcoin-qt-0.15.1: Fix tests
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 8e1dd1c319605ceed4aa220cd48c5fe6628f926f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Dec 10 15:05:00 2017 +0000
net-p2p/bitcoin{-qt,d}: Formatting nits
commit 728dd6a247a87fbae991561ccfad1c67fc12fe6b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Dec 10 15:04:29 2017 +0000
net-p2p/bitcoin{-qt,d}: Remove sed from DEPEND, since implied by base system
commit 0c001d6e27617a29cefd1c251f8c0b02e280cb1c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 9 23:46:56 2017 +0000
Bitcoin: More formatting nits
commit eeb64cf7c8dd79777046eff0101960d23d63b891
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 9 20:02:04 2017 +0000
net-p2p/bitcoin-qt: Drop kde4-functions/buildsycoca
commit 270d235511938661f1a838287f5fc8b2b93a4cb0
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Dec 9 06:45:26 2017 +0000
Bitcoin: Formatting nits
commit bcb59fb7c1014883a7fd3f7dbfa1dc51c04a3fd0
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Nov 25 17:02:14 2017 +0000
net-p2p/bitcoin-qt-0.15.1: Switch from LINGUAS to L10N
commit 195c561c0289113248170bb74eb0d62c2eb64102
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Nov 23 16:27:06 2017 +0000
net-p2p/bitcoin-qt-0.15.1: Switch from fdo-mime to xdg-utils eclass
commit 9c4ac4022c3100f2e21cf035accca42eac3f9d8d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Nov 15 12:09:00 2017 +0000
net-p2p/bitcoin{-qt,d}: Add instructions for automatically using Tor
commit 4bcf1b731d472270e68665b67ae9da95154b099a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 17:12:55 2017 +0000
net-p2p/bitcoin-qt-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 e47d74293d8601792baf24caccc600279dc4185f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 16:50:04 2017 +0000
net-p2p/bitcoin-qt-0.15.0-r1: Permit libevent-free Core
commit b605dcd2c93ee648752afb0eabda2bd2b9b7f76b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 16:47:50 2017 +0000
net-p2p/bitcoin-qt-0.15.0-r1: Update docs
commit 5644c55017c96a2f6612c57c33381b7a2c99e905
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 16:16:34 2017 +0000
net-p2p/bitcoin-qt-0.15.0-r1: Support for bash completion
commit 4621e681c693ebc440d955a43ee384626685ca4b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 15:06:50 2017 +0000
net-p2p/bitcoin-qt-0.15.0: Use eapply instead of epatch
commit 7e46214df27a512881b30320bd71d43f2743ef34
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 13 13:09:34 2017 +0000
net-p2p/bitcoin-qt-0.15.0: Abandon bitcoincore eclass
commit f5c3bf7857b89300f986ccbf75e2dd2093696112
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Sep 15 01:12:19 2017 +0000
net-p2p/bitcoin-qt: Bump to 0.15.0
commit 53e2bcc7b95ac1cc6264f513a65c9f0a531645e1
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Aug 10 17:47:48 2017 +0000
bitcoin: Drop BIP148 support (no longer has any need)
commit e2846160376c88c82444a3470ade8bb33a33aaaa
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jul 15 13:26:37 2017 +0000
net-p2p/bitcoin{-qt,d}: Use pkg_pretend to check BIP148 USE flags
commit 234307c803306de67a7338b27c7289e3e15879dd
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jul 15 13:21:27 2017 +0000
net-p2p/bitcoin-qt: die if sed errors
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 ace98b0321620653bd52f0a0f94ab2b93b1258ab
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jul 10 04:22:37 2017 +0000
net-p2p/bitcoin-qt: Remove USE=qt4 (just don't use USE=qt5 to get Qt4)
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 aff8026d8a7f209039cb8c01493fb31a439e9f4d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jul 10 02:19:51 2017 +0000
Stabilise net-p2p/bitcoin{-qt,-cli,qt} 0.13.2
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 7090436f2eda1b3043627b4f6f571c5200e1dfc9
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jul 10 02:02:49 2017 +0000
net-p2p/bitcoin-qt: Switch recent ebuilds to EAPI 6
commit ad770110bd5e8570dde42acf4505fded74f37e09
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jul 10 01:48:19 2017 +0000
net-p2p/bitcoin-qt: Stop using qt4-r2 eclass
commit 70b64f84c5fa2a6e76cbe351c544d160e60c6737
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jun 19 02:21:42 2017 +0000
net-p2p/bitcoin-qt: 0.14.2
commit 69490ec86b1c71fe2bafea1f99fe0bca8ca3498c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Jun 7 21:05:58 2017 +0000
net-p2p/bitcoin{-qt,d}: Add missing 9999 BIP148 patch
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 da6b30081469b9ef2ed300ac221487df369ed841
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 21 04:53:59 2017 +0000
net-p2p/bitcoin{-qt,d}: Update metadata.xml
commit a63907cedcc04615aa4d2f73fd8fca20d315ca00
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 21 04:48:15 2017 +0000
net-p2p/bitcoin-qt: Add BIP148 USE flags to metadata.xml
commit a908044462c11e3977160039c8667a8eb2b2b43a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 21 04:46:34 2017 +0000
net-p2p/bitcoin{-qt,d}: Update 9999 for BIP148
commit 064c5f0b235f311d043f4f87b87352620cf2f1fd
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 21 04:43:50 2017 +0000
fixup! net-p2p/bitcoin{-qt,d}: Backport BIP148 support to 0.13.2
commit 1e311f49e90dacfc5f8090f2ecc471f184d5e083
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 21 04:29:09 2017 +0000
net-p2p/bitcoin{-qt,d}: Backport BIP148 support to 0.13.2
commit f6d6b086c2ac6ffb492ddb0e8c56499ddb4994bf
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 21 02:44:04 2017 +0000
net-p2p/bitcoin-qt: Prune some old versions
commit dafe77975a52074d20f9d03c38456a60c873a647
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 21 02:40:06 2017 +0000
net-p2p/bitcoin{-qt,d}: BIP148 support
commit a30a65557a9382486434270dc1153321f09c4daf
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu May 4 22:06:36 2017 +0000
net-p2p/bitcoin{-qt,d}: Update 9999
commit 5bcf985c03d6ad7222d396404fa3c280af4e198c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu May 4 18:19:25 2017 +0000
net-p2p/bitcoin-qt: Use .desktop file from contrib/debian/
commit e7c036e2adeb2a34a35a013b17205adc9c33e558
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Apr 21 14:38:10 2017 +0000
net-p2p/bitcoin-qt: 0.14.1
commit 6d923a85b6c18cc872adf29b15c9421fff5b8199
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 7 21:51:02 2017 +0000
net-p2p/bitcoin-qt: 0.14.0
commit c7186a68a5bae4cc3bfefcc2b215ba9c4f31fb32
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Jan 4 18:37:51 2017 +0000
net-p2p/bitcoin-qt: Backport LibreSSL fix for 0.13.2
commit bf4c891b3c3679ce04babe0470b6e952b71ebd0b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jan 3 03:15:14 2017 +0000
net-p2p/bitcoin-qt: 0.13.2
commit 0f867b8b5cace1ae735cef84fcd1d35ab2365402
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Nov 7 11:43:43 2016 +0000
net-p2p/bitcoin-qt: Install protocol file in KDE 5 service directory also
commit 9493f9db78b3f9946f1e8492993b424e90cd78ce
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 27 10:15:50 2016 +0000
net-p2p/bitcoin-qt: 0.13.1
commit fa41d3d8870a61adf90d5de9466b78d82d9c1d66
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Aug 22 17:56:52 2016 +0000
net-p2p/bitcoin{-cli,-qt,d}: Keyword 0.12.1
commit 0f602b8003a318c379050f23c7699884da784246
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Aug 22 17:40:47 2016 +0000
net-p2p/bitcoin-qt: Bump for 0.13.0
commit 02b5844c18e8a0046b0ce2eb844f92a4b000ade3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jul 3 22:03:00 2016 +0000
net-p2p/bitcoin-qt: Add dependency on qtcore[ssl] for Qt4
commit 59c36271c1027b40e0a77aa410a7cb97516e3586
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jun 30 22:28:14 2016 +0000
net-p2p/bitcoin-qt: Bump to 0.12.1
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 35f5dec8334784f0782efb0ad1478d815df6a1d2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 19 22:02:03 2016 +0000
net-p2p/bitcoin-qt-0.12.0: Fix repoman complaints
commit b1e067e153e8a12263cd58068f9e59cead47a538
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 19 21:58:25 2016 +0000
net-p2p/bitcoin-qt: Update metadata.xml with new USE flags
commit 05a0fee0e924a04b85fd67fcc0be1d3ce0c2ce26
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 19 21:57:43 2016 +0000
net-p2p/bitcoin-qt: Rename [rpc] to [http] since it controls REST also
commit b66f2e46ab110c399290848ca1ae801ce27a00f2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Mar 17 07:35:53 2016 +0000
net-p2p/bitcoin-qt-0.12.0: libressl patch needs ljr
commit 9c36d8144da3e780dcccfb34db2abc8ddb4912ec
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Mar 17 07:35:09 2016 +0000
net-p2p/bitcoin-qt-0.12.0: ljr needs media-gfx/imagemagick[png]
commit 04ac5a875dbc33efc8ce8c334a98d8f89f5e0df2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Mar 17 07:33:03 2016 +0000
net-p2p/bitcoin-qt-0.12.0: Fix LibreSSL build
commit 370fcea3f328274a22c297f0b496348a33350cd0
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 1 16:15:27 2016 +0000
net-p2p/bitcoin-qt: Initial draft of 0.12.0
commit 9cf2945e2f3afc0ff41f4e6cadc3919f1c89f017
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Feb 28 08:48:03 2016 +0000
BitcoinCore: Update 9999
commit e628c86cd438a70af7852c250b460054cfaf588e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Jan 15 17:19:16 2016 +0000
Bitcoin Core: New website
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 d0cf08f4de3811524ae0833079c59b77295fd076
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Oct 23 14:13:43 2015 +0000
net-p2p/bitcoin-qt: Remove unnecessary subshell and ls command
commit 6cde4758acfdccff8290025147cf8fb7c321a283
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Oct 23 14:13:09 2015 +0000
net-p2p/bitcoin-qt: REQUIRED_USE is stacking
commit 3c0ff76e6aa94734d89523b8d5da23047cb54de3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 22 21:14:43 2015 +0000
net-p2p/bitcoin{-qt,d}: Backport miniupnpc-14 support to older versions
commit a450fae83e7c522b83f1d0b7613e43eb67fa462d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 15 23:39:02 2015 +0000
net-p2p/bitcoin-qt: Need gnome2_icon_savelist in pkg_preinst for gnome2_icon_cache_update
commit ea3ccd982ae55796cc302679aee57d2844b204de
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 15 23:34:31 2015 +0000
bitcoincore: Add || die checks
commit 5df3f0be5dd388dd4cd057d8df2bea5b190fe3c5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 15 23:30:00 2015 +0000
bitcoincore: Declare local variables
commit 690ff2c06fb4d198bf309d36bcd1ff410c9d3e52
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 15 03:52:08 2015 +0000
net-p2p/bitcoin-qt: Fix dependency on dev-qt/linguist-tools (from main tree)
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 eb44e3f2d0bab25ac30f17751fab4c786317863b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jul 13 05:27:21 2015 +0000
Backport improvements from maintree
commit 9f5a5d7f64a78afe9b226f02a8ea64ba64918ca2
Merge: c701c89 112e838
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jul 11 08:13:10 2015 +0000
Merge branch 'bccore-0.11'
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 c701c892c4bb9063c746df72a290534112ba2f2e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 7 19:58:50 2015 +0000
net-p2p/bitcoin{-qt,-cli,d}: Stabilise
commit 9a266496531e87d8da1d8c605c546f850973f653
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 7 02:00:08 2015 +0000
bitcoin{-qt,d}-0.10.2-r1: Update RBF patch
commit 3da3a8b974d60e501811d1d0526516148d00f60c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jul 5 21:00:19 2015 +0000
bitcoincore: Bump to real 0.10.2, and backport bash completion fix for QA (and bitcoin-cli manpage)
commit 61d98bb0bb10f8ce646e6736eba6efe39e49793e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jul 4 02:30:37 2015 +0000
net-p2p/bitcoin-qt-0.11.0_rc3: typicons licensed under MIT
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 ea2db4ebda1040f52dc24a23d6037e8c641006d3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat May 30 04:18:27 2015 +0000
net-p2p/bitcoin-qt-0.10.2: Add missing qt5 dependencies
commit 6d0de37156ef86c03e4bfbe646cf112917461c33
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat May 30 04:11:05 2015 +0000
net-p2p/bitcoin-qt: Avoid default "no" from usex
commit 6a510bbcae2ff7a24fcc8a29f6718a013a33e091
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat May 23 20:25:36 2015 +0000
Bitcoin Core: 0.10.2 bumps for bitcoin{-qt,d} only (other projects unaffected) with fixed RBF
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 e865bb4952b74cd2d21a127638921e5df84843ad
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Apr 9 10:08:17 2015 +0000
EAPI 5, needed for kde4*eclass EAPI 4 removal.
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 5c87e21e772265d803af9df3bc0f70007ae0259d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Mar 4 04:36:57 2015 +0000
bitcoincore: Revbumps
commit dfde0c8f039315b00723125552791eee76325000
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 3 12:03:41 2015 +0000
Minor adjustments
commit f8694e7ca054636864fc08b0b8abea03c6968ce9
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Feb 27 10:40:11 2015 +0000
bitcoincore: Default spamfilter policy to disabled to save time
commit 5e3f023264356aa74eb5fbe8dfce93778d7a775e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Feb 23 23:19:52 2015 +0000
bitcoincore: Fix more dependency issues
commit b14d248269f8d4fca4a0798fdf84055020ab9e31
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Feb 23 22:09:57 2015 +0000
bitcoincore: Update keywords
commit 530891a39b5d9c02a1c4993ef341d732cc997cce
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Feb 23 22:06:17 2015 +0000
bitcoincore: Dependency fixes
commit b502e32d5b836f5bab7692c12388d22a6db7acae
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Feb 23 08:05:49 2015 +0000
bitcoin-qt: Add qt5 support
commit 76b388c0dcfd4b77b7c8fe36d4e963c9ea4e99cd
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Feb 21 16:34:43 2015 +0000
bitcoincore: BITCOIN_POLICY rbf (replace by fee)
commit b522b9499b30a95272f98f6b2c8799fa9ebb5510
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Feb 21 16:33:15 2015 +0000
bitcoincore: Reorganise policy handling
commit 1791f19eb5fb89f166289b94bbbb42695d1c406a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Feb 20 07:20:29 2015 +0000
bitcoincore: Support for USE=xt to get Mike Hearn's Bitcoin XT patches
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 5d8959ff875bcc9aed4e75ec62f18f2977c5f8cb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jan 15 14:16:02 2015 +0000
Prune old hidapi and jansson, and fix repoman issues
commit cae8b0efdaa0547d4e292eb49c1d6e42dab34bec
Merge: 056c2b2 b62cf49
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jan 15 13:58:50 2015 +0000
Merge branch 'bitcoincore-0.10.x'
Conflicts:
net-p2p/bitcoin-qt/Manifest
net-p2p/bitcoind/Manifest
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 056c2b2102f13a928e1f6f3f378451fd19753d73
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jan 12 13:04:52 2015 +0000
Bitcoin Core: Update to 0.9.4
commit 0869487a0e193921068f8009f53e639adb6bde74
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jan 11 19:51:58 2015 +0000
Bitcoin Core: Stabilise 0.8.6 and 0.9.3
commit 86081950ccb23d5a6211828f930fda4f6616eb63
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jan 10 02:46:32 2015 +0000
Bitcoin Core: Fix compatibility with new OpenSSL (and prune everything older than 0.8.6)
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 7444db8f059710c6fff32194f8b2541a70eaa23a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 25 07:52:17 2014 +0000
Bitcoin Core: Various fixups
commit 4496cdb4b9e53091b5c1ff566fb9833f7a9ec52b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 25 01:23:50 2014 +0000
dev-util/bitcoin-tx-0.10.0_rc1: Bump
commit 5013af22a71c1412ec46bdffe802e53208f92d14
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 25 00:34:22 2014 +0000
net-p2p/bitcoin{-qt,d}-0.10.0_rc1: Use an eclass for common code
commit af9f29c427c6cc3af09734a34ba904c590dfd78e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Dec 24 23:40:10 2014 +0000
net-p2p/bitcoin-qt-0.10.0_rc1: Bump
commit 9ae631bc7415bbd3b545cd09bd86949d45cdb2d5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 4 10:26:21 2014 +0000
Bugfix: net-p2p/bitcoin-qt: Add missing symlink
commit 21666690c6881066c8caa400c641bea38ad1c9bb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Nov 21 02:54:23 2014 +0000
net-p2p/bitcoin-qt-9999: Use system libsecp256k1
commit 57baba0f80b12057d27e4563ce6cc3459218e244
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Nov 20 21:18:17 2014 +0000
net-p2p/bitcoin-qt-9999: Update for libbitcoinconsensus
commit b1386ee2a23b1c44fd05a52e35c7aa2a64434742
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Oct 24 21:04:39 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: Update 9999 for "utils" enableflag
commit de9d18d6966ba0daf13e48cdc5f9e48da6f1d854
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Oct 24 20:51:12 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: Disable automatic ccache use
commit 0005a067d6240ae45bd0bbcbc48ab4fdfa803e41
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Oct 24 20:39:07 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: Update 9999
commit 124855561285c009ddb8363df6af1f54d9a37502
Author: Anthony G. Basile <blueness@gentoo.org>
Date: Fri Oct 10 07:45:17 2014 -0400
net-p2p/bitcoin-qt: fix --disable-first-class-messaging error when USE=-ljr
commit e5cf17857b976d94e5a31ed7ee7c5e0ee0a25fdc
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Oct 10 09:35:47 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: 0.9.3: Accept boost 1.52.0
commit 96675fd30eef168f8202860f13bc8912cb4f5e4a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Oct 10 09:27:00 2014 +0000
net-p2p/bitcoin-qt-0.9.3: Disable ljr USE flag default, and add independent ljr-antispam USE flag to control address-based spam filter
commit 6523a8c8506b9f23a7042e0111734d12f86da8f2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 2 10:15:26 2014 +0000
net-p2p/bitcoin{d,-qt}: prune eligius USE from metadata
commit de6a92f64e496cce7bdb5a324fa3845d6b4666cb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 2 08:02:22 2014 +0000
net-p2p/bitcoin{-qt,d}: Remove no longer maintained next and next-test
commit f525b3409bf15ac1a57af5142e69a983d52b8eb6
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 2 08:00:34 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: Apply minor changes from main tree
commit 14addc224e7f8851792baa59bf79748256e8f7c9
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Oct 2 07:56:20 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: Bump to 0.9.3
commit 82f64eda6d583c81c7bb6a782cbf87c4d542e7f0
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jun 19 19:36:44 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: 0.9.2.1
commit 7bc1e671cd46d9da2fc9ebbe71d4823af8dc5d00
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jun 19 19:12:46 2014 +0000
net-p2p/bitcoin{-cli,-qt,d}: 0.9.2
commit 10d390ed3b4af79034b21bc0d9143abac2a0aa01
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 29 04:30:37 2014 +0000
net-p2p/bitcoin{d,-qt}: use eautoreconf and "emake check" rather than relying on more fragile upstream paths
commit 10df84ecebf34855f28eb21ed37b286793e19970
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 29 03:39:49 2014 +0000
net-p2p/bitcoin{-qt,d}: Enable updates to LevelDB 1.15.0
commit 1d95352e9b90678ca9271dbafd5121fca29cc65b
Author: Matt Whitlock <bitcoin@mattwhitlock.name>
Date: Mon Mar 24 19:24:17 2014 -0400
net-p2p/bitcoin{d,-qt}: use eautoreconf and "emake check" rather than relying on more fragile upstream paths
commit 2df5b9739ce8a8b51c1dd3cd837a2d69e7a89c9c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 22 04:00:32 2014 +0000
net-p2p/bitcoin{-qt,d}: Fix tests
commit c6bb23af7f16a06a56d2b176340d59115d14c52c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 22 00:28:38 2014 +0000
net-p2p/bitcoin-qt: Update for 0.9.0
commit 5d3c5d8cf6831ec9480f40966471a9a0dd1bca37
Author: Justus Ranvier <justusranvier@i2pmail.org>
Date: Fri Dec 13 15:53:16 2013 -0600
actually add the new ebuilds to the repository
commit 4cf54e4e2f5182b50b14972cd48be63d08d6aa45
Author: Justus Ranvier <justusranvier@i2pmail.org>
Date: Fri Dec 13 15:41:13 2013 -0600
version bump bitcoin-qt-0.8.6
commit cde7751076ae1f09a38855ef43dca337e777c0ae
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Oct 22 02:50:26 2013 +0000
Update URIs for files from gitorious
commit 2a1df0db1ded24646144d4a5ee343964861b6e8c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Oct 22 02:39:20 2013 +0000
net-p2p/bitcoin{d,-qt}: Remove old broken versions
commit dfbf7eb4ce1a05326cdda98bf9edd5e848e0e7ff
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Sep 19 17:20:49 2013 +0000
net-p2p/bitcoin{d,-qt}: Expand leveldb version range
commit 1c0f360799ed609ead3bcf9fd1a8bf869bf1e761
Author: Laurent Bachelier <laurent@bachelier.name>
Date: Fri Sep 13 07:49:16 2013 +0200
Bump bitcoind/bitcoin-qt to 0.8.5
commit 9450ec4a2704369a5752e260bf880ec9b645cc5c
Author: Laurent Bachelier <laurent@bachelier.name>
Date: Wed Sep 4 05:04:44 2013 +0200
Bump bitcoind/bitcoin-qt to 0.8.4
commit f656552281b45ecdb01a6e50a8d91ee99bcca3dc
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Aug 4 01:49:27 2013 +0000
net-p2p/bitcoin-qt: Explicitly set Terminal=false in desktop files
commit fa9c28dfaf6f567ba19fc070270205bc33c0b08d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Aug 4 01:48:52 2013 +0000
net-p2p/bitcoin-qt: Add more desktop categories
commit 5639496aea07bea1796a4063f4f2849311b13fd5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Aug 4 01:47:22 2013 +0000
net-p2p/bitcoin-qt: Add URI handling stuff
commit 59c1b677e23960e245252c2d3fbb23bef9ce0f30
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Aug 3 23:58:32 2013 +0000
net-p2p/bitcoin-qt: Update live ebuilds
commit f4cc0c553f5814ac72cbec3b30100c2093db1607
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 16 22:56:20 2013 +0000
net-p2p/bitcoin{-qt,d}: Fix system leveldb patch to use system memenv.h path
commit a19ae8a55aed90432a44d1552803a3ee37830e7e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 16 04:13:59 2013 +0000
net-p2p/bitcoin-qt: 0.8.3: Install manpage
commit c093ff27ca15df630de67913d79914bc8397ad7c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 16 04:05:30 2013 +0000
net-p2p/bitcoin-qt: 0.8.3: Install .protocol file with USE=kde, and always let FDO/GNOME/KDE rebuild their caches
commit 4dda9cb05d584f613dd8bf9c3f76da7e17eac171
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 16 02:51:46 2013 +0000
net-p2p/bitcoin-qt: 0.8.3
commit 94f21d3c7ae9037cb96e01f1820f8ceb6816ea75
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jun 13 23:24:09 2013 +0000
net-p2p/bitcoin-qt: 0.8.2
commit 5a7872bf741671e3ff18c151931d3a2812b5abe4
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jun 13 22:43:54 2013 +0000
Keyword 0.8.1
commit f5ecf5b1c7a5bbed7f8ecc6e4b2d7966850d0a10
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jun 13 22:42:07 2013 +0000
net-p2p/bitcoin-qt: Fix 1stclassmsg for 0.7.3_rc2
commit 044a37ee3b05452a2b8d673baaf119dcdd4a0bb5
Author: Anthony G. Basile <blueness@gentoo.org>
Date: Sat Jun 1 00:00:00 2013 +0000
Force snappy off for leveldb since it may have security issues
commit d8f8b920daee37b8909e988f27b579a157f00b5d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed May 8 04:24:30 2013 +0000
net-p2p/bitcoin-qt: 0.5.8_rc3, 0.6.5_rc3, 0.7.3_rc3
commit 50d4fd91cc7944b67541477135d08c6768dfaf37
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Apr 14 18:04:26 2013 +0000
net-p2p/bitcoin{d,-qt}: Depend specifically on current OpenSSL versions (slot 0)
commit 1279b48a4857a924d8b3f26a8af4ad0bedc05dd1
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Apr 13 01:58:07 2013 +0000
net-p2p/bitcoin{d,-qt}: Fix git ebuilds
commit 020716c86609bd9ce9b0023f099163ec1accd4eb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Apr 13 01:00:15 2013 +0000
net-p2p/bitcoin{d,-qt}: Remove eligius USE flag from 9999.* ebuilds
commit 458ce0a027cdd7a9ae9ba153c3bdf2141d54e9f4
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Apr 6 20:28:56 2013 +0000
net-p2p/bitcoin-qt: 0.5.8_rc2, 0.6.5_rc2, 0.7.3_rc2
commit bb982a5d914b3ac834a77b4bb8e33d627dda41ca
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 26 22:51:08 2013 +0000
net-p2p/bitcoin{d,-qt}: 0.8.1
commit 0db092609d81488ee79e41015a7ba4ba088b13f0
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Mar 4 15:22:45 2013 +0000
Qt package renames
commit 9512c3c47cd57e01b158f03abad14a7b22fad7a6
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Mar 4 15:21:20 2013 +0000
CCPL license rename
commit 3efa8cb236be9132bc2a820103036920adb32d8b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Feb 19 06:37:50 2013 +0000
net-p2p/bitcoin-qt: 0.8.0
commit 0e9b92b99f9c37d74b503134a4d58251f6d5e6cb
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jan 3 19:17:14 2013 +0000
net-p2p/bitcoin{-qt,d}: 0.7.2 final
commit 2a2245cb5a091bf8d559955903a24f46f3ed7305
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Dec 7 17:30:00 2012 +0000
net-p2p/bitcoin{-qt,d}: Updates around de-slotted boost
commit d922d81bc54074d9c60660e6754b39191a3fe9ba
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 6 02:27:17 2012 +0000
net-p2p/bitcoin{d,-qt}: Remove wrong-rc 0.6.4s and add a working rc4
commit d4ee9b8e900ca554edfec60c4bdb046afb5208bd
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Dec 6 02:18:50 2012 +0000
net-p2p/bitcoin{-qt,d}: 0.7.2_rc2
commit 58f410bd4d6acaa5ac76c59bfd26bef1a01bf105
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Oct 28 22:36:09 2012 +0000
net-p2p/bitcoin{-qt,d}: Workaround for bug #440034
commit 36fa9337c9d8711ff07ca825fc8c5358146c32f0
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Oct 28 22:27:04 2012 +0000
net-p2p/bitcoin-qt-0.7.1
commit 57d58040d7b1e13b99ab618ba44f5888d8bdbdf8
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Oct 28 21:29:15 2012 +0000
net-p2p/bitcoin{-qt,d}: bump stable versions to rc4
commit d60a45ac954bdc1d8849bccef22793f7f27f33a2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Sep 21 05:05:01 2012 +0000
net-p2p/bitcoin{-qt,d}: add 9999.1 (next) and 9999.2 (next-test)
commit 1c1ce58b124168c397ae26183f755ec2696e2670
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Sep 21 04:26:36 2012 +0000
net-p2p/bitcoin{-qt,d}: fix 9999[eligius]
commit 4a54f9cabc43eb5bbb500772a858936fdc3fbd8c
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Sep 20 08:41:41 2012 +0000
net-p2p/bitcoin{d,-qt}: Remove ipv6 USE flag from 0.7.0_rc*, since disabling it didn't work
commit 3cc94bebe923d22816725b682562be50b9ac8c30
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Sep 17 21:33:06 2012 +0000
net-p2p/bitcoin-qt: Remove md2k7-asyouwish license, since the art is now MIT-licensed (too)
commit 8c4d946866c36a8028e0fd1af65aa03a63dad5a6
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Sep 17 20:39:03 2012 +0000
net-p2p/bitcoin{d,-qt}: Rename 0.7.0_rc3 to 0.7.0 final
commit a926f88f3f244038b0c6cf428399dba30a3f88ed
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Sep 17 09:16:28 2012 +0000
net-p2p/bitcoin-qt: bump to 0.5.7_rc3, 0.6.0.10_rc3, 0.6.4_rc3, and 0.7.0_rc3
commit 5fb31009f9abba477874e656c5dfa1d39b07003f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Sep 8 05:09:06 2012 +0000
net-p2p/bitcoin-qt: bump to 0.5.7_rc2, 0.6.0.10_rc2, 0.6.4_rc2, and 0.7.0_rc2
commit e7053760082bd2977e33e463f64cdb1de3a359d7
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Sep 2 17:56:15 2012 +0000
net-p2p/bitcoin{d,-qt}: Fix Manifests
commit 8326d32b974a487b2c42e3ceb45b6b83028fd5c3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Aug 30 20:14:55 2012 +0000
net-p2p/bitcoin{d,-qt}: Reconcile 9999 with latest updates
commit 7dada8086df31038c5a7fa7a1111cfbbf65a4cdf
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Aug 30 19:52:06 2012 +0000
net-p2p/bitcoin-qt: bump to 0.5.7_rc1, 0.6.0.10_rc1, 0.6.4_rc1, and 0.7.0_rc1
commit c3118548951be06dda9af9d5d554774a7c200c9d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Aug 6 21:13:01 2012 +0000
net-p2p/bitcoin-qt: promote 0.6.3 to stable
commit c4cd97181f853585e0510cbda54a9ae0e0d44ab5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jul 31 02:31:48 2012 +0000
net-p2p/bitcoin-qt: Specify Qt4 for Qt deps
commit b8d9a0ea4cde3f413a01a66cf17910c57e3b145e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Jul 27 18:47:46 2012 +0000
net-p2p/bitcoin{-qt,d}: Update eligius patch for git master
commit 69d706cb9a2ae990ebc12b1f26fab71f27f05056
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jul 22 23:56:26 2012 +0000
net-p2p/bitcoin{-qt,d}: 0.4.7 and 0.5.6
commit b9f7af1206d3ad5aef997d72a8af2cdf0aaf0db6
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Jul 8 15:09:10 2012 +0000
net-p2p/bitcoin{-qt,d}: 0.6.0.9
commit 81c6f48daac42639b6dbcbdf04e566c76d2423fa
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Jun 26 02:56:13 2012 +0000
net-p2p/bitcoin{-qt,d}: fix 0.6.3
commit e16fe8ce5a09e26ca23d4d8acee8bc17c781a849
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Jun 25 16:39:20 2012 +0000
net-p2p/bitcoin{-qt,d}: 0.6.3 final
commit f0bf65890c3d48a3b4c543a4d5117ad48094bf92
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Jun 21 03:30:19 2012 +0000
net-p2p/bitcoin-qt: 0.5.6_rc3, 0.6.0.9_rc1
commit 14090ea573f68cfbec00e1f5d372f8b1e481af42
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Jun 20 16:31:59 2012 +0000
net-p2p/bitcoin{d,-qt}: Only download Eligius patch if using it is enabled
commit 735509930890fb969c90b652da1d4f34a6f5d418
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Jun 20 16:06:53 2012 +0000
net-p2p/bitcoin-qt: 0.6.3_rc1
commit 334b88223d28990748ccc88553aaed0c09bca38b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Jun 16 15:29:37 2012 +0000
net-p2p/bitcoin-qt: 0.5.6_rc2 and 0.6.0.8_rc2 (removed broken 0.5.x)
commit 9f2ecccc9fae8655a57f15c101a41b5acb00a79d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Jun 8 16:49:50 2012 +0000
net-p2p/bitcoin-qt-9999: add new languages: bg el_GR fr pt_PT
commit 11f2b8564353a9f8376730af5359232d8d60eaa3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun May 20 19:48:47 2012 +0000
net-p2p/bitcoin-qt-9999: new license required
commit 4df45c26702dcc6e12339a0f7bd69ae8931849d1
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri May 18 00:13:03 2012 +0000
net-p2p/bitcoin-qt-9999: new (non-free) license required
commit 2282503be2452ca5a6319bc494551e7133112da4
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed May 16 01:41:46 2012 +0000
net-p2p/bitcoin-qt: remove vulnerable versions and promote 0.5.5 to stable
commit 3daab299bd1d64a9644db20a55a92d48bd6b0fc2
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue May 8 19:20:50 2012 +0000
net-p2p/bitcoin-qt: 0.5.5, 0.6.0.7, and stable RCs
commit 85601be59e803d3609a26d4f8675a06d91d51acc
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue May 8 18:31:30 2012 +0000
net-p2p/bitcoin-qt: 0.6.1 and 0.6.2
commit 514042cf2be13d6bf557366e7019e67f236acd12
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Apr 17 19:39:21 2012 -0400
net-p2p/bitcoin{-qt,d}: fix 9999
commit 367c0c17082dbbd2c980bfa30bd05373be64e3ea
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Apr 15 20:58:01 2012 -0400
net-p2p/bitcoin{-qt,d}: finals for 0.4.5, 0.5.0.6, and 0.5.4 (rc3 renamed)
commit 57184c9bdff4f65ad737a6b14763e96de509df44
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Apr 6 18:01:41 2012 -0400
net-p2p/bitcoin{-qt,d}: 0.5.0.6rc3 and 0.5.4rc3 got retagged...
commit e296ae88d73ddad39697f9c469f4050abb26e568
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Fri Apr 6 17:24:40 2012 -0400
net-p2p/bitcoin{-qt,d}: 0.4.5rc3, 0.5.0.6rc3, and 0.5.4rc3
commit d735fb596e088545c0fc77d8efd363e4fa824663
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Apr 5 18:11:58 2012 -0400
net-p2p/bitcoin{-qt,d}-9999: SSL support is no longer optional
commit 83f6f797fb9bce92ea97d8168f2be696bcecc2ca
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Apr 3 09:26:12 2012 -0400
net-p2p/bitcoin{-qt,d}: use 0.6.0 final eligius_sendfee patch
commit afc7a2af07e7c1795dd3687cccb8f344244e4984
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Apr 3 09:04:07 2012 -0400
net-p2p/bitcoin{-qt,d}: 0.6.0 final
commit 89ea38edecb69c3fba9d5a35c88c74948a4d1bab
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 27 11:04:33 2012 -0400
net-p2p/bitcoin{-qt,d}: 0.4.5rc2, 0.5.0.6rc2, 0.5.4rc2
commit b282c4e51ff3e48b5d72669e51ce1a8ebe842033
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Mar 26 19:47:49 2012 -0400
net-p2p/bitcoin{-qt,d}: 0.5.4_rc1 really shouldn't be stable yet
commit 8381290f2550bc915893a1af65f4e6a040d6623d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Mar 26 18:23:46 2012 -0400
net-p2p/bitcoin{-qt,d}: 0.6.0rc5
commit 48628b32d9fd9e93f9d8c297975ab649d2578c4d
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 24 19:36:36 2012 -0400
net-p2p/bitcoin{-qt,d}: USE=bip16 enables relaying and mining BIP16 txns
commit 0dc74691100df225d394ff72c99c5e47d2d817a4
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 24 19:35:17 2012 -0400
net-p2p/bitcoin{-qt,d}: replace local bip16v patch with equivalent 0.5.0.6rc1 patch
commit 29631ebcf579c572220c316cca76756e75402c8f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 24 19:25:03 2012 -0400
net-p2p/bitcoin{-qt,d}: add 0.4.5_rc1, 0.5.0.6_rc1, and 0.5.4_rc1
commit c0e14577eb4cc71fba2bd7d6b6d7d1b7ca43b6b5
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 24 18:52:02 2012 -0400
remove cruft
commit 40df04e7279a65201e555cd53dd074888fe6168e
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 24 17:52:07 2012 -0400
net-p2p/bitcoin-qt: Promote 0.5.3 to stable
commit fc998acbe1bd0696389af9c9fdee874c007f7d07
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 24 17:26:49 2012 -0400
net-p2p/bitcoin{-qt,d}: Mandatory BIP16 updates
Backport BIP16 support to all maintained versions
Drop old unmaintained versions entirely
Support USE=bip16 to enable backport of BIP16 mining
commit 376f3cf5250d44145ac55aa52bc05c13b4a8273f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Mar 21 13:29:41 2012 -0400
net-p2p/bitcoin{-qt,d}: 0.5.0.5
commit 5121a8d309e157dbe80f93095c7ac1b82d0ffc85
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Mar 21 03:22:31 2012 -0400
net-p2p/bitcoin-qt: 9999: cs_CZ removed
commit f9f02badd2ab22096d6b6a95f64b3c5cde3c215a
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 17 18:18:32 2012 -0400
net-p2p/bitcoin{-qt,d}: ~arch 0.6.0_rc4
commit 42219b79141804babddf989fa4f327de221275b7
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 17 17:57:55 2012 -0400
net-p2p/bitcoin{-qt,d}: revbump 0.5.3-r1 for src_test
commit ecf896408e0034b697ca6b95eb86caa720c0b245
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 17 15:37:46 2012 -0400
net-p2p/bitcoin{-qt,d}: amd64 stable for 0.5.3
commit ff105317d1857a8123a372c18981f6f4788d893b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 17 15:17:15 2012 -0400
net-p2p/bitcoin-qt: Bugfix: add missing languages to 0.6.0_rc4 and 9999
commit 740fae2767a07fe9c9477d944e0e533e6efa5910
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 17 15:14:24 2012 -0400
net-p2p/bitcoin-qt: test support
commit d35d8090f3255b70f34587718c1912cb7f5d6d33
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 17 14:15:32 2012 -0400
net-p2p/bitcoin-qt: 0.6.0_rc4
commit 147bab544061a5431d6abe7e22bdf92c01512b01
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Mar 14 22:40:00 2012 -0400
net-p2p/bitcoin{-qt,d}: Bump to 0.4.4 and 0.5.0.4 final
commit 594d22adaf667ca4f4fb74ab6ee73f0c8eb683d9
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Mar 14 22:28:30 2012 -0400
net-p2p/bitcoin{-qt,d}: Bump to 0.5.3 final
commit 6617d51ebadde8b6692704ac102187a169127be3
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Mar 13 19:13:12 2012 -0400
net-p2p/bitcoin{-qt,d}: Remove BIP17 support (withdrawn)
commit a4d53e2d2c9fa39af9ceab604234105b84f15e8f
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Mar 11 22:30:35 2012 -0400
net-p2p/bitcoin{-qt,d}: Bump to rc4
commit 1e496e447ed9114b67759fc836587c6eb08f5f83
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sun Mar 11 09:26:40 2012 -0400
net-p2p/bitcoin{-qt,d}: Apply BIP30 patch to all old versions
commit 1b59fe152c661ec6a3c0345cfd84e29e3d4d603b
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Mar 5 14:47:51 2012 -0500
net-p2p/bitcoin-qt: 0.5.0.4_rc3 and 0.5.3_rc3
commit 6119cf6781c66bf4c19c3df15321a62df933b2c8
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Feb 21 10:45:46 2012 -0500
net-p2p/bitcoin-qt: 9999: USE=1stclassmsg to enable first-class bitcoin messaging
commit a4e0c6fb3dc055310d06b09fbbcdc66436feaadc
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Feb 21 10:43:09 2012 -0500
net-p2p/bitcoin-qt: revbump for bip17 time update (Mar 23)
commit 1b2646c8199b9e0784c4f4c5ef6ad6f8cfb6d43d
Author: Florian Schmaus <flo@freakempire.de>
Date: Tue Feb 21 13:25:24 2012 +0100
bitcoin-qt-9999 and bitcoind-9999: Use git as primary protocol when fetching data, https is fallback
commit 32ee19db59ae5a7b84a895755e0c4bbb71090501
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Thu Feb 16 14:00:37 2012 -0500
Update copyrights to 2012 on files modified this year
commit dd44909bc7809b44dbda5b740189af7558b21bca
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Wed Feb 15 18:09:13 2012 -0500
net-p2p/bitcoin-qt: 0.5.0.4_rc2 and 0.5.3_rc2
commit ea328cecdbdd804d6a96e1694bdd7d494e3ea922
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Tue Feb 7 16:46:25 2012 -0500
net-p2p/bitcoin{-qt,d}: Remove old versions from each series
net-p2p/wxbitcoin: Replace with net-p2p/bitcoin