summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-arcade/oshu: fix variable referencesSam James2021-04-032-4/+4
| | | | | Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/funnyboat: fix DEPEND typo, eutils--, wrapper++Sam James2021-04-021-6/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/gnome-robots: Version bump to 40.0Matt Turner2021-03-212-0/+46
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-arcade/gnome-nibbles: Version bump to 3.38.2Matt Turner2021-03-212-0/+48
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-162-2/+2
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-162-2/+2
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-162-2/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-arcade/aop: fix typo and games.eclass portingSam James2021-03-101-8/+13
| | | | | Closes: https://bugs.gentoo.org/677894 Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/crack-attack: EAPI-7 bump. Avoid bashisms.Lars Wendler2021-03-092-12/+36
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-arcade/jumpnbump: misc fixupsSam James2021-03-051-4/+10
| | | | | | | | * + Python 3.9 * - Python 3.6 * GCC 10 workaround Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/jumpnbump: 1.61 version bumpJesus P Rey (Chuso)2021-03-053-0/+48
| | | | | | Signed-off-by: Jesus P Rey <gentoo@chuso.net> Closes: https://bugs.gentoo.org/702402 Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/xscavenger: port to EAPI 7Sam James2021-03-052-15/+15
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/tecnoballz: tiny formatting changesSam James2021-03-051-1/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/tecnoballz: remove old versionAzamat H. Hackimov2021-03-055-217/+0
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17663 Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/tecnoballz: update to 0.93.1Azamat H. Hackimov2021-03-053-0/+39
| | | | | | | | | Fix media-libs/libsdl[joystick] dependency (#733772). Closes: https://bugs.gentoo.org/733772 Closes: https://bugs.gentoo.org/739112 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/supertransball2: port to EAPI 7Sam James2021-03-051-13/+12
| | | | | | | | * EAPI 7 * Kill deprecated epatch.eclass * kill deprecated versionator.eclass Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/savagewheels: build system is picky with argumentsAndreas Sturmlechner2021-02-281-1/+1
| | | | | | Closes: https://bugs.gentoo.org/773439 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-arcade/asteroid: EAPI-7, cmake.eclass, silence cmake warningAndreas Sturmlechner2021-02-281-6/+14
| | | | | Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-arcade/opensonic: Drop 0.1.4-r2Andreas Sturmlechner2021-02-282-157/+0
| | | | | Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-arcade/opensonic: EAPI-7 bump, switch to cmake.eclass, fix buildAndreas Sturmlechner2021-02-284-0/+211
| | | | | | Closes: https://bugs.gentoo.org/711542 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-arcade/jvgs: Drop 0.5-r1Andreas Sturmlechner2021-02-281-45/+0
| | | | | Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-arcade/performous: EAPI-7 bump, cmake.eclass, build w/ boost-1.73Andreas Sturmlechner2021-02-283-17/+140
| | | | | | | Thanks-to: Stephan Ivanov <info@stephan.i9x.ru> Closes: https://bugs.gentoo.org/722906 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-arcade/savagewheels: Drop 1.6.1-r1Andreas Sturmlechner2021-02-282-63/+0
| | | | | Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-arcade/savagewheels: Switch to cmake.eclass, drop IUSE=fmodAndreas Sturmlechner2021-02-281-0/+54
| | | | | | | | | | | Fix DESCRIPTION. media-libs/fmod is gone. Add USE-dep on media-libs/libsdl[joystick] Fix DATADIR and LIBEXECDIR - runtime was utterly broken. Closes: https://bugs.gentoo.org/773331 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-arcade/tuxanci: Drop unmaintained live ebuildAndreas Sturmlechner2021-02-281-59/+0
| | | | | | | No upstream commit since 2011-04-29. Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-arcade/tuxanci: Set ENABLE_DEBUG=OFF to respect CFLAGSAndreas Sturmlechner2021-02-281-0/+1
| | | | | | Closes: https://bugs.gentoo.org/428732 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-arcade/tuxanci: Fix cmake to search for glu instead of glAndreas Sturmlechner2021-02-282-0/+13
| | | | | | Closes: https://bugs.gentoo.org/715132 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-arcade/tuxanci: EAPI-7 bump, switch to cmake.eclass, DESCRIPTIONAndreas Sturmlechner2021-02-281-10/+9
| | | | | Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-arcade/jvgs: unbundle tinyxmlSam James2021-02-012-5/+357
| | | | | | Closes: https://bugs.gentoo.org/739084 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/jvgs: fix installed binarySam James2021-02-011-2/+8
| | | | | | | | | Actually install the binary we build. Thanks-to: Samuel Bauer <samuel.bauer@yahoo.fr> Closes: https://bugs.gentoo.org/687610 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-313-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-arcade/supertux: Revbump to fix severe issue with libsdl2-2.0.14Lars Wendler2021-01-111-0/+4
| | | | | | Bug: https://bugs.gentoo.org/764959 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-arcade/supertux: Removed oldLars Wendler2021-01-112-60/+0
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-arcade/supertux: Fixed dependenciesLars Wendler2021-01-111-7/+13
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-arcade/jazz2: Version bump to 0.6.6, drop old 0.6.5James Le Cuirot2021-01-102-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-arcade/kobodeluxe: drop 0.5.1-r1Alexey Sokolov2020-12-251-56/+0
| | | | | | | (Portage version: 3.0.9/hg/Linux x86_64, unsigned Manifest commit) Closes: https://github.com/gentoo/gentoo/pull/18809 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/kobodeluxe: fix build with clang, bump EAPIAlexey Sokolov2020-12-252-0/+81
| | | | | | | Closes: https://bugs.gentoo.org/739080 (Portage version: 3.0.9/hg/Linux x86_64, unsigned Manifest commit) Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Update copyright line for files touched in 2019 and 2020.Ulrich Müller2020-12-232-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* games-arcade/cdogs-sdl: Remove -Werror for buildWilliam Breathitt Gray2020-12-102-0/+25
| | | | | | | Closes: https://bugs.gentoo.org/759289 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18594 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-arcade/cdogs-sdl: Version bump to 0.9.1William Breathitt Gray2020-12-096-109/+140
| | | | | | | Closes: https://bugs.gentoo.org/730402 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16539 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-arcade/jazz2: Bump to 0.6.5, drop old 0.6.4James Le Cuirot2020-12-092-1/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-arcade/jvgs: migrate to lua-single.eclassMarek Szuba2020-11-301-0/+42
| | | | | | | | | There is no test phase but I have confirmed that cmake correctly finds lua5.1 (upstream CMakeLists.txt is locked to that particular version), that the compilation uses -I/usr/include/lua5.1 and that the linking of the executable uses -llua5.1. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* games-arcade/xrick: Port to EAPI 7David Seifert2020-11-223-17/+89
| | | | | | Closes: https://bugs.gentoo.org/707136 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/sdlroids: Port to EAPI 7David Seifert2020-11-224-13/+172
| | | | | | | Closes: https://bugs.gentoo.org/708388 Closes: https://bugs.gentoo.org/730834 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/primateplunge: Port to EAPI 7David Seifert2020-11-212-7/+24
| | | | | | Closes: https://bugs.gentoo.org/724414 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/spout: Port to EAPI 7David Seifert2020-11-212-16/+36
| | | | | | Closes: https://bugs.gentoo.org/707266 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/moleinvasion: Port to EAPI 7David Seifert2020-11-152-12/+36
| | | | | | Closes: https://bugs.gentoo.org/709502 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/gnome-robots: remove oldMart Raudsepp2020-11-072-39/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* games-arcade/gnome-nibbles: remove oldMart Raudsepp2020-11-072-52/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* games-arcade/ceferino: Remove missing patch.Jesus P Rey (Chuso)2020-11-011-2/+1
| | | | | | | Signed-off-by: Jesus P Rey <gentoo@chuso.net> Closes: https://bugs.gentoo.org/653310 Closes: https://github.com/gentoo/gentoo/pull/18028 Signed-off-by: James Le Cuirot <chewi@gentoo.org>