summaryrefslogtreecommitdiff
path: root/games-arcade
AgeCommit message (Collapse)Author
12 daysgames-arcade/commandergenius: Drop old 2.4.0-r1James Le Cuirot
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
12 daysgames-arcade/commandergenius: Version bump to 3.6.1James Le Cuirot
Seems okay with Clang now, even with stricter flags. Closes: https://bugs.gentoo.org/739096 Closes: https://bugs.gentoo.org/884709 Closes: https://bugs.gentoo.org/965851 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2025-11-12games-arcade/cdogs-sdl: drop 2.3.1Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-11-04*/*: Use virtual/minizipMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/44464 Closes: https://github.com/gentoo/gentoo/pull/44464 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04*/*: Use := on virtual/zlib deps, part 6Michał Górny
Done via: ``` git grep -l 'virtual/zlib"' | xargs sed -i -e 's@virtual/zlib"@virtual/zlib:="@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04*/*: Add := to virtual/zlib deps, part 4Michał Górny
Done via: ``` git grep -l 'virtual/zlib\[' | xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04*/*: Add := to virtual/zlib deps, part 1Michał Górny
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04*/*: update the remaining packages for virtual/zlibMichał Górny
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 ``` Plus reverts in sys-libs/minizip-ng, sys-libs/zlib-ng and profiles. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-10-30games-arcade/ninvaders: treecleanAndreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-10-30games-arcade/slimevolley: treecleanAndreas Sturmlechner
Closes: https://bugs.gentoo.org/958651 (pkgremoved) Closes: https://bugs.gentoo.org/958652 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-10-19games-arcade/syobon: fix build w/ clang, fix build w/ ltoSam James
Closes: https://bugs.gentoo.org/739110 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-19games-arcade/syobon: further QA fixesSam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-19games-arcade/syobon: bring syobon back to actionPavel Kulyov
Syobon Action game was removed a year ago in d8f3acc794dbff2cd51e0a3b37d7418afe95b2e6 because it used deprecated EAPI. Turned out that bumping EAPI and using new SRC_URI is enough to fix the ebuild. Bug: https://bugs.gentoo.org/739110 Bug: https://bugs.gentoo.org/936299 Signed-off-by: Pavel Kulyov <kulyov.pavel@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44163 Closes: https://github.com/gentoo/gentoo/pull/44163 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-12games-arcade/gnome-nibbles: Stabilize 4.2.2 amd64, #964078Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-12games-arcade/gnome-nibbles: Stabilize 4.2.2 arm64, #964078Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-12games-arcade/gnome-nibbles: Stabilize 4.2.2 x86, #964078Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-12games-arcade/xgalaga: update EAPI 7 -> 8, C23 fix, -Wreturn-type fixSam James
Thanks to Erik Zeek for the C23 fix. Closes: https://bugs.gentoo.org/943793 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-04games-arcade/blobby: drop 1.0-r1Nicolas PARLANT
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44018 Closes: https://github.com/gentoo/gentoo/pull/44018 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-04games-arcade/blobby: add github upstream metadataNicolas PARLANT
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44018 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-04games-arcade/blobby: add 1.1.1Nicolas PARLANT
update EAPI to 8 update SRC_URI (redirect) unbundle lua and tinyxml2 use media-libs/libglvnd instead of virtual/opengl builtin tar from cmake is used instead of app-arch/zip filter-lto (Werror=strict-aliasing) wakeup testsuite Closes: https://bugs.gentoo.org/868723 Closes: https://bugs.gentoo.org/938116 Closes: https://bugs.gentoo.org/957868 Closes: https://bugs.gentoo.org/957869 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44018 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-03games-arcade/cavezofphear: drop 0.5.1-r1Alexey Sokolov
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/43979 Closes: https://github.com/gentoo/gentoo/pull/43979 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-03games-arcade/cavezofphear: add 0.6.1Alexey Sokolov
Closes: https://bugs.gentoo.org/943818 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/43979 Signed-off-by: Sam James <sam@gentoo.org>
2025-09-19games-arcade/cdogs-sdl: add 2.3.2Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-09-19games-arcade/cdogs-sdl: drop 2.3.0-r1Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-09-01games-arcade/emilia-pinball: revert *.la file removalEli Schwartz
This reverts commit 77459301861c59defe39c79365f9995b37389c17. It was, in fact, needed. Closes: https://bugs.gentoo.org/962248 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-08-14games-arcade/emilia-pinball: use dot-a.eclassEli Schwartz
... to avoid installing broken static libraries w/ LTO. Closes: https://bugs.gentoo.org/959496 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-08-14games-arcade/emilia-pinball: remove useless libtool filesEli Schwartz
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-08-14games-arcade/emilia-pinball: update EAPI 7 -> 8Eli Schwartz
Fixes building the same libraries as both static and shared. Closes: https://bugs.gentoo.org/891049 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-08-09games-arcade/cdogs-sdl: add 2.3.1Ionen Wolkens
wrt bug #958001, upstream fixed the files that are actually used but there is still some unused CMakeLists.txt so need the SKIP=1. Closes: https://bugs.gentoo.org/958001 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-07-31games-arcade/gnome-nibbles: drop 4.0.4Pacho Ramos
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2025-07-31games-arcade/gnome-nibbles: add 4.2.2Pacho Ramos
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2025-07-31games-arcade/performous: add 1.3.1_p20250723Nicolas PARLANT
use a snapshot to fix few issues update SRC_URI's songs (redirect) add xdg to update cache deps : add gtest for testsuite add [blas] for aubio (target patched to cblas instead of openblas) add [cxx] for portaudio ad dev-cpp/nlohmann_json for json support add dev-libs/spdlog add dev-libs/libfmt (used for log with spdlog) add virtual/pkgconfig for detection remove locale per lang update compile definitions to avoid 3rd party and bundle CED (not in tree) patches : use cblas instead of openblas for aubio. It seems to work fine as it. avoid gzip for manpages Closes: https://bugs.gentoo.org/942642 Closes: https://bugs.gentoo.org/956689 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43255 Closes: https://github.com/gentoo/gentoo/pull/43255 Signed-off-by: Sam James <sam@gentoo.org>
2025-07-27games-arcade/tuxanci: treecleanArthur Zamarin
Closes: https://bugs.gentoo.org/957271 (pkgremoved) Closes: https://bugs.gentoo.org/944255 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-07-13games-arcade/osu-lazer: add 2025.710.0Adrià Juan
Signed-off-by: Adrià Juan <sakugen@proton.me> Part-of: https://github.com/gentoo/gentoo/pull/42971 Closes: https://github.com/gentoo/gentoo/pull/42971 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2025-07-13games-arcade/osu-lazer: drop 2025.424.0Adrià Juan
Signed-off-by: Adrià Juan <sakugen@proton.me> Part-of: https://github.com/gentoo/gentoo/pull/42971 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2025-07-10games-arcade/gnome-robots: add missing -lm linkSam James
Closes: https://bugs.gentoo.org/950339 Signed-off-by: Sam James <sam@gentoo.org>
2025-07-03games-arcade/gnome-nibbles: Stabilize 4.1.0 arm64, #959017Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-28games-arcade/rocksndiamonds: drop 4.3.8.2Pacho Ramos
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2025-06-28games-arcade/rocksndiamonds: add 4.4.0.5Pacho Ramos
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2025-06-25games-arcade/gnome-nibbles: Stabilize 4.1.0 amd64, #959017Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-06-25games-arcade/gnome-nibbles: Stabilize 4.1.0 x86, #959017Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-09games-arcade/supertux: Skip CMake compatibility QA checkJames Le Cuirot
It finds some false positives. CMake 4 works fine now. Closes: https://bugs.gentoo.org/957672 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2025-05-31games-arcade/osu-lazer: add 2025.424.0Adrià Juan
Signed-off-by: Adrià Juan <sakugen@proton.me> Part-of: https://github.com/gentoo/gentoo/pull/42359 Closes: https://github.com/gentoo/gentoo/pull/42359 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2025-05-31games-arcade/osu-lazer: drop 2025.101.0Adrià Juan
Signed-off-by: Adrià Juan <sakugen@proton.me> Part-of: https://github.com/gentoo/gentoo/pull/42359 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2025-05-29games-arcade/epiar: add dev-libs/libxml2 subslot op for incoming ABI breakAlfred Wingate
Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2025-05-27games-arcade/cdogs-sdl: conditionally build testsSam James
223->189 targets w/ tests disabled Signed-off-by: Sam James <sam@gentoo.org>
2025-05-26games-arcade/supertux: wire up testsSam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-25games-arcade/supertux: Patch to build with CMake 4.0, add icon cachingJames Le Cuirot
Closes: https://bugs.gentoo.org/955493 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2025-05-20games-arcade/asteroid: drop 1.2.1Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-05-15games-arcade/orthorobot: drop 0-r1Petr Vaněk
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>