summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/bitcoin-tx: remove ~mipsAndreas K. Hüttel2024-08-251-2/+2
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* net-p2p/bitcoin-core: switch transitional packages to EAPI=8Matt Whitlock2023-10-251-1/+1
| | | | | Signed-off-by: Matt Whitlock <gentoo@mattwhitlock.name> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-util/bitcoin-tx: drop 0.21.0-r2, 22.0-r2, 24.0.1-r1Florian Schmaus2023-10-248-652/+0
| | | | | | | | Closes: https://bugs.gentoo.org/911921 Closes: https://bugs.gentoo.org/911886 Closes: https://bugs.gentoo.org/889802 Closes: https://bugs.gentoo.org/766827 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-util/bitcoin-tx: Stabilize 25.1 x86, #902099Joonas Niilola2023-10-241-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/bitcoin-tx: Stabilize 25.1 amd64, #902099Joonas Niilola2023-10-241-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/bitcoin-core: bump to 25.1Matt Whitlock2023-10-191-0/+13
| | | | | | | | See: https://github.com/bitcoin/bitcoin/releases/tag/v25.1 Closes: https://bugs.gentoo.org/916014 Signed-off-by: Matt Whitlock <gentoo@mattwhitlock.name> Closes: https://github.com/gentoo/gentoo/pull/33414 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-util/bitcoin-tx: drop 25.0Florian Schmaus2023-10-191-13/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-p2p/bitcoin-core-25.0: introduce combined packageMatt Whitlock2023-10-091-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 migrating to /var/lib/bitcoind/. On systems where the older path exists, the ebuild installs a symlink at the new path, so that the system service will continue to work, and emits an ewarn instructing the user to run the pkg_config() function to perform the migration on their system. 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. Closes: https://bugs.gentoo.org/890261 Signed-off-by: Matt Whitlock <gentoo@mattwhitlock.name> Closes: https://github.com/gentoo/gentoo/pull/32978 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-util/bitcoin-tx: fix build w/ gcc 13Sam James2023-04-102-0/+40
| | | | | Closes: https://bugs.gentoo.org/894734 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bitcoin-tx: old versions need old dev-util/libsecp256k1Matt Whitlock2023-03-192-2/+4
| | | | | | Bug: https://bugs.gentoo.org/901367 Signed-off-by: Matt Whitlock <gentoo@mattwhitlock.name> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bitcoin-tx: fix libsecp256k1 dep for oldSam James2023-01-062-3/+3
| | | | | | Closes: https://bugs.gentoo.org/889860 Closes: https://bugs.gentoo.org/889858 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bitcoin-tx: add virtual/bitcoin-leveldb depSam James2023-01-051-0/+3
| | | | | | | | | | We may be able to prune this again (only bitcoin-qt/bitcoind actually need it, maybe?) but most people will have one of those anyway, and we want to keep stuff working. We already did a huge rebase of the patches so I'd rather let the dust settle first. Closes: https://bugs.gentoo.org/889782 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bitcoin-tx: add 24.0.1Sam James2023-01-053-0/+361
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bitcoin-tx: Stabilize 22.0 x86, #889692Arthur Zamarin2023-01-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/bitcoin-tx: Stabilize 22.0 amd64, #889692Arthur Zamarin2023-01-041-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/bitcoin-tx: drop 0.20.1, 0.21.1, 21.2Sam James2023-01-044-310/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bitcoin-tx: fix StaticSrcUriSam James2022-10-015-5/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bitcoin-tx: remove stale boost lower boundsDavid Seifert2022-09-045-5/+5
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-util/bitcoin-tx: remove boost[threads(+)] usedepDavid Seifert2022-09-045-9/+9
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-util/bitcoin-tx: Bump to 21.2Luke Dashjr2022-01-152-0/+102
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/bitcoin-tx-22.0: Fix build without LevelDBLuke Dashjr2021-12-192-0/+24
| | | | | | | Closes: https://bugs.gentoo.org/829412 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Closes: https://github.com/gentoo/gentoo/pull/23410 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-util/bitcoin-tx: Bump to 22.0Luke Dashjr2021-12-172-0/+113
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-util/bitcoin-tx: Bump to 0.21.1Craig Andrews2021-07-112-0/+102
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* Revert "dev-util/bitcoin-tx: Bump to 0.21.1"Georgy Yakovlev2021-07-092-102/+0
| | | | | | This reverts commit 7f34669f9a5170fd5296f1bb77d34ea8c4caf053. Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-util/bitcoin-tx: Bump to 0.21.1Luke Dashjr2021-07-092-0/+102
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-util/bitcoin-tx: Stabilize 0.21.0 x86, #790074Sam James2021-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bitcoin-tx: Stabilize 0.21.0 amd64, #790074Sam James2021-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/bitcoin-tx: Bump to 0.21.0Luke Dashjr2021-02-072-0/+106
| | | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Closes: https://github.com/gentoo/gentoo/pull/19282 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/bitcoin-tx: remove unused patch(es)Michael Mair-Keimberger2021-01-271-47/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/19235 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-util/bitcoin-tx: cleanup oldSam James2021-01-214-315/+0
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bitcoin-tx: Stabilize 0.20.1 x86, #762056Sam James2021-01-051-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bitcoin-tx: Stabilize 0.20.1 amd64, #762056Sam James2020-12-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bitcoin-tx: Bump to 0.20.1Luke Dashjr2020-08-182-0/+106
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-util/bitcoin-tx-0.20.0: Remove reference to unnecessary/missing patchLuke Dashjr2020-06-171-2/+0
| | | | | | | Closes: https://bugs.gentoo.org/728534 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Closes: https://github.com/gentoo/gentoo/pull/16291 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-util/bitcoin-tx: Bump to 0.20.0Luke Dashjr2020-06-162-0/+110
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-util/bitcoin-tx: remove unused patchMichael Mair-Keimberger2020-04-261-20/+0
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/bitcoin-tx-0.19.1: Fix build without libeventLuke Dashjr2020-04-102-0/+49
| | | | | | | Closes: https://bugs.gentoo.org/715268 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Closes: https://github.com/gentoo/gentoo/pull/15291 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-util/bitcoin-tx: Drop redundant versionsLuke Dashjr2020-03-073-203/+0
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-util/bitcoin-tx: Bump to 0.19.1Luke Dashjr2020-03-072-0/+105
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-util/bitcoin-tx: Bump to 0.18.0Luke Dashjr2019-08-072-0/+102
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-util/bitcoin-tx-0.17.1: Fix build without libeventLuke Dashjr2019-01-122-0/+22
| | | | | | Fixes: https://bugs.gentoo.org/675256 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-util/bitcoin-tx: Bump to 0.17.1Luke Dashjr2019-01-112-0/+99
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-util/bitcoin-tx: remove old and vulnerableVirgil Dupras2018-10-232-104/+0
| | | | | | Bug: https://bugs.gentoo.org/666669 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-util/bitcoin-tx: x86 stable (bug #666669)Thomas Deutschmann2018-10-011-1/+1
| | | | | Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* dev-util/bitcoin-tx: remove oldVirgil Dupras2018-09-302-100/+0
| | | | | Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
* dev-util/bitcoin-tx: amd64 stable wrt bug #666669Agostino Sarubbo2018-09-251-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="amd64"
* dev-util/bitcoin-tx: Bump to 0.16.3Luke Dashjr2018-09-212-0/+100
| | | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Bug: https://bugs.gentoo.org/666669