summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/bitcoind: drop 25.0Florian Schmaus2023-10-191-18/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-p2p/bitcoin-core: bump to 25.1Matt Whitlock2023-10-197-7/+57
| | | | | | | | 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-p2p/bitcoin-qt: drop 25.0Florian Schmaus2023-10-191-18/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-p2p/bitcoin-cli: drop 25.0Florian Schmaus2023-10-191-13/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-p2p/qbittorrent: revbump to fix service fileAlexey Lunev2023-10-192-1/+1
| | | | | | | Closes: https://bugs.gentoo.org/916012 Signed-off-by: Alexey Lunev <cheembox573@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33415 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-p2p/syncthing: bdepend on >=dev-lang/go-1.20.0 for 1.24.0Sam James2023-10-191-0/+1
| | | | | Closes: https://bugs.gentoo.org/916008 Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: bump to 4.5.5, add openrc service & qt6Alexey Lunev2023-10-196-11/+213
| | | | | | | Closes: https://bugs.gentoo.org/914197 Closes: https://github.com/gentoo/gentoo/pull/33365 Signed-off-by: Alexey Lunev <cheembox573@gmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-p2p/ktorrent: drop 23.08.1Andreas Sturmlechner2023-10-123-148/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-p2p/ktorrent: 23.08.2 version bumpAndreas Sturmlechner2023-10-122-0/+95
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-p2p/syncthing: Stabilize 1.24.0 amd64, #915498Sam James2023-10-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.24.0 x86, #915498Sam James2023-10-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.5.4 amd64, #915451Sam James2023-10-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.24.0 ppc64, #915498Sam James2023-10-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.24.0 arm64, #915498Sam James2023-10-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.24.0 arm, #915498Sam James2023-10-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/qbittorrent: Stabilize 4.5.4 x86, #915451Arthur Zamarin2023-10-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-p2p/bitcoin-core: don't enable USE=qrcode per defaultFlorian Schmaus2023-10-091-1/+1
| | | | | | | USE=qrcode requires qt5 via REQUIRED_USE, which is *not* enabled per default. Either both USE flags should be enabled per default, or none. Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-p2p/bitcoin-core-25.0: introduce combined packageMatt Whitlock2023-10-0912-0/+864
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-p2p/arti: sync live metadataJohn Helmert III2023-10-081-2/+5
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* net-p2p/arti: drop 1.1.5, 1.1.6John Helmert III2023-10-083-1269/+0
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* net-p2p/arti: add 1.1.9John Helmert III2023-10-082-0/+633
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* net-p2p/rtorrent: Stabilize 0.9.8-r2 amd64, #911346Sam James2023-10-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/rtorrent: Stabilize 0.9.8-r2 x86, #911346Sam James2023-10-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/kubo: bdepend on <go-1.21Sam James2023-09-233-3/+6
| | | | | Bug: https://bugs.gentoo.org/912149 Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/nicotine+: fix VariableShadowedArthur Zamarin2023-09-193-51/+12
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-p2p/ktorrent: drop 23.08.0Andreas Sturmlechner2023-09-152-94/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-p2p/ktorrent: 23.08.1 version bumpAndreas Sturmlechner2023-09-153-0/+148
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-p2p/cpuminer-opt: drop 3.22.3Craig Andrews2023-09-132-50/+0
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-p2p/cpuminer-opt: add 3.23.1Craig Andrews2023-09-132-0/+50
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-p2p/freenet: avoid unrecognized VM option 'MaxPermSize=1024M'Volkmar W. Pogatzki2023-09-111-2/+0
| | | | | | | | | | | | MaxPermSize was removed in an earlier version and this option was causing an error with Java 17: ERROR | wrapper | JVM exited while loading the application. INFO | jvm 1 | Unrecognized VM option 'MaxPermSize=1024M' INFO | jvm 1 | Error: Could not create the Java Virtual Machine. Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/30702 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-p2p/arti: add 1.1.8John Helmert III2023-09-102-0/+677
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* net-p2p/syncthing: add 1.24.0Marek Szuba2023-09-072-0/+113
| | | | | | Now with go-1.21 support. Standing by for 1.22 breakage in 3..2..1... Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/transmission: add 4.0.4Craig Andrews2023-08-282-0/+154
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-p2p/ktorrent: 23.08.0 version bumpAndreas Sturmlechner2023-08-252-0/+94
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-p2p/transmission: depend on >=dev-cpp/gtkmm-4.11.1Mike Gilbert2023-08-231-1/+1
| | | | | Closes: https://bugs.gentoo.org/912876 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-p2p/syncthing: drop 1.23.5Marek Szuba2023-08-222-114/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: Stabilize 1.23.6 x86, #912752Sam James2023-08-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.23.6 amd64, #912752Sam James2023-08-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.23.6 arm64, #912752Sam James2023-08-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.23.6 arm, #912752Sam James2023-08-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: Stabilize 1.23.6 ppc64, #912752Sam James2023-08-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/transmission: Stabilize 4.0.3-r1 x86, #906317Sam James2023-08-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/biglybt: drop 3.3.0.0Volkmar W. Pogatzki2023-08-182-122/+0
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/32353 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* net-p2p/biglybt: Stabilize 3.4.0.0 arm64, #911304Sam James2023-08-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/syncthing: add 1.23.7Marek Szuba2023-08-122-0/+114
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/syncthing: require <dev-lang/go-1.21Marek Szuba2023-08-122-0/+2
| | | | | | | | | | As usual, a new minor version of Go has broken one of the bundled dependencies. Upstream is already aware of this (see https://github.com/syncthing/syncthing/issues/9034) so hopefully we won't have to wait for a proper resolution. Closes: https://bugs.gentoo.org/912060 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/kubo: add 0.22.0David Roman2023-08-102-0/+72
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/32243 Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* net-p2p/qbittorrent: drop myself as maintainer; m-n.Piotr Karbowski2023-08-091-4/+1
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* net-p2p/nicotine+: drop myself as maintainer; m-n.Piotr Karbowski2023-08-091-4/+1
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* net-p2p/biglybt: Stabilize 3.4.0.0 amd64, #911304Sam James2023-08-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>