commit: b8eea08860ad68dcdba959ae784782643e3690c1 Author: Matt Whitlock <gentoo <AT> mattwhitlock <DOT> name> AuthorDate: Wed Oct 25 00:44:52 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Oct 25 08:37:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8eea088
package.deprecated: add Bitcoin Core transitional packages Signed-off-by: Matt Whitlock <gentoo <AT> mattwhitlock.name> Closes: https://github.com/gentoo/gentoo/pull/33494 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> profiles/package.deprecated | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 01ba1c3d5759..1983e7d43c79 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,19 @@ #--- END OF EXAMPLES --- +# Matt Whitlock <[email protected]> (2023-10-24) +# Transitional meta packages. Please update dependencies: +# dev-util/bitcoin-tx -> net-p2p/bitcoin-core +# net-libs/libbitcoinconsensus -> net-p2p/bitcoin-core[libs] +# net-p2p/bitcoin-cli -> net-p2p/bitcoin-core[bitcoin-cli] +# net-p2p/bitcoin-qt -> net-p2p/bitcoin-core[gui] +# net-p2p/bitcoind -> net-p2p/bitcoin-core[daemon] +dev-util/bitcoin-tx +net-libs/libbitcoinconsensus +net-p2p/bitcoin-cli +net-p2p/bitcoin-qt +net-p2p/bitcoind + # Andreas Sturmlechner <[email protected]> (2023-10-21) # QtScript is deprecated since Qt 5.5, all projects must port away. # Bug 915779
