summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-board/stockfish: add 15.1Patrick Lauer2022-12-062-0/+77
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* games-board/gnome-chess: Drop old versionsMatt Turner2022-12-032-60/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-board/gnome-chess: Stabilize 43.0 x86, #879807Jakov Smolić2022-11-231-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* games-board/xboard: fix licenseIonen Wolkens2022-11-081-1/+1
| | | | | Closes: https://bugs.gentoo.org/880145 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-board/gnome-chess: Stabilize 43.0 amd64, #879807Sam James2022-11-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gnome-chess: Stabilize 43.0 arm64, #879807Arthur Zamarin2022-11-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-board/tali: Set remote-idMatt Turner2022-10-301-4/+7
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-board/iagno: Set remote-idMatt Turner2022-10-301-4/+7
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-board/gnome-mines: Set remote-idMatt Turner2022-10-301-4/+7
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-board/gnome-mahjongg: Set remote-idMatt Turner2022-10-301-4/+7
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-board/gnome-chess: Set remote-idMatt Turner2022-10-301-4/+7
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-board/four-in-a-row: Set remote-idMatt Turner2022-10-301-4/+7
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-board/gnome-mines: Add Python 3.11 compatibilityMatt Turner2022-10-291-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-board/pysolfc: drop 2.16.0Ionen Wolkens2022-10-202-69/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-board/phalanx: align longdescription opening and closing tagsPetr Vaněk2022-10-201-4/+4
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* games-board/awale: add savannah-nongnu upstream metadataSam James2022-10-181-4/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/xboard: add savannah upstream metadataSam James2022-10-181-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gnushogi: add savannah upstream metadataSam James2022-10-181-4/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gnubg: add savannah upstream metadataSam James2022-10-181-4/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/tali: Drop old versionsMatt Turner2022-10-142-40/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-board/gnome-chess: Drop old versionsMatt Turner2022-10-142-59/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-board/pysolfc: add 2.18.0Ionen Wolkens2022-10-112-0/+69
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-board/xgammon: pass -std=gnu89Ionen Wolkens2022-10-111-1/+3
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-board/xskat: fix w/ upcoming clang16 + -std=gnu89Ionen Wolkens2022-10-102-1/+14
| | | | | Closes: https://bugs.gentoo.org/875473 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-board/xskat: adjust CPPFLAGS, move xorg-proto to DEPENDIonen Wolkens2022-10-101-6/+8
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-board/gnubg: cairo[svg] -> svg(+)Ionen Wolkens2022-10-071-1/+1
| | | | | | | Dep was formerly added to fix #828128, so keep as (+) for old cairo. Closes: https://bugs.gentoo.org/875920 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-board/gnubg: enable py3.11Ionen Wolkens2022-10-071-1/+1
| | | | | | | Unsure if entirely functional w/ the more obscure scripts, but not readily seeing anything. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-board/stockfish: Stabilize 15-r1 x86, #873454Agostino Sarubbo2022-09-301-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-board/xscrabble: force gcc -E for imake's generationIonen Wolkens2022-09-301-1/+2
| | | | | | | | | | | | | | Requires traditional cpp support and is broken in all sort of ways with clang-cpp / -E. Ideally these packages need to be built another way or last rited, imake will just accumulate more problems. wrt #870793 this gets further but still many implicit declaration issues with clang16. Bug: https://bugs.gentoo.org/870793 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-board/xmille: force gcc -E for imake's generationIonen Wolkens2022-09-301-5/+5
| | | | | | | | | | | | | | Requires traditional cpp support and is broken in all sort of ways with clang-cpp / -E. Ideally these packages need to be built another way or last rited, imake will just accumulate more problems (this one notably has a Makefile.noIm which haven't tried). wrt #739154 package is still severely broken, moreso with >=clang16. Bug: https://bugs.gentoo.org/739154 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-board/xgammon: 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. Closes: https://bugs.gentoo.org/870904 Closes: https://bugs.gentoo.org/871201 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-board/stockfish: Stabilize 15-r1 amd64, #873454Sam James2022-09-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/tali: Stabilize 40.8 arm64, #868606Sam James2022-09-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gnome-chess: Stabilize 42.1 arm64, #868606Sam James2022-09-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gnome-chess: Version bump to 43.0Matt Turner2022-09-152-0/+58
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-board/iagno: Remove vala version restrictionsMatt Turner2022-09-151-5/+4
| | | | | | | | | | They were resolved in commit 5d3c0353660 ("games-board/iagno: Fix for vala 0.50.4 regression") but the commit did not remove the restrictions themselves. Also bump to EAPI=8 while we're here. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-board/tali: Stabilize 40.8 x86, #868606Sam James2022-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gnome-chess: Stabilize 42.1 x86, #868606Sam James2022-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/tali: Stabilize 40.8 amd64, #868606Sam James2022-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gnome-chess: Stabilize 42.1 amd64, #868606Sam James2022-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/chessx: revbump for quazip USE-dep changeSam James2022-09-101-0/+0
| | | | | Fixes: 3a4e7dde76355d517c8874ba59610d47868b67ae Signed-off-by: Sam James <sam@gentoo.org>
* games-board/chessx: depend on quazip[qt5(+)]Andrew Ammerlaan2022-09-091-2/+2
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-board/pokerth: remove boost slot depsDavid Seifert2022-09-041-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-board/pokerth: remove boost[threads(+)] usedepDavid Seifert2022-09-041-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-board/goatee-gtk: treecleanJakov Smolić2022-08-213-39/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* games-board/gnome-chess: Version bump to 42.1Matt Turner2022-08-092-0/+60
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-board/tali: Version bump to 40.8Matt Turner2022-08-062-0/+40
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-board/tablebase-syzygy: Don't call wc, bash can count wordsUlrich Müller2022-08-021-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* games-board/xscrabble: filter LTO (type mismatch)Sam James2022-07-171-2/+5
| | | | | Closes: https://bugs.gentoo.org/858623 Signed-off-by: Sam James <sam@gentoo.org>
* games-board/xmille: filter LTO (type mismatch)Sam James2022-07-171-2/+5
| | | | | Closes: https://bugs.gentoo.org/858620 Signed-off-by: Sam James <sam@gentoo.org>