summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles/use.desc: Make USE=asm globalMichał Górny2023-12-181-3/+0
| | | | | | | | Add a global USE=asm. It is used consistently in 16 packages. Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34330 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/libbitcoinconsensus: unkeyword 25.1 for ~mipsMatoro Mahri2023-12-111-1/+1
| | | | | | Bug: https://bugs.gentoo.org/918445 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@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>
* net-libs/libbitcoinconsensus: drop 0.21.0, 22.0, 24.0.1Florian Schmaus2023-10-246-594/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-libs/libbitcoinconsensus: Stabilize 25.1 x86, #902099Joonas Niilola2023-10-241-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libbitcoinconsensus: 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/+14
| | | | | | | | 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>
* net-libs/libbitcoinconsensus: drop 25.0Florian Schmaus2023-10-191-14/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-p2p/bitcoin-core-25.0: introduce combined packageMatt Whitlock2023-10-091-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* net-libs/libbitcoinconsensus: add 24.0.1Sam James2023-01-053-0/+376
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libbitcoinconsensus: Stabilize 22.0 x86, #889692Arthur Zamarin2023-01-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-libs/libbitcoinconsensus: Stabilize 22.0 amd64, #889692Arthur Zamarin2023-01-041-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-libs/libbitcoinconsensus: drop 0.20.1, 0.21.1, 21.2Sam James2023-01-044-316/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libbitcoinconsensus: fix StaticSrcUriSam James2022-10-015-9/+9
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libbitcoinconsensus: Bump to 21.2Luke Dashjr2022-01-152-0/+106
| | | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Closes: https://github.com/gentoo/gentoo/pull/23408 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libbitcoinconsensus: Bump to 22.0Luke Dashjr2021-12-172-0/+117
| | | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Closes: https://github.com/gentoo/gentoo/pull/22983 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>
* net-libs/libbitcoinconsensus: Bump to 0.21.1Craig Andrews2021-07-112-0/+110
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* Revert "net-libs/libbitcoinconsensus: Bump to 0.21.1"Georgy Yakovlev2021-07-092-110/+0
| | | | | | This reverts commit c9fe8fe97d5999dc9b05a41649fb33fca7a4f02a. Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* net-libs/libbitcoinconsensus: Bump to 0.21.1Luke Dashjr2021-07-092-0/+110
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-libs/libbitcoinconsensus: Stabilize 0.21.0 x86, #790074Sam James2021-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libbitcoinconsensus: 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>
* net-libs/libbitcoinconsensus: Bump to 0.21.0Luke Dashjr2021-02-072-0/+100
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libbitcoinconsensus: cleanup oldSam James2021-01-214-298/+0
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libbitcoinconsensus: Stabilize 0.20.1 x86, #762056Sam James2021-01-051-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libbitcoinconsensus: Stabilize 0.20.1 amd64, #762056Sam James2020-12-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libbitcoinconsensus: Bump to 0.20.1Luke Dashjr2020-08-182-0/+100
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-libs/libbitcoinconsensus: Bump to 0.20.0Luke Dashjr2020-06-162-0/+102
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-libs/libbitcoinconsensus: Drop redundant versionsLuke Dashjr2020-03-073-195/+0
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-libs/libbitcoinconsensus: Bump to 0.19.1Luke Dashjr2020-03-072-0/+99
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-libs/libbitcoinconsensus: Bump to 0.18.0Luke Dashjr2019-08-072-0/+99
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-libs/libbitcoinconsensus: Bump to 0.17.1Luke Dashjr2019-01-112-0/+96
| | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-libs/libbitcoinconsensus: remove old and vulnerableVirgil Dupras2018-10-232-101/+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
* net-libs/libbitcoinconsensus: 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
* net-libs/libbitcoinconsensus: remove oldVirgil Dupras2018-09-302-97/+0
| | | | | Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
* net-libs/libbitcoinconsensus: 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"
* net-libs/libbitcoinconsensus: Bump to 0.16.3Luke Dashjr2018-09-212-0/+97
| | | | | | Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org> Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Bug: https://bugs.gentoo.org/666669
* net-libs/libbitcoinconsensus: Bump to 0.16.0Luke Dashjr2018-04-012-0/+97
|
* net-libs/libbitcoinconsensus: Drop oldAndreas Sturmlechner2018-03-183-58/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-libs/libbitcoinconsensus: arm stable wrt bug #644940Mikle Kolyada2018-03-181-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-libs/libbitcoinconsensus: amd64 stable wrt bug #644940Agostino Sarubbo2018-02-221-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64"
* net-libs/libbitcoinconsensus: use HTTPS instead of HTTPFrancesco Turco2018-01-291-3/+3
|
* net-libs/libbitcoinconsensus: x86 stable (bug #644940)Thomas Deutschmann2018-01-271-2/+2
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* net-libs/libbitcoinconsensus: Drop live ebuild (outdated)Andreas Sturmlechner2018-01-191-29/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-libs/libbitcoinconsensus: Bump to 0.15.1Luke Dashjr2017-12-313-0/+106
|
* net-libs/*: Update Manifest hashesMichał Górny2017-12-101-4/+4
|
* Migrate Bitcoin ebuilds to proxy-maint projectLuke Dashjr2017-07-091-4/+4
| | | | Closes: https://github.com/gentoo/gentoo/pull/5075
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>