[gentoo-dev] Last rites: app-emulation/vkd3d

2025-02-13 Thread Ionen Wolkens
# Ionen Wolkens (2025-02-14) # No revdeps left, and serves no purpose on its own. Formerly used # by <=app-emulation/wine-*-7 but <=7.x has been dropped and newer # versions of it cross-build their own .dll (PE) version of it # leaving the system's .so (ELF) copy unused. # # In other words, *can*

[gentoo-dev] Last-rites: x11-misc/kaqaz

2025-02-13 Thread Andreas Sturmlechner
# Andreas Sturmlechner (2025-02-13) # Last release 10 years ago, dead upstream, depends on Qt5, no one else # packages this. Removal on 2025-03-14. x11-misc/kaqaz signature.asc Description: This is a digitally signed message part.

[gentoo-dev] [PATCH 05/10] dev-lang/pypy3-exe-bin: Readd KEYWORDS

2025-02-13 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-lang/pypy3-exe-bin/pypy3-exe-bin-3.11.7.3.18.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/pypy3-exe-bin/pypy3-exe-bin-3.11.7.3.18.ebuild b/dev-lang/pypy3-exe-bin/pypy3-exe-bin-3.11.7.3.18.ebuild index 2a484ef6b602..15481f9c5c4e 100644 --

[gentoo-dev] [PATCH 10/10] python-r1.eclass: Fix PYTHON_PKG_DEP stripping (we have :3.11= now)

2025-02-13 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/python-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 9b03a269e88b..e51218e26ac5 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -518,7 +518,7 @@ pyt

[gentoo-dev] [PATCH 09/10] python-any-r1.eclass: Fix := stripping again (now we have :3.11=)

2025-02-13 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/python-any-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index adc7b1bfec47..835780aab802 100644 --- a/eclass/python-any-r1.eclass +++ b/eclass/python-any-r1.eclass

[gentoo-dev] [PATCH 08/10] dev-lang/pypy: Do not default-enable USE=symlink in :3.11

2025-02-13 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-lang/pypy/pypy-3.11.7.3.18_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/pypy/pypy-3.11.7.3.18_p1.ebuild b/dev-lang/pypy/pypy-3.11.7.3.18_p1.ebuild index 214aeb10d09f..e2dafe4ccb16 100644 --- a/dev-lang/pypy/pypy-3.11.7

[gentoo-dev] [PATCH 07/10] dev-python/pypy3: Remove pypy3.11 version, it's a separate target

2025-02-13 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-python/pypy3/pypy3-7.3.18-r100.ebuild | 18 -- 1 file changed, 18 deletions(-) delete mode 100644 dev-python/pypy3/pypy3-7.3.18-r100.ebuild diff --git a/dev-python/pypy3/pypy3-7.3.18-r100.ebuild b/dev-python/pypy3/pypy3-7.3.18-r100.ebuild del

[gentoo-dev] [PATCH 06/10] dev-lang/pypy: Readd KEYWORDS

2025-02-13 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-lang/pypy/pypy-3.11.7.3.18_p1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/pypy/pypy-3.11.7.3.18_p1.ebuild b/dev-lang/pypy/pypy-3.11.7.3.18_p1.ebuild index 9ab184569112..214aeb10d09f 100644 --- a/dev-lang/pypy/pypy-3.11.7.3.18_p1.ebuild

[gentoo-dev] [PATCH 04/10] dev-lang/pypy3-exe: Readd KEYWORDS

2025-02-13 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-lang/pypy3-exe/pypy3-exe-3.11.7.3.18.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/pypy3-exe/pypy3-exe-3.11.7.3.18.ebuild b/dev-lang/pypy3-exe/pypy3-exe-3.11.7.3.18.ebuild index 463370032f36..a217479b3123 100644 --- a/dev-lang/pypy3-exe/p

[gentoo-dev] [PATCH 03/10] app-portage/gpyutils: Add pypy3_11 target

2025-02-13 Thread Michał Górny
Signed-off-by: Michał Górny --- app-portage/gpyutils/files/implementations.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/app-portage/gpyutils/files/implementations.txt b/app-portage/gpyutils/files/implementations.txt index 95b321ec9437..574c3fcc256b 100644 --- a/app-portage/gpyutils/fi

[gentoo-dev] [PATCH 02/10] python-utils-r1.eclass: Add pypy3_11 target

2025-02-13 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 24 eclass/tests/python-utils-r1.sh | 19 +-- 2 files changed, 29 insertions(+), 14 deletions(-) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 0cb132b72e3

[gentoo-dev] [PATCH 01/10] profiles: Add pypy3_11 target

2025-02-13 Thread Michał Górny
Signed-off-by: Michał Górny --- profiles/base/package.use.force | 1 + profiles/base/use.stable.mask | 2 ++ profiles/desc/python_single_target.desc | 3 ++- profiles/desc/python_targets.desc | 3 ++- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/profiles/

[gentoo-dev] [PATCH 00/10] Add pypy3_11 Python target

2025-02-13 Thread Michał Górny
Hi, Long story short, upgrades for PyPy are a mess in Gentoo right now. To fix that mess, I'd like to propose slotting PYTHON_TARGETS for PyPy much like we slot them for CPython. This roughly means: - "pypy3" target will only match PyPy3.10 going forward, and be removed once we fully migrate t