summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/pluma-plugins: add github upstream metadataEli Schwartz2024-06-061-0/+3
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/jbig2dec: add 0.20Eli Schwartz2024-06-062-0/+68
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/jbig2dec: update EAPI 7 -> 8Eli Schwartz2024-06-061-0/+67
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/jbig2dec: update SRC_URI to use httpsEli Schwartz2024-06-061-1/+1
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/jbig2dec: enable py3.13Eli Schwartz2024-06-061-1/+1
| | | | | | | Only needed for tests, tests pass. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/jbig2dec: enable py3.12Eli Schwartz2024-06-061-2/+2
| | | | | | | | Only needed for tests, tests pass. Closes: https://bugs.gentoo.org/929637 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gcr: enable py3.13Eli Schwartz2024-06-061-1/+1
| | | | | | | | | | | | | | ... in the slot for gcr 3.x It is only used by the build system, which runs some scripts that will work on any version of the python stdlib. It's kind of pointless to require a specific one but do not argue; python-any-r1 is basically lightweight on the package metadata. It is removed in gcr 4 anyway. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gcr: enable py3.12Eli Schwartz2024-06-061-2/+2
| | | | | | | | | | | | | | | ... in the slot for gcr 3.x It is only used by the build system, which runs some scripts that will work on any version of the python stdlib. It's kind of pointless to require a specific one but do not argue; python-any-r1 is basically lightweight on the package metadata. It is removed in gcr 4 anyway. Closes: https://bugs.gentoo.org/929290 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gcr: drop build-time use of python-any-r1Eli Schwartz2024-06-061-7/+1
| | | | | | | | | In gcr 3, some *.py scripts were executed by the build system, and could technically use any version of python. In gcr 4, it is a moot point since those scripts were dropped and python is no longer run at all. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/gvim: sync liveEli Schwartz2024-06-061-11/+12
| | | | | | | | Fixes false positive for PythonCompatUpdate. Closes: https://bugs.gentoo.org/929296 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* gnome-base/gnome-keyring: enable py3.13Eli Schwartz2024-06-061-1/+1
| | | | | | | Only needed for tests, tests pass. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* gnome-base/gnome-keyring: enable py3.12Eli Schwartz2024-06-061-1/+1
| | | | | | | | Only needed for tests, tests pass. Closes: https://bugs.gentoo.org/929601 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/vim: sync liveEli Schwartz2024-06-061-8/+8
| | | | | | | | Fixes false positive for PythonCompatUpdate. Closes: https://bugs.gentoo.org/929302 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/ctags: enable py3.13Eli Schwartz2024-06-062-2/+2
| | | | | | | Only needed for tests, tests pass. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/ctags: add whitelist for false positive configure implicit declsEli Schwartz2024-06-062-0/+12
| | | | | | Closes: https://bugs.gentoo.org/898588 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/ctags: enable py3.12Eli Schwartz2024-06-062-4/+4
| | | | | | | | Only needed for tests, tests pass. Closes: https://bugs.gentoo.org/929531 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/re2c: drop oldEli Schwartz2024-06-063-90/+0
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/re2c: enable py3.13Eli Schwartz2024-06-062-2/+2
| | | | | | | Only needed for tests, tests pass. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/re2c: enable py3.12Eli Schwartz2024-06-062-3/+3
| | | | | | | | Only needed for tests, tests pass. Closes: https://bugs.gentoo.org/929548 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/ruff: add 0.4.8Patrick McLean2024-06-052-0/+455
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/argparse-manpage: add 4.6Patrick McLean2024-06-052-0/+42
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/ensurepip-setuptools: Stabilize 70.0.0 amd64, #933572Sam James2024-06-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/setuptools: Stabilize 70.0.0 amd64, #933572Sam James2024-06-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/gprof2dot: 2024.6.5Sebastian Pipping2024-06-052-0/+21
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* dev-util/gitlab-cli: add 1.41.0William Hubbs2024-06-052-0/+34
| | | | | Closes: https://bugs.gentoo.org/933223 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-libs/nodejs: add 20.14.0William Hubbs2024-06-052-0/+262
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-ml/cinaps: fix depsAlfredo Tupone2024-06-051-2/+2
| | | | | Closes: https://bugs.gentoo.org/905097 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* sys-apps/systemd-utils: add 255.7, drop 255.4Mike Gilbert2024-06-052-7/+11
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-auth/sssd: drop 2.9.1-r1Christopher Byrne2024-06-053-335/+0
| | | | | | Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36987 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-auth/sssd: add 2.9.5Christopher Byrne2024-06-052-0/+328
| | | | | Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-cdr/gaffitter: add 1.0.0Michael Mair-Keimberger2024-06-052-0/+39
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/37003 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-apps/eza: add 0.18.16Leonardo Hernández Hernández2024-06-052-0/+258
| | | | | | Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Closes: https://github.com/gentoo/gentoo/pull/37009 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gmmlib: Version bump to 23.3.20Matt Turner2024-06-052-0/+42
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: Version bump to 24.1.1Matt Turner2024-06-052-0/+494
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/intel_clc: Version bump to 24.1.1Matt Turner2024-06-052-0/+88
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: update gallium driversPaul Zander2024-06-052-6/+6
| | | | | | | | Clean up gallium-drivers code. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37039 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: update USE=vulkan driversPaul Zander2024-06-052-8/+22
| | | | | | | | | | | | | Update vulkan-drivers to match meson.build. - add lavapipe - add nouveau - add panfrost - add virgl https://gitlab.freedesktop.org/mesa/mesa/-/blob/mesa-24.1.0-r1/meson.build?ref_type=tags#L234 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: update USE=xa dependenciesPaul Zander2024-06-052-2/+6
| | | | | | | | | | Update vaapi/gallium-xa to match meson.build. - add intel https://gitlab.freedesktop.org/mesa/mesa/-/blob/mesa-24.1.0-r1/meson.build?ref_type=tags#L735 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: update USE=vdpau dependenciesPaul Zander2024-06-052-10/+10
| | | | | | | | | | | Update vaapi/gallium-vdpau to match meson.build. - add virgl - drop r300 https://gitlab.freedesktop.org/mesa/mesa/-/blob/mesa-24.1.0-r1/meson.build?ref_type=tags#L601 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: update USE=vaapi dependenciesPaul Zander2024-06-052-6/+12
| | | | | | | | | | Update vaapi/gallium-va to match meson.build. - add virgl https://gitlab.freedesktop.org/mesa/mesa/-/blob/mesa-24.1.0-r1/meson.build?ref_type=tags#L718 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: update USE=d3d9 dependenciesPaul Zander2024-06-052-8/+20
| | | | | | | | | | | | Update d3d9/gallium-nine to match meson.build. - add freedreno - add panfrost - add zink https://gitlab.freedesktop.org/mesa/mesa/-/blob/mesa-24.1.0-r1/meson.build?ref_type=tags#L746 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: rename zink -> video_cards_zinkPaul Zander2024-06-059-16/+17
| | | | | | | zink is listed among the gallium drivers so mirror that. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: Depend on dev-python/packagingAlfred Wingate2024-06-056-12/+36
| | | | | | | | | | | * Mesa's meson check for mako uses dev-python/packaging or distutils (dev-python/setuptools in python3.12). For simplicity add a dependency on dev-python/packaging. Closes: https://bugs.gentoo.org/933515 Closes: https://github.com/gentoo/gentoo/pull/37019 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/mesa: Raise meson requirement to 1.4.1Gonçalo Negrier Duarte2024-06-051-4/+1
| | | | | | | | | * since mesa upstream is using 1.4 and bug with NVK was solved in meson-1.4.1 (also see: https://github.com/mesonbuild/meson/pull/13252) Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-text/mdbook: Stabilize 0.4.40 ppc, #933618Arthur Zamarin2024-06-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/mdbook: Stabilize 0.4.40 x86, #933618Arthur Zamarin2024-06-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-text/mdbook: Stabilize 0.4.40 amd64, #933618Arthur Zamarin2024-06-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-sound/lash: Stabilize 0.5.4-r6 arm64, #933599Arthur Zamarin2024-06-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-sound/lash: Stabilize 0.5.4-r6 arm, #933599Arthur Zamarin2024-06-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-python/pylint: Stabilize 3.2.2 ALLARCHES, #933568Arthur Zamarin2024-06-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>