summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/cargo-ebuild: add gentoo upstream metadataSam James2023-10-121-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/lcov: update maintainers (drop inactive proxied maint)Sam James2023-10-121-4/+0
| | | | | | | Only seems to have committed to the package at the latest in 2010. Closes: https://bugs.gentoo.org/633134 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/lcov: add 2.0Sam James2023-10-123-6/+124
| | | | | Bug: https://bugs.gentoo.org/903633 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/lcov: add 1.16Sam James2023-10-123-7/+67
| | | | | | | | | | * Fix tests (just run them with -j1) * Fix shebangs for prefix in installed perl scripts Closes: https://bugs.gentoo.org/689730 Closes: https://bugs.gentoo.org/759400 Closes: https://bugs.gentoo.org/903633 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/stripe-mock: Bump to 0.176.0Michał Górny2023-10-122-0/+28
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/intel-graphics-compiler: update vc patchConrad Kostecki2023-10-121-19/+33
| | | | | | Update VC patch to use upstreams commited version. Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-util/bpftool: add 6.5.7Jakov Smolić2023-10-112-0/+120
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/clippy: add 9.0.1Jakov Smolić2023-10-112-0/+59
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/clippy: drop 8.5, 8.5.2Jakov Smolić2023-10-113-113/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/difftastic: add 0.52.0, drop 0.51.1Patrick McLean2023-10-102-2/+9
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/intel-graphics-compiler: add 1.0.15368.3Conrad Kostecki2023-10-112-0/+103
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-util/mk-configure: needs mkdep/makedependSam James2023-10-101-2/+5
| | | | | | | Pfffft. Closes: https://bugs.gentoo.org/915490 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/lttng-tools: Stabilize 2.13.9 x86, #915434Joonas Niilola2023-10-101-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/lttng-tools: Stabilize 2.13.9 amd64, #915434Joonas Niilola2023-10-101-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/pwntools: disable update checkMario Haustein2023-10-092-0/+5
| | | | | | | Closes: https://bugs.gentoo.org/915496 Closes: https://github.com/gentoo/gentoo/pull/33268 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-util/lttng-ust: Stabilize 2.13.6 amd64, #915414Sam James2023-10-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/hip: add 5.7.0Patrick Lauer2023-10-093-0/+100
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-util/hipcc: new package, add 5.7.0Patrick Lauer2023-10-093-0/+47
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-util/lttng-ust: Stabilize 2.13.6 x86, #915414Arthur Zamarin2023-10-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/lttng-ust: Stabilize 2.13.6 ppc, #915414Arthur Zamarin2023-10-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/pwntools: add bash/zsh completionMario Haustein2023-10-091-1/+7
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/33225 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-util/rocminfo: add 5.7.0Patrick Lauer2023-10-092-0/+39
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-util/rocm-cmake: add 5.7.0Patrick Lauer2023-10-092-0/+32
| | | | Signed-off-by: Patrick Lauer <patrick@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/cookiecutter: drop 2.2.3, 2.3.0Andrew Ammerlaan2023-10-093-107/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* dev-util/cookiecutter: stabilize 2.3.1 for amd64, x86Andrew Ammerlaan2023-10-091-1/+1
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* dev-util/cookiecutter: add 2.4.0Andrew Ammerlaan2023-10-092-0/+54
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* dev-util/lttng-ust: Stabilize 2.13.6 ppc64, #915414Sam James2023-10-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/lttng-ust: Stabilize 2.13.6 arm, #915414Sam James2023-10-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/lttng-ust: Stabilize 2.13.6 sparc, #915414Sam James2023-10-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/lttng-ust: Stabilize 2.13.6 arm64, #915414Sam James2023-10-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/mk-configure: new package, add 0.38.2Sam James2023-10-093-0/+99
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/pkgcheck: (live) bump depsArthur Zamarin2023-10-081-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/pkgcheck: add 0.10.26Arthur Zamarin2023-10-082-0/+95
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/dialog: add 1.3.20231002Sam James2023-10-082-0/+64
| | | | | Closes: https://bugs.gentoo.org/900142 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/cbindgen: add 0.26.0Joonas Niilola2023-10-072-0/+71
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/cbindgen: drop 0.24.3Joonas Niilola2023-10-072-96/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/samurai: Stabilize 1.2-r2 ppc64, #915309Sam James2023-10-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/samurai: Stabilize 1.2-r2 ppc, #915309Arthur Zamarin2023-10-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/catfish: Remove oldMichał Górny2023-10-062-51/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/samurai: Stabilize 1.2-r2 amd64, #915309Arthur Zamarin2023-10-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/samurai: Stabilize 1.2-r2 arm, #915309Arthur Zamarin2023-10-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/samurai: Stabilize 1.2-r2 x86, #915309Arthur Zamarin2023-10-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/catfish: Stabilize 4.18.0 amd64, #915239Arthur Zamarin2023-10-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/cmake: add 3.27.7Sam James2023-10-062-0/+299
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/samurai: Stabilize 1.2-r2 arm64, #915309Sam James2023-10-061-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/catfish: Stabilize 4.18.0 x86, #915239Sam James2023-10-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/scons: Pass --no-same-owner to tarMaksim Ivanov2023-10-064-8/+12
| | | | | | | | | | | Use tar with "--no-same-owner" when unpacking sources. This is to avoid permission errors in specific environments, and also to be consistent with existing code like unpacker.eclass or llvm.org.eclass. Signed-off-by: Maksim Ivanov <emaxx@google.com> Closes: https://github.com/gentoo/gentoo/pull/33212 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/selenium-manager: move ~x86 keyword forwardHans de Graaff2023-10-062-2/+2
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-util/selenium-manager: add 4.13.0Hans de Graaff2023-10-062-0/+308
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>