summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/intel_clc: Version bump to 24.0.2Matt Turner2024-02-282-0/+87
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/pahole: add 1.26Matthias Schwarzott2024-02-282-0/+66
| | | | Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
* dev-util/kio-perldoc: 24.02.0 version bumpAndreas Sturmlechner2024-02-282-0/+24
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-util/kdevelop-python: 24.02.0 version bumpAndreas Sturmlechner2024-02-282-0/+52
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-util/kdevelop-php: 24.02.0 version bumpAndreas Sturmlechner2024-02-282-0/+54
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-util/kdevelop: 24.02.0 version bumpAndreas Sturmlechner2024-02-282-0/+135
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-util/fq: recreate Go dep tarballSam James2024-02-271-1/+1
| | | | | | Much smaller with the cached .zips dropped. Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/fq: drop 0.8.0Sam James2024-02-272-42/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/sh: always install man pages, drop 9999Sam James2024-02-272-81/+7
| | | | | | | | I don't see much value in the live ebuild here and it also breaks my go bump script. I could (and should) fix that but I didn't realise we even had a live ebuild for this. Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/sh: add 3.8.0Sam James2024-02-272-0/+56
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/fq: add 0.10.0Sam James2024-02-272-0/+42
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bpftop: new package, add 0.2.2Patrick McLean2024-02-273-0/+228
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/tkdiff: drop 5.1, 5.2.1 add 5.6Alfredo Tupone2024-02-273-29/+3
| | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* dev-util/gertty: clean up patchesMatthew Thode2024-02-261-116/+0
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* dev-util/gertty: sqlalchemy patch mergedMatthew Thode2024-02-261-4/+1
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* dev-util/buildbot-worker: restore 3.11.0Sam James2024-02-252-0/+141
| | | | | | | Apparently dev-util/buildbot depends on the precise version... Fixes: 574290a65df445a55d5456024e093f26459f32c6 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/buildbot-worker: add 3.11.1Eli Schwartz2024-02-252-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Upstream point release officially drops dev-python/future as a requirement by replacing it with dev-python/six instead, as a python2 compatibility library. This is actually the only change for buildbot-worker, although there is one commit each to buildbot and buildbot-www as well. This point release truly is mild, like all the best bugfix patch releases. Anyways, this is nice, because six is a tolerable dependency that we have broad use of in the tree, whereas future is a hot mess, deprecated, and broken entirely if you depend on it in python 3.12, so delayed updating PYTHON_COMPAT in consumers. Drop attempts at patching future out of buildbot-worker, it's not needed anymore. n.b. The new buildbot tag is not yet on PyPI, but buildbot gets simultaneously released to Github Releases on a regular basis. Take this opportunity to add the latter as a secondary download location. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/spirv-llvm-translator: Add patch to fix test failureMatt Turner2024-02-242-1/+30
| | | | | Bug: https://bugs.gentoo.org/920053 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/bpftool: Fix automagic llvm depencencyJakov Smolić2024-02-242-1/+4
| | | | | Closes: https://bugs.gentoo.org/919699 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/bpftool: add python-3.12Holger Hoffstätte2024-02-242-2/+2
| | | | | | Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/35515 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/bpftool: remove -WerrorHolger Hoffstätte2024-02-242-0/+6
| | | | | | | Closes: https://bugs.gentoo.org/887981 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/ostree: add 2024.3Arthur Zamarin2024-02-242-0/+122
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/pycharm-professional: drop versionsAlfred Wingate2024-02-245-496/+0
| | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/35082 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/pycharm-professional: add 2023.3.3Alfred Wingate2024-02-242-0/+148
| | | | | | | | | | | | | | | * Add license of bundled dependencies. * Drop x86 as compatible libraries aren't included. * Finally handle noise from prebuilt libraries. * Remove README which is outdated, nowadays JetBrains prefers their own fork of OpenJDK over Oracle JDK. Bug: https://bugs.gentoo.org/694272 Bug: https://bugs.gentoo.org/914287 Bug: https://bugs.gentoo.org/914285 Bug: https://bugs.gentoo.org/914286 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/bpftool: add 6.7.6Jakov Smolić2024-02-242-0/+120
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/google-perftools: remove sandbox check from testingBernard Cafarelli2024-02-241-6/+0
| | | | | | | Tests now execute properly with sandbox enabled, even if some are failing depending on the arch (ABI_X86=32 for example) Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* dev-util/rgbds: update maintainersorbea2024-02-241-4/+0
| | | | | Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/maxcso: update maintainersorbea2024-02-241-4/+0
| | | | | Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/pkgdev: Stabilize 0.2.9 ALLARCHES, #925340Sam James2024-02-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/promu: drop 0.13.0 and 0.14.0Rahil Bhimjiani2024-02-233-68/+0
| | | | | Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/rgbds: update maintainersViorel Munteanu2024-02-231-0/+4
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-util/rgbds: fix the live ebuild installorbea2024-02-231-1/+1
| | | | | | | | Upstream renamed README.rst to README.md. Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/35468 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-util/cookiecutter: drop 2.1.1, 2.4.0Andrew Ammerlaan2024-02-233-107/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* dev-util/cookiecutter: add 2.6.0Andrew Ammerlaan2024-02-232-0/+54
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* dev-util/maxcso: update maintainersViorel Munteanu2024-02-231-0/+4
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-util/maxcso: build with app-arch/libdeflateorbea2024-02-231-6/+15
| | | | | | | | | | Upstream now supports an external libdeflate. Upstream-PR: https://github.com/unknownbrackets/maxcso/pull/83 Upstream-Commit: https://github.com/unknownbrackets/maxcso/commit/49493443fc5b337bd77df3cfb1726c39fea9896c Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/35035 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-util/hfstospell: add 0.5.4Joonas Niilola2024-02-232-0/+71
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/gitlab-runner: add 16.8.1, 16.9.0William Hubbs2024-02-223-0/+128
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-util/mingw64-toolchain: prevent sys/sdt.h (systemtap) detectionIonen Wolkens2024-02-221-0/+3
| | | | | | | | | | | | | Unsure which conditions are needed to reproduce exactly, (having dev-debug/systemtap is not enough) but failed for a user with USE=systemtap enabled globally (perhaps related to glibc[systemtap] or gcc[systemtap]). --disable-systemtap does not do anything to help here, the header is checked individually by libstdc++ and then fails given it's missing for the mingw target. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-util/jenkins-bin: drop 2.426.2, 2.428Hans de Graaff2024-02-223-92/+0
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-util/jenkins-bin: add 2.440.1, 2.446Hans de Graaff2024-02-223-0/+90
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-util/android-udev-rules: drop 20231207Alfred Wingate2024-02-222-43/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/35459 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-util/android-udev-rules: add 20240221Alfred Wingate2024-02-222-0/+43
| | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-util/perf: fix build on ia64Matoro Mahri2024-02-222-0/+13
| | | | | | | | Upstream no longer taking patches for ia64. Closes: https://github.com/gentoo/gentoo/pull/35445 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-util/babeltrace: add 1.5.11Matoro Mahri2024-02-222-0/+48
| | | | | | | Bug: https://bugs.gentoo.org/923955 Closes: https://github.com/gentoo/gentoo/pull/35454 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-util/ruff: add 0.2.2, drop 0.2.1Patrick McLean2024-02-212-225/+209
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/act: new package, add 0.2.59William Hubbs2024-02-213-0/+35
| | | | | | This utility allows you to run github workflows locally. Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-util/buildbot-worker: Stabilize 3.9.0 amd64, #925124Sam James2024-02-211-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/mdds: drop 2.0.3Andreas Sturmlechner2024-02-202-61/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-util/idea-community: drop 2023.3.4Mike Pagano2024-02-202-130/+0
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>