summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-action/polymc: add tomlplusplus as a git submoduleThiago Donato Ferreira2022-10-031-1/+3
| | | | | | | | | | This is done by excluding quazip from the submodule list, instead of adding the tomlplusplus module directly, so that new modules in the future won't need a separate commit. Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27560 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/polymc: remove submodule from EGIT_REPO_URIThiago Donato Ferreira2022-10-032-2/+0
| | | | | | Closes: https://bugs.gentoo.org/872248 Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/xpilot: force gcc -E for imake's generationIonen Wolkens2022-09-301-2/+3
| | | | | | | | | | Requires traditional cpp support and is broken in all sort of ways with clang-cpp / -E. Can still use clang & friends for everything else. Ideally these packages need to be built another way or last rited, imake will just accumulate more problems. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-action/minetest: drop 5.6.0-r1Marek Szuba2022-09-262-145/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-action/polymc: add dev-qt/qtsvg as a RDEPENDThiago Donato Ferreira2022-09-222-1/+7
| | | | | | | | This is needed because most icons in the app are SVGs that don't show up without this dependency. Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/polymc: drop 1.4.1-r2Thiago Donato Ferreira2022-09-222-134/+0
| | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/polymc: add qt6 USE flag to the live ebuildThiago Donato Ferreira2022-09-222-13/+24
| | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/beathazardultra: use PV in SRC_URISam James2022-09-221-2/+2
| | | | | | not that it really matters in this case, but still. Signed-off-by: Sam James <sam@gentoo.org>
* games-action/minetest: add 5.6.1Marek Szuba2022-09-212-0/+145
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-action/swordandsworcery: fix FLAC depSam James2022-09-141-2/+2
| | | | | Fixes: dd725bc2da31f74a9b6d6ef1a4a014d1b23accba Signed-off-by: Sam James <sam@gentoo.org>
* games-action/polymc: we need the full xrandr, not just the libAndrew Ammerlaan2022-09-143-3/+3
| | | | | Closes: https://bugs.gentoo.org/869857 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/polymc: add patch for explicit include in PollServerThiago Donato Ferreira2022-09-124-0/+28
| | | | | | | | | | | This seems to be a problem with early 5.12 Qt versions, since newer versions don't have this problem. Somewhere along the way, QDebug was probably added as a implicit include to this file. Closes: https://bugs.gentoo.org/869395 Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27201 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/swordandsworcery: depend on flac:0/0 or flac-compatSam James2022-09-111-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-action/polymc: revbump for quazip USE-dep changeSam James2022-09-101-0/+0
| | | | | Fixes: ebe7b655971a63e3e94aa6e98b2f659578fb072a Signed-off-by: Sam James <sam@gentoo.org>
* games-action/polymc: update LICENSEThiago Donato Ferreira2022-09-092-4/+4
| | | | | | | | | | | | | | | Removes Boost-1.0, since the dependency that introduced it, optional-bare, got removed in the newer versions. Correct libnbtplusplus's license, since it's LGPL-3 or later, as stated by https://github.com/PolyMC/PolyMC/blob/develop/libraries/README.md Add missing licenses and remove missing license (OFL), following https://github.com/PolyMC/PolyMC/blob/develop/libraries/README.md Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27192 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/polymc: add 1.4.2flow2022-09-092-0/+130
| | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/polymc: drop 1.3.2flow2022-09-092-116/+0
| | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/polymc: depend on quazip[qt5(+)]Andrew Ammerlaan2022-09-093-3/+3
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/minetest: suppress upstream optimisation flagsMarek Szuba2022-09-072-0/+17
| | | | | | | | | Upstream build scripts add -O3 -funroll-loops -fomit-frame-pointers to CXXFLAGS, and since they are appended rather than prepended they may override optimisation flags set by the user. Closes: https://bugs.gentoo.org/868540 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-action/minecraft-launcher: mask on muslAndrew Ammerlaan2022-09-061-0/+1
| | | | | Closes: https://bugs.gentoo.org/868714 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/violetland: remove boost[threads(+)] usedepDavid Seifert2022-09-041-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-action/a-story-about-my-uncle: New package at version 5188James Le Cuirot2022-09-044-0/+104
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-action/minecraft-launcher: drop 1121Andrew Ammerlaan2022-08-242-61/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/minecraft-launcher: add 1.0.1221Andrew Ammerlaan2022-08-242-0/+61
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/minetest: drop 5.5.1Marek Szuba2022-08-162-143/+0
| | | | | | | That's the last version vulnerable to CVE-2022-35978 gone. Bug: https://bugs.gentoo.org/865401 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-action/minetest: remove unused patchesMichael Mair-Keimberger2022-08-112-38/+0
| | | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.12 Closes: https://github.com/gentoo/gentoo/pull/26816 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-action/supertuxkart: drop 1.2Ionen Wolkens2022-08-114-265/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-action/minetest: drop 5.4.1-r1, 5.5.0Marek Szuba2022-08-093-288/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-action/minetest: add 5.6.0Marek Szuba2022-08-092-0/+143
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-action/trine2: use HTTPSMichael Mair-Keimberger2022-08-031-2/+2
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-action/hotline-miami: use HTTPSMichael Mair-Keimberger2022-08-031-2/+2
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-action/chromium-bsu: use HTTPSMichael Mair-Keimberger2022-08-031-2/+2
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-action/polymc: add 1.4.1Thiago Donato Ferreira2022-07-292-0/+130
| | | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26538 Signed-off-by: Sam James <sam@gentoo.org>
* games-action/polymc: drop 1.4.0Thiago Donato Ferreira2022-07-292-130/+0
| | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-action/polymc: add `QT_SLOT` variable to simplify maintenanceThiago Donato Ferreira2022-07-292-16/+18
| | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-action/polymc: move scdoc and ECM deps to BDEPENDThiago Donato Ferreira2022-07-292-4/+10
| | | | | | | Those are only needed on the building machine. Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-action/polymc: add 1.4.0Thiago Donato Ferreira2022-07-292-0/+126
| | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-action/polymc: explicitly add Qt5 build configThiago Donato Ferreira2022-07-291-0/+2
| | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-action/polymc: add app-text/scdoc as a build-time dependencyThiago Donato Ferreira2022-07-291-0/+1
| | | | | | | | We changed how our man page is built, so now we also need this extra dependency. Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-action/polymc: add ECM dependencyThiago Donato Ferreira2022-07-291-0/+1
| | | | | | | | As per https://github.com/PolyMC/PolyMC/pull/784, we now need ECM as a build-time dependency. Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-action/polymc: add testsThiago Donato Ferreira2022-07-291-1/+4
| | | | | | | Following fixes by upstream, we can now run tests too :) Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-action/polymc: add new optional featuresThiago Donato Ferreira2022-07-291-0/+3
| | | | | | | | PolyMC now has optional support for MangoHud and Feral's Gamemode, so we'll add those to the `optfeatures`. Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-action/polymc: drop 1.3.1Thiago Donato Ferreira2022-07-292-116/+0
| | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-action/supertuxkart: Keyword 1.3 arm64, #811420matoro2022-07-231-1/+1
| | | | | Closes: https://github.com/gentoo/gentoo/pull/26524 Signed-off-by: Sam James <sam@gentoo.org>
* games-action/psychonauts2-hb: New package at version 1097251James Le Cuirot2022-07-183-0/+79
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-action/moon-buggy: filter LTO (type mismatch)Sam James2022-07-171-2/+5
| | | | | Closes: https://bugs.gentoo.org/858518 Signed-off-by: Sam James <sam@gentoo.org>
* games-action/brutal-legend: Split into gog and hb packagesJames Le Cuirot2022-07-117-70/+165
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-action/trine2: This needs the glibc stack-realign compatibility flagJames Le Cuirot2022-07-111-1/+1
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-action/noiz2sa: add missing libsdl[joystick] depSam James2022-06-161-1/+2
| | | | | Closes: https://bugs.gentoo.org/836598 Signed-off-by: Sam James <sam@gentoo.org>
* games-action/polymc: drop 1.3.0Thiago Donato Ferreira2022-06-122-116/+0
| | | | | | Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25866 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>