summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-action/supertuxkart: mark as LTO-unsafe, strict-aliasing unsafeEli Schwartz2024-03-192-4/+26
| | | | | | | | Includes bundled sci-physics/bullet which has its own bug... Closes: https://bugs.gentoo.org/858521 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-action/prismlauncher: fix liveAndrew Ammerlaan2024-03-141-1/+1
| | | | | Bug: https://bugs.gentoo.org/917072 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/prismlauncher: add 8.2Andrew Ammerlaan2024-03-114-2/+227
| | | | | | Bug: https://bugs.gentoo.org/917072 Bug: https://bugs.gentoo.org/873142 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* Move {dev-util → dev-debug}/valgrindMichał Górny2024-01-132-4/+4
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34786 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-action/wordwarvi: EAPI8 bump, fix bug #910281Michael Mair-Keimberger2023-12-311-3/+3
| | | | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://bugs.gentoo.org/910281 Closes: https://github.com/gentoo/gentoo/pull/34549 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* profiles/use.desc: Make USE=lto globalMichał Górny2023-12-181-1/+0
| | | | | | | | | Add a global USE=lto flag. The flag is used semi-consistently in 31 packages, with a few adding extra information. That said, probably many of these uses are invalid, as they are equivalent to adding `-flto` to CFLAGS. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-engines/minetest: rename games-action/minetestMarek Szuba2023-12-1410-455/+0
| | | | | Bug: https://bugs.gentoo.org/919674 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-action/minetest: add 5.8.0Marek Szuba2023-12-142-0/+151
| | | | | Closes: https://bugs.gentoo.org/919674 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-action/tuxkart: unkeyword 0.4.0-r2 for ~alphaMatoro Mahri2023-12-071-1/+1
| | | | | | Bug: https://bugs.gentoo.org/873523 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-action/maelstrom: unkeyword 3.0.6-r3 for ~alphaMatoro Mahri2023-12-071-2/+2
| | | | | | Bug: https://bugs.gentoo.org/873523 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-action/koth: unkeyword 0.8.0-r1 for ~alphaMatoro Mahri2023-12-071-2/+2
| | | | | | Bug: https://bugs.gentoo.org/873523 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* kde-frameworks/extra-cmake-modules: slotmove 5 to 0Andreas Sturmlechner2023-11-263-3/+3
| | | | | | | | | | See also: https://community.kde.org/Frameworks/6.0_Release_notes#Coinstallability "Only one version of extra-cmake-modules can be installed. The KF6 version is backwards compatible and should also be used for KF5 builds." Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-action/prismlauncher: stabilize 7.2-r1 for amd64Andrew Ammerlaan2023-11-091-1/+1
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/prismlauncher: add 8.0Thiago Donato Ferreira2023-11-092-0/+153
| | | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33731 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/prismlauncher: add app-text/cmark to runtime dependenciesThiago Donato Ferreira2023-11-092-2/+2
| | | | | | | Closes: https://bugs.gentoo.org/917040 Co-authored-by: Mason Rocha <turret@turret.cyou> Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/prismlauncher: disable ASan in debug buildThiago Donato Ferreira2023-11-091-0/+1
| | | | | | | | | | | This caused issues with the tests on CI, and was already changed in a new release. Disabling it is easier than making a mess of DEPENDs to support it properly, particularly so since it shouldn't be an issue on new releases going forward. Closes: https://bugs.gentoo.org/911426 Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/prismlauncher: remove CMAKE_CXX_FLAGS_RELEASE from upstreamThiago Donato Ferreira2023-11-092-4/+8
| | | | | | | | | | | | | | | | According to the CMake documentation, the CMAKE_<LANG>_FLAGS_<CONFIG> flags will always be added after the CMAKE_<LANG>_FLAGS, which are the ones affected by the CXXFLAGS environment variable Gentoo uses. So, as to not override the user settings, we remove the line that sets that variable, handling both the -D_FORTIFY_SOURCE=2 and -O2 flags. CMake reference: https://cmake.org/cmake/help/v3.28/variable/CMAKE_LANG_FLAGS.html#variable:CMAKE_%3CLANG%3E_FLAGS Closes: https://bugs.gentoo.org/911858 Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/prismlauncher: drop 7.1Thiago Donato Ferreira2023-11-092-149/+0
| | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/supertuxkart: keyword 1.4-r1 for ~loongWANG Xuerui2023-10-131-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* games-action/prismlauncher: Stabilize 7.1 amd64, #913952Joonas Niilola2023-09-121-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-action/descent3: treecleanJakov Smolić2023-08-123-116/+0
| | | | | Closes: https://bugs.gentoo.org/436140 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* games-action/descent3-demo: treecleanJakov Smolić2023-08-123-92/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* games-action/prismlauncher: add 7.2Thiago Donato Ferreira2023-07-292-0/+150
| | | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32053 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/prismlauncher: add BUILD_PLATFORM information in CMakeThiago Donato Ferreira2023-07-291-0/+1
| | | | | | | | This is used for showing the platform the package was builded on on startup, to help troubleshooting issues on upstream. Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/prismlauncher: drop 7.0Thiago Donato Ferreira2023-07-292-149/+0
| | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/xblast: use HTTPSMichael Mair-Keimberger2023-07-121-2/+2
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/wordwarvi: use HTTPS, fix LICENSEMichael Mair-Keimberger2023-07-121-4/+4
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/tuxkart: use HTTPSMichael Mair-Keimberger2023-07-121-3/+3
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/transcend: use HTTPSMichael Mair-Keimberger2023-07-121-2/+2
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/rrootage: use HTTPSMichael Mair-Keimberger2023-07-121-3/+3
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/heroes: use HTTPS, fix LICENSEMichael Mair-Keimberger2023-07-121-3/+3
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/heretic2: use HTTPSMichael Mair-Keimberger2023-07-121-3/+3
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/guacamelee: use HTTPSMichael Mair-Keimberger2023-07-121-5/+5
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/gltron: use HTTPSMichael Mair-Keimberger2023-07-121-1/+1
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/garden: use HTTPSMichael Mair-Keimberger2023-07-121-2/+2
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/descent2-vertigo: use HTTPS, fix HOMEPAGEMichael Mair-Keimberger2023-07-051-2/+2
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31757 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/descent2-demodata: use HTTPS, fix HOMEPAGEMichael Mair-Keimberger2023-07-051-2/+2
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/descent2-data: use HTTPS, fix HOMEPAGEMichael Mair-Keimberger2023-07-051-3/+3
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/descent1-demodata: use HTTPS, fix HOMEPAGEMichael Mair-Keimberger2023-07-051-3/+3
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/descent1-data: use HTTPS, fix HOMEPAGEMichael Mair-Keimberger2023-07-051-3/+3
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-action/dxx-rebirth: Bump snapshot to fix building without OpenGLJames Le Cuirot2023-07-022-2/+2
| | | | | Closes: https://bugs.gentoo.org/909160 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-action/dxx-rebirth: Bump snapshot to 20230625James Le Cuirot2023-06-253-44/+2
| | | | | | My new patch was merged upstream already. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-action/dxx-rebirth: Bump snapshot to 20230618, drop old 20210623, EAPI 8James Le Cuirot2023-06-257-131/+78
| | | | | | | | | This fixes building with GCC 13 and the sdl12-compat wrapper. Closes: https://bugs.gentoo.org/896952 Closes: https://bugs.gentoo.org/900212 Closes: https://bugs.gentoo.org/907746 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-action/prismlauncher: drop 6.3Thiago Donato Ferreira2023-06-182-148/+0
| | | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31512 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/prismlauncher: add 7.1Thiago Donato Ferreira2023-06-182-0/+149
| | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/psychonauts-gog: Some last minute adjustmentsJames Le Cuirot2023-06-171-10/+14
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-action/psychonauts-hb: New packageJames Le Cuirot2023-06-173-0/+86
| | | | | Closes: https://bugs.gentoo.org/435830 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-action/psychonauts-gog: New packageJames Le Cuirot2023-06-173-0/+72
| | | | | Closes: https://bugs.gentoo.org/435830 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-action/prismlauncher: drop 6.1Thiago Donato Ferreira2023-06-132-148/+0
| | | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31396 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/prismlauncher: add 7.0Thiago Donato Ferreira2023-06-132-0/+149
| | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>