summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move {app-doc → app-text}/doxygenMichał Górny2024-01-121-2/+2
| | | | | | | | Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-fps/quakeforge: migrate to fig2devSam James2023-11-131-1/+1
| | | | | Closes: https://bugs.gentoo.org/917250 Signed-off-by: Sam James <sam@gentoo.org>
* games-fps/quakeforge: unset LEX to ensure flexIonen Wolkens2023-03-241-2/+2
| | | | | | | | This package is rather fragile, and (any) alternatives have a tendency to not work. Closes: https://bugs.gentoo.org/902997 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-fps/quakeforge: unset YACC and let configure handle itIonen Wolkens2022-12-041-0/+1
| | | | | | | Already BDEPEND on bison Closes: https://bugs.gentoo.org/884287 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-fps/quakeforge: add media-libs/flac subslot depSam James2022-09-101-1/+1
| | | | | | media-libs/flac-1.4.0 breaks ABI. Signed-off-by: Sam James <sam@gentoo.org>
* games-fps/quakeforge: filter-ltoIonen Wolkens2022-07-181-1/+3
| | | | | | | | This is already all sort of fragile and tempting to last-rite, probably not worth trying to figure lto out. Closes: https://bugs.gentoo.org/858755 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-fps/quakeforge: minor live ebuild updatesIonen Wolkens2022-01-041-21/+10
| | | | | | | | | | | | | | | Current HEAD has working tests with glibc-2.34 wrt bug #807319 (but the failure had no real consequence, runtime not affected). Not adding a new snapshot yet given there's been major refactoring of the input system and in-game key rebinding seem not re-implemented yet (this is fine if using .cfg directly, but is unintuitive). Removed dated postinst messages, vulkan backend seem to have improved a fair deal. Bug: https://bugs.gentoo.org/807319 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-fps/quakeforge: pass new --disable-simd for live ebuildIonen Wolkens2021-08-091-0/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-fps/quakeforge: replace patch with sed for live ebuildIonen Wolkens2021-08-091-4/+4
| | | | | | These get changed around a lot, this should hopefully fail less often Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-fps/quakeforge: add live ebuildIonen Wolkens2021-07-221-0/+163
Undergoing active development and may be useful to prepare/pick new snapshots until upstream starts doing releases again. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>