summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/glib-utils: Stabilize 2.78.3 x86, #920657Arthur Zamarin2023-12-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/gdbus-codegen: Stabilize 2.78.3 x86, #920657Arthur Zamarin2023-12-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/glib-utils: Stabilize 2.78.3 ppc64, #920657Arthur Zamarin2023-12-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/gdbus-codegen: Stabilize 2.78.3 ppc64, #920657Arthur Zamarin2023-12-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/glib-utils: Stabilize 2.78.3 amd64, #920657Arthur Zamarin2023-12-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/gdbus-codegen: Stabilize 2.78.3 amd64, #920657Arthur Zamarin2023-12-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/glib-utils: Stabilize 2.78.3 ppc, #920657Arthur Zamarin2023-12-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/gdbus-codegen: Stabilize 2.78.3 ppc, #920657Arthur Zamarin2023-12-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/kio-perldoc: Stabilize 23.08.4 x86, #920693Arthur Zamarin2023-12-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/intel-graphics-compiler: add 1.0.15770.7Conrad Kostecki2023-12-282-0/+102
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-util/intel-graphics-system-controller: add 0.8.16Conrad Kostecki2023-12-282-0/+51
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-util/intel_clc: Version bump to 23.3.2Matt Turner2023-12-282-0/+116
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/intel_clc: Add Python 3.12 compatibilityMatt Turner2023-12-281-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/lldb: Add 18.0.0_pre20231228 snapshotMichał Górny2023-12-282-0/+117
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/strace: drop 6.4, 6.5Sam James2023-12-283-219/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/cmake: drop 3.28.0Sam James2023-12-282-297/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/snakeviz: drop 2.1.1Sam James2023-12-282-24/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/diffoscope: drop 250, 251, 252Sam James2023-12-284-381/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/babeltrace: add subslot to <2Matoro Mahri2023-12-281-2/+2
| | | | | | | | | For dep resolution only, no need to revbump as triggering rebuilds is not desired. Bug: https://bugs.gentoo.org/920371 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: mirror kernel restrictions for libdw supportMatoro Mahri2023-12-283-3/+44
| | | | | | | | | | | | | | Kernel has a whitelist of architectures for which unwind via libdw is supported. Right now the ebuild unconditionally enables it, this fails on architectures where kernel support is not merged (e.g. alpha). This list needs to be checked and synced on updates. There shouldn't be anything removed from it in the future, only added. Bug: https://bugs.gentoo.org/759754 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34376 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/source-highlight: update EAPI 7 -> 8Eli Schwartz2023-12-281-1/+1
| | | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34509 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/source-highlight: fix some old formatting quirksEli Schwartz2023-12-281-7/+8
| | | | | | | | | | | src_* functions should be defined according to order of execution for the aid of the reader. The test phase was defined out of order. Global variables were inconsistently delineated in a huge chunk. Separate them a bit. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/source-highlight: disallow building with LTOEli Schwartz2023-12-281-0/+2
| | | | | | | | | It miscompiles with ODR violations. After elibtoolize, the build fails with the recommended -Werror= flags for lto. Filter out -flto so that users with global lto enabled don't miscompile source-highlight. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/source-highlight: apply elibtoolize to old distributed libtoolEli Schwartz2023-12-281-1/+9
| | | | | | | This makes the build respect warning flags such as -Werror=odr. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/source-highlight: remove unneeded runtime dependency on ctagsEli Schwartz2023-12-281-0/+60
| | | | | | | | | | | | ctags is not actually needed to highlight files. It is used at runtime for --gen-references, which isn't the default way to use it, and source-highlight knows how to error out with a friendly error message if you do not have it and need it. It's used by the testsuite, of course. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bpftrace: remove unused patchesMichael Mair-Keimberger2023-12-282-658/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34484 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-util/meson: remove outdated deselect of test relying on gcc[objc]Eli Schwartz2023-12-271-3/+0
| | | | | | | | | | | Workaround added in commit c8e5844221a71d1faddee13f2f7921010f786346. This was upstream https://github.com/mesonbuild/meson/issues/7203 and was solved as part of https://github.com/mesonbuild/meson/pull/7982. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34495 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/meson: solve the python2 test breakage correctly this timeEli Schwartz2023-12-271-3/+5
| | | | | | | | | | | | | | | The problem is that python-utils-r1 adds some wrappers around all the python impls. I am not sure what these wrappers do (we don't even use the python3 one, since the PEP517 installed copy of meson comes before that in PATH, and overrides it) but it also poisons the `python2` command with a script that says it is unsupported. Well, no kidding it's unsupported to invoke building and installing a python3.11 wheel using a `python2` command. However, we are not actually trying to do this. So we should not feel constrained by this, either. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/meson: drop no longer needed test workaroundEli Schwartz2023-12-271-2/+1
| | | | | | | | | | | | Running python3 directly instead of EPYTHON was introduced in commit 2338a84f3c87c8c94b8b615279ef3efb011ca61c. I cannot reproduce this test failure anymore. I think this was probably fixed when I tweaked the tests way back when: https://github.com/mesonbuild/meson/commit/908a78dbc249b8f9db5d5404ccd08809ea1964ef Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/meson: add 1.3.1Eli Schwartz2023-12-273-0/+192
| | | | | | | Drop a backported patch, and add a new backport instead. Progress! Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/rt-tests: disable py3.9Viorel Munteanu2023-12-271-1/+1
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-util/rt-tests: enable py3.12Kurt Kanzenbach2023-12-271-1/+1
| | | | | | Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/33324 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-util/rt-tests: drop 2.5Kurt Kanzenbach2023-12-273-381/+0
| | | | | Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-util/rt-tests: add 2.6Kurt Kanzenbach2023-12-273-0/+381
| | | | | Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-util/shards: bump to 0.17.4Maciej Barć2023-12-272-0/+57
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-util/bpftool: add 6.6.8Jakov Smolić2023-12-272-0/+120
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/clippy: drop myself as a maintainerJakov Smolić2023-12-271-4/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/ply: drop myself as a maintainerJakov Smolić2023-12-271-4/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/scons: Stabilize 4.6.0 x86, #920424Sam James2023-12-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/diffoscope: allow either "magic" impl for pythonEli Schwartz2023-12-251-4/+4
| | | | | | | | | | Since diffoscope 167 (commit 74c0d3f40efb49cfd78d3592bc87c76211e20570) it has supported runtime detection of whether file-magic or python-magic is installed as `import magic`, and supports either one. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34378 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/ctags: stable 20230423.0 for sparc, bug #919480Rolf Eike Beer2023-12-251-1/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/buildbot-worker: remove outdated dependency on "future"Eli Schwartz2023-12-251-1/+0
| | | | | | | | | | Removed upstream in git via https://github.com/buildbot/buildbot/commit/2e7d00194e4e788621fb7f8614fedd77f97ca56a Bug: https://bugs.gentoo.org/888287 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34465 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/usb-robot: EAPI8 bumpMichael Mair-Keimberger2023-12-251-4/+3
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34442 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-util/yamllint: add 1.33.0Marek Szuba2023-12-242-0/+23
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-util/gtk-update-icon-cache: add 3.24.39Mart Raudsepp2023-12-242-0/+31
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-util/opencl-headers: add 2023.12.14Marek Szuba2023-12-242-0/+30
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-util/clippy: Stabilize 9.0.1 amd64, #920593Sam James2023-12-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/ccache: Stabilize 4.8.3 hppa, #920118Arthur Zamarin2023-12-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/bcc: Increase minimum libbpf versionJakov Smolić2023-12-232-2/+2
| | | | | Closes: https://bugs.gentoo.org/909385 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/bpftrace: drop 0.18.0, 0.18.1, 0.19.0Jakov Smolić2023-12-234-288/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>