summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-arcade/cavezofphear: port to EAPI 7, games.eclass--, respect PKG_CONFIGSam James2021-04-062-21/+27
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/jumpnbump: fix metadata (indentation, UnusedLocalUse)Sam James2021-04-061-8/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/jumpnbump: drop 1.50-r2 (drop GAMES_BINDIR ref)Sam James2021-04-062-55/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/gish-demo: EAPI 7, eutils--, drop ${GAMES_PREFIX_OPT}Sam James2021-04-061-10/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/emilia-pinball: port to EAPI 7, games.eclass--Sam James2021-04-055-45/+58
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/gav: respect LDSam James2021-04-041-1/+8
| | | | | | | | Much easier to just assume we're dealing with the compiler interface. Closes: https://bugs.gentoo.org/779976 Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/gav: desktop--Sam James2021-04-041-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/nottetris2: port to EAPI 7, eutils--, wrapper++Sam James2021-04-041-8/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/briquolo: toolchain-funcs--Sam James2021-04-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/solarwolf: eutils--, wrapper++Sam James2021-04-041-8/+11
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/batrachians: EAPI 7, autotools--, missing depsSam James2021-04-041-8/+11
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/briquolo: port to EAPI 7, games.eclass--Sam James2021-04-044-37/+50
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/dynamitejack: port to EAPI 7, games.eclass-- (needs runtime check)Sam James2021-04-041-9/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/bumprace: port to EAPI 7, games.eclass--Sam James2021-04-041-8/+9
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/blockrage: port to EAPI 7, fix build, games.eclass--Sam James2021-04-043-15/+108
| | | | | Closes: https://bugs.gentoo.org/669598 Signed-off-by: Sam James <sam@gentoo.org>
* ames-arcade/burgerspace: port to EAPI 7, games.eclass--Sam James2021-04-041-8/+13
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/pachi: port to EAPI 7, games.eclass--Sam James2021-04-042-17/+30
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/betna: port to EAPI 7, games.eclass--Sam James2021-04-041-9/+17
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/bomns: port to EAPI 7, games.eclass--Sam James2021-04-042-16/+23
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/orthorobot: eutils->{desktop, wrapper}Sam James2021-04-042-26/+34
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/retrobattle: eutils->wrapperSam James2021-04-041-9/+12
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* 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>