David Roman
68fbddeaec
*/*: drop py3.11 & remove dead py impls
...
Part-of: https://github.com/gentoo/guru/pull/447
Closes: https://github.com/gentoo/guru/pull/447
Signed-off-by: David Roman <stkw0@disroot.org >
2026-03-10 10:54:23 +01:00
Haelwenn (lanodan) Monnier
97a0e3b524
games-engines/ponscripter-fork: make sure CC/CXX/AR/RANLIB are exported, disable stripping
...
Closes: https://bugs.gentoo.org/938748
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me >
2026-02-25 00:10:13 +01:00
hautist
c9af78c8b4
games-engines/system3-sdl2: add 1.7.2, drop 1.6.2 and 1.7.0
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2026-02-14 11:41:22 +00:00
Jonas Frei
b4e9bc93ef
games-engines/fs2_open: add 25.0.0
...
Signed-off-by: Jonas Frei <freijon@pm.me >
2026-02-11 06:43:50 +01:00
hautist
6b68a64d09
games-engines/system3-sdl2: add 1.7.1
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2026-01-23 18:28:56 +00:00
hautist
89e895c5cb
games-engines/xsystem4: remove old workaround for live build
...
Removing the workaround fixing a crash due tounaligned memory access
violation within cglm library. Has been fixed upstream.
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2026-01-20 13:08:43 +00:00
Lucio Sauer
dba9d980ba
games-engines/xsystem4: correctly stub out git for version retrieval
...
Previously, we were looking for a patch that doesn't exist (${PV} !=
${PVR}), while the existing patch failed to apply. Even if it did, it
didn't mitigate meson calling dev-vcs/git.
* Add missing issue number for workaround 05ae4e62c9
("games-engines/xsystem4: workaround cglm memory alignment issue").
Fixes: 7d076ee0c0
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2026-01-14 00:33:00 +01:00
hautist
7d076ee0c0
games-engines/xsystem4: update version number patch
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2026-01-13 17:42:06 +00:00
hautist
10d17798a8
games-engines/xsystem35-sdl2: add 2.17.1, drop 2.16.1
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2026-01-12 12:20:51 +00:00
hautist
05ae4e62c9
games-engines/xsystem4: workaround cglm memory alignment issue
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2026-01-12 12:13:17 +00:00
hautist
e4524ff565
games-engines/system3-sdl2: add 1.7.0, drop 1.6.1-r1
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2025-11-27 22:14:48 +00:00
hautist
24a12bbd52
games-engines/xsystem35-sdl2: add 2.17.0, drop 2.15.1, 2.16.0
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2025-11-21 18:11:00 +00:00
Paul Zander
e07d695d5d
*/*: Add := to virtual/zlib deps
...
Add := to virtual/zlib deps, part 1
Done via:
```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```
Add := to virtual/zlib deps
Done via:
```
git grep -l 'virtual/zlib ' |
xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g'
```
Unify virtual/zlib:0= to virtual/zlib:=
Done via:
```
git grep -l 'virtual/zlib:0=' |
xargs sed -i -e 's@virtual/zlib:0=@virtual/zlib:=@g'
```
Add := to virtual/zlib deps, part 3
Done via:
```
git grep -l 'virtual/zlib:0' |
xargs sed -i -e 's@virtual/zlib:0@virtual/zlib:=@g'
git grep -l 'virtual/zlib:=/' |
xargs sed -i -e 's@virtual/zlib:=/@virtual/zlib:0/@g'
```
Add := to virtual/zlib deps, part 4
Done via:
```
git grep -l 'virtual/zlib\[' |
xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g'
```
Use := on virtual/zlib deps, part 5
Done via:
```
git grep -l 'virtual/zlib-' |
xargs sed -i -r -e 's@virtual/zlib-[0-9.]*(-r[0-9]*)?@&:=@g'
git grep -l 'virtual/zlib-' | xargs sed -i -e 's@:=:=@:=@g'
pkgcheck scan --commits \
-c SourcingCheck,VisibilityCheck,DependencyCheck --exit error
```
Use := on virtual/zlib deps, part 6
Done via:
```
git grep -l 'virtual/zlib"' | xargs sed -i -e 's@virtual/zlib"@virtual/zlib:="@'
```
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2025-11-18 17:53:08 +01:00
Paul Zander
c23791504e
*/*: update for virtual/zlib
...
Update done using:
```
git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2025-11-16 23:26:20 +01:00
Paul Zander
22f3703bb8
games-engines/instead: drop 3.4.1
...
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2025-11-16 23:09:15 +01:00
hautist
d56af2a20e
games-engines/system3-sdl2: add 1.6.2
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2025-11-06 11:41:15 +00:00
hautist
656c4c278a
games-engines/system3-sdl2: drop 1.6.1
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2025-11-03 21:32:19 +00:00
hautist
499aa901bf
games-engines/system3-sdl2: new package, add 1.6.1-r1
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2025-11-03 21:31:35 +00:00
hautist
f96a4f699b
games-engines/xsystem4: fix typo in xsystem4-1.0.0.ebuild
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2025-10-31 20:30:32 +00:00
hautist
0a20eda44a
games-engines/xsystem4: add patch to fix version number option
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2025-09-30 16:05:53 +01:00
hautist
ffd6fcd61c
games-engines/xsystem4: add 1.0.0
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2025-09-29 22:27:32 +01:00
Jonas Frei
4db5b9f0bb
games-engines/fs2_open: drop 24.0.2-r1
...
Signed-off-by: Jonas Frei <freijon@pm.me >
2025-09-25 05:38:30 +02:00
Jonas Frei
f3d40ac73a
games-engines/fs2_open: add 24.2.0
...
Signed-off-by: Jonas Frei <freijon@pm.me >
2025-09-25 05:38:26 +02:00
hautist
2fda22137f
games-engines/xsystem35-sdl2: add 2.16.1
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2025-08-28 21:19:41 +01:00
hautist
aa97222422
games-engines/xsystem4: new package, add 9999
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2025-06-13 20:45:55 +01:00
hautist
f55df414a4
games-engines/system3-sdl2: new package, add 1.6.1
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2025-06-13 20:42:31 +01:00
hautist
a34fb231f6
games-engines/xsystem35-sdl2: new package, add 2.15.1, 2.16.0
...
Signed-off-by: hautist <lookatnadeko@protonmail.com >
2025-06-13 18:24:24 +01:00
Anna (cybertailor) Vyalkova
bb0aae8ad3
*/*: disable py3.10
...
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/
Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.
We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.
Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.
Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in >
2025-02-21 17:51:14 +05:00
Paul Zander
2948484bf1
move {sys-devel,llvm-core}/clang
...
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2024-12-11 16:59:52 +01:00
Lucio Sauer
74719d2da1
games-engines/easyrpg-player: treeclean
...
Closes: https://bugs.gentoo.org/932475 (pkgremoved)
Closes: https://bugs.gentoo.org/927882 (pkgremoved)
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2024-11-22 09:26:39 +01:00
Alexander Golubev
7ba65dc3d4
games-engines/instead: add 3.5.2 drop 3.3.5
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com >
2024-11-09 17:00:08 +03:00
Takuya Wakazono
9c46b04298
games-engines/fs2_open: drop 23.2.1-r1
...
Closes: https://bugs.gentoo.org/921912 (obsolete)
Closes: https://bugs.gentoo.org/921913 (obsolete)
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com >
2024-11-09 17:24:49 +09:00
Takuya Wakazono
b7af427658
games-engines/fs2_open: fix ODR violations and DEPEND
...
Closes: https://bugs.gentoo.org/859982
Closes: https://bugs.gentoo.org/917418
Closes: https://bugs.gentoo.org/935326
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com >
2024-11-09 17:24:47 +09:00
Haelwenn (lanodan) Monnier
34377a9301
games-engines/ponscripter-fork: Add [jpeg,png] on sdl2-image dependency
...
Closes: https://bugs.gentoo.org/921914
Closes: https://bugs.gentoo.org/896014
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me >
2024-08-28 17:13:33 +02:00
Haelwenn (lanodan) Monnier
68fe613c36
games-engines/ponscripter-fork: add myself as a maintainer
...
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me >
2024-08-28 17:13:33 +02:00
Takuya Wakazono
1d37a459e4
games-engines/nxengine-evo: drop 2.6.4
...
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com >
2024-08-21 00:07:13 +09:00
Takuya Wakazono
865702a5b1
games-engines/nxengine-evo: fix deps
...
Closes: https://bugs.gentoo.org/921848
Closes: https://bugs.gentoo.org/932274
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com >
2024-08-21 00:07:13 +09:00
Lucio Sauer
7bb0850601
games-engines/luxtorpeda: treeclean
...
Closes: https://bugs.gentoo.org/884741 (pkgremoved)
Closes: https://bugs.gentoo.org/859985 (pkgremoved)
Closes: https://bugs.gentoo.org/780975 (pkgremoved)
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2024-08-05 01:15:17 +02:00
Lucio Sauer
4b23035b1d
games-engines/luxtorpeda: drop to maintainer-needed
...
The previous maintainer has been inactive for three years.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2024-07-05 00:08:56 +02:00
Jonas Frei
dbc770c681
games-engines/fs2_open: drop 23.0.0
...
Signed-off-by: Jonas Frei <freijon@pm.me >
2024-06-30 17:55:41 +02:00
Jonas Frei
bafa5606c3
games-engines/fs2_open: add 24.0.2
...
Signed-off-by: Jonas Frei <freijon@pm.me >
2024-06-30 17:55:38 +02:00
Viorel Munteanu
dfd52b4b33
games-engines/luxtorpeda: bump EAPI 7 -> 8
...
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org >
2024-06-12 19:00:52 +03:00
Julien Roy
62573efb8b
games-engines/boxtron: enable py3.12, py3.13
...
Closes: https://bugs.gentoo.org/931449
Bug: https://bugs.gentoo.org/921911
Signed-off-by: Julien Roy <julien@jroy.ca >
2024-05-15 12:55:17 -04:00
Lucio Sauer
d6ae7d0c07
games-*/*: fix variable order
...
I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.
Misc updates:
UnusedEclassesCheck
RESTRICT+=" .." -> RESTRICT=".."
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
Signed-off-by: Julien Roy <julien@jroy.ca >
2024-05-13 18:18:20 -04:00
Julien Roy
3d25d4048d
*/*: remove empty global variable assigment
...
Signed-off-by: Julien Roy <julien@jroy.ca >
2024-03-21 18:34:41 -04:00
Anna (cybertailor) Vyalkova
2da414be88
*/*: drop cmake dep from ebuilds that inherit cmake.eclass
...
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in >
2024-01-15 08:09:36 +05:00
Arthur Zamarin
dd1fefe642
*/*: move {sys-devel => dev-build}/make
...
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org >
2024-01-13 22:19:54 +02:00
Takuya Wakazono
ec4d1b0c2f
*/*: move {app-doc → app-text}/doxygen
...
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com >
2024-01-13 12:18:38 +09:00
Esteve Varela Colominas
ffd64e1281
games-engines/nxengine-evo: Make sure to die
...
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com >
2024-01-11 09:03:01 +01:00
Esteve Varela Colominas
154a84e5e9
games-engines/nxengine-evo: Bump to 2.6.5_p1
...
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com >
2024-01-11 00:06:07 +01:00