summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-board/pouetchess: Remove last-rited pkgMichał Górny2020-10-209-213/+0
| | | | | Closes: https://bugs.gentoo.org/677622 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-board/ace: style fixupsSam James2020-10-151-8/+8
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* games-board/ace: drop old 1.4-r1Alexey Sokolov2020-10-151-54/+0
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/17814 Signed-off-by: Sam James <sam@gentoo.org>
* games-board/ace: fix build with gcc10Alexey Sokolov2020-10-153-0/+84
| | | | | | | | | And a few more issues Closes: https://bugs.gentoo.org/707228 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Sam James <sam@gentoo.org>
* games-board/biloba: xdg-utils -> xdgSam James2020-10-151-9/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* games-board/biloba: drop 0.9.3-r1Alexey Sokolov2020-10-151-51/+0
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/17785 Signed-off-by: Sam James <sam@gentoo.org>
* games-board/biloba: fix build with gcc 10Alexey Sokolov2020-10-152-0/+78
| | | | | | | Closes: https://bugs.gentoo.org/707232 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gtkatlantic: minor fixupsSam James2020-10-151-12/+8
| | | | | | | | | * Add missing dependencies * Use xdg eclass instead of xdg * Make SRC_URI more generic Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gtkatlantic: drop old 0.6.1Alexey Sokolov2020-10-153-62/+0
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/17687 Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gtkatlantic: version 0.6.3Alexey Sokolov2020-10-152-0/+35
| | | | | | | Closes: https://bugs.gentoo.org/709398 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gtkboard: fix build with gcc 10Alexey Sokolov2020-09-232-0/+15
| | | | | | | | Closes: https://bugs.gentoo.org/708536 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/17642 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* games-board/gnome-hearts: fix HOMEPAGEMichael Mair-Keimberger2020-09-211-3/+3
| | | | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17526 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-146-16/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-board/sjeng: Respect CC by running eautoreconfJames Le Cuirot2020-09-101-1/+5
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-board/sjeng: apply debian patchesAlexey Sokolov2020-09-103-18/+46
| | | | | | | | | | Install missing files Closes: https://bugs.gentoo.org/707270 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/17407 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-board/xgammon: Drop old 0.98-r1James Le Cuirot2020-09-062-72/+0
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-board/xgammon fix endgame database not foundPaul Healy2020-09-062-0/+75
| | | | | | | | | | | | | | | Change where the program looks by default for its end game db (sed version - thanks chewi) Without this fix, the program reports this on startup: $ xgammon endgame database not found you should create one Signed-off-by: Paul Healy <lmiphay@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17394 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-board/gambit: Respect CFLAGSSebastian Pipping2020-08-312-1/+33
| | | | | | Closes: https://bugs.gentoo.org/739218 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-3.0.0, Repoman-2.3.23
* games-board/tali: Stabilize 3.36.4 amd64, #738728Sam James2020-08-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/iagno: Stabilize 3.36.4 amd64, #738728Sam James2020-08-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gnome-mines: Stabilize 3.36.1 amd64, #738728Sam James2020-08-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gnome-mahjongg: Stabilize 3.36.2 amd64, #738728Sam James2020-08-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/gnome-chess: Stabilize 3.36.1 amd64, #738728Sam James2020-08-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/four-in-a-row: Stabilize 3.36.4 amd64, #738728Sam James2020-08-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-board/tali: x86 stable (bug #738728)Thomas Deutschmann2020-08-301-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* games-board/iagno: x86 stable (bug #738728)Thomas Deutschmann2020-08-301-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* games-board/gnome-mines: x86 stable (bug #738728)Thomas Deutschmann2020-08-301-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* games-board/gnome-mahjongg: x86 stable (bug #738728)Thomas Deutschmann2020-08-301-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* games-board/gnome-chess: x86 stable (bug #738728)Thomas Deutschmann2020-08-301-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* games-board/four-in-a-row: x86 stable (bug #738728)Thomas Deutschmann2020-08-301-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* games-board/xgammon: Clean up patchesDavid Seifert2020-08-273-62/+61
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
* games-board/xgammon: Fix building with -fno-commonDavid Seifert2020-08-272-0/+98
| | | | | | Closes: https://bugs.gentoo.org/706872 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
* games-board/xgammon: Fix building against glibc 2.32David Seifert2020-08-272-11/+35
| | | | | | Closes: https://bugs.gentoo.org/715452 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
* games-board/iagno: fix build with newer mesonMart Raudsepp2020-08-222-0/+32
| | | | | | Closes: https://bugs.gentoo.org/738576 Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* games-board/gnome-chess: bump to 3.36.1Mart Raudsepp2020-08-222-0/+56
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* games-board/iagno: bump to 3.36.4Mart Raudsepp2020-08-222-0/+50
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* games-board/four-in-a-row: bump to 3.36.4Mart Raudsepp2020-08-222-0/+48
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* games-board/chessx: Add missing dependencyHenrik Pihl2020-08-081-0/+1
| | | | | | | | Closes: https://bugs.gentoo.org/732856 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Henrik Pihl <ahvenas@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16804 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-board/gnome-mahjongg: bump to 3.36.2Mart Raudsepp2020-08-072-0/+47
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* games-board/gnome-mines: bump to 3.36.1Mart Raudsepp2020-08-072-0/+47
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* games-board/teg: Remove last-rited packageAndreas Sturmlechner2020-08-023-55/+0
| | | | | Closes: https://bugs.gentoo.org/726816 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-board/gnono: Remove last-rited packageAndreas Sturmlechner2020-07-185-251/+0
| | | | | Closes: https://bugs.gentoo.org/726788 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-board/mt_gtk_client: Remove last-rited packageAndreas Sturmlechner2020-07-184-50/+0
| | | | | Closes: https://bugs.gentoo.org/726808 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-board/sirius: Remove last-rited packageAndreas Sturmlechner2020-07-186-139/+0
| | | | | Closes: https://bugs.gentoo.org/726814 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-board/chessx: remove unused patchesMichael Mair-Keimberger2020-07-142-79/+0
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16700 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-board/chessx: Drop 1.4.6Andreas Sturmlechner2020-07-132-50/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-board/chessx: Add missing install to qmake build systemAndreas Sturmlechner2020-07-132-4/+30
| | | | | | | Thanks to openSUSE for the patch. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-board/chessx: Fix build failure caused by missing translationsAndreas Sturmlechner2020-07-132-1/+28
| | | | | | | Thanks to openSUSE for the patch. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-board/chessx: 1.5.4 version bumpAndreas Sturmlechner2020-07-133-0/+122
| | | | | | | | | | Depending on >=dev-libs/quazip-0.9.1 is necessary as the first version to ship an (albeit patched) working pkgconfig. Closes: https://bugs.gentoo.org/684690 Closes: https://bugs.gentoo.org/731972 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-board/xmahjongg: Call AM_PROG_ARDavid Seifert2020-07-052-7/+35
| | | | | | Closes: https://bugs.gentoo.org/730800 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: David Seifert <soap@gentoo.org>