summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-arcade/whichwayisup: drop 0.7.9-r3Ionen Wolkens2021-07-212-129/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/whichwayisup: EAPI 7->8, various fixesIonen Wolkens2021-07-212-0/+56
| | | | | | | | | | | | | - python-r1 -> python-single-r1 wrt bug #710234 - don't call python directly - add missing sdl2 deps - remove homepage, gone with no official replacement could find Also replaced icon from files/, xpm may be text-only but filling the tree with an old uncompressed text image format doesn't sound right. Closes: https://bugs.gentoo.org/710234 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/solarwolf: drop 1.5-r2Ionen Wolkens2021-07-212-51/+0
| | | | | | This version wouldn't start with python3.9, little sense in keeping. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/solarwolf: add 1.5_p3, EAPI 7->8, various fixesIonen Wolkens2021-07-212-0/+61
| | | | | | | | | | | | | | | | | Was previously given python 3.9 compat but wouldn't startup with it due to 3.9's isAlive() removal. Bump to newer debian patchset to fix this. Also: - python-r1 -> python-single-r1 wrt bug #710232 - updated deps for SDL2 and added missing sdl2-image[gif,png] - don't call "python3" directly - einstalldocs was a noop, replace by dodoc readme.txt - fix HOMEPAGE not to point to a directory listing - default to windowed or may be difficult to use depending on display Closes: https://bugs.gentoo.org/710232 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/funnyboat: PYTHON_MULTI_USEDEP -> PYTHON_USEDEPDavid Seifert2021-07-171-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/blobwars: Drop oldPacho Ramos2021-07-081-51/+0
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* games-arcade/xscavenger: drop 1.4.4-r2Ionen Wolkens2021-06-293-250/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/xscavenger: add .desktop iconIonen Wolkens2021-06-292-2/+6
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/lbreakout: add .desktop iconIonen Wolkens2021-06-292-2/+6
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/kajaani-kombat: add .desktop icon, EAPI 7->8Ionen Wolkens2021-06-291-3/+4
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/excido: add .desktop icon, EAPI 7->8Ionen Wolkens2021-06-292-3/+7
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/abe: add .desktop icon, EAPI 7->8Ionen Wolkens2021-06-292-5/+9
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/xscavenger: add 1.4.5, EAPI 7->8, remove imakeIonen Wolkens2021-06-283-0/+183
| | | | | | | | | | | | | | | imake makes something that's very simple needlessly complicated, use an implicit make rule instead (fixes bug #739120). Updated old patch with references and more fixes (notably for garbled sub-menu text when using gcc7+). Also support prefix, add previously missing man page, and updated homepage. This version notably uses ALSA over /dev/dsp. Closes: https://bugs.gentoo.org/612812 Closes: https://bugs.gentoo.org/739120 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/vor: drop 0.5.7-r1Ionen Wolkens2021-06-282-39/+0
| | | | | | Broken with gcc10/-fno-common. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/vor: add 0.5.8, EAPI 6->8Ionen Wolkens2021-06-282-0/+30
| | | | | | This version also fixes previous gcc10/-fno-common issues. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/pengupop: EAPI 6->8, simplify ebuildIonen Wolkens2021-06-282-59/+14
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/missile: drop 1.0.1-r1Ionen Wolkens2021-06-282-67/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/missile: replace workarounds, EAPI 6->8, misc fixesIonen Wolkens2021-06-281-0/+49
| | | | | | | | | | | Previously would call cc directly, didn't use pkg-config, needs patches and sed to respect flags, etc.. Considering it's a single C file that likely won't get new versions, just compile it directly. Also no longer install unused zaurus graphics data, fix prefix, and make sound optional. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/lbreakout2: fix qa notice, add unzip dep, tidyIonen Wolkens2021-06-281-38/+39
| | | | | | | | | | | Use /var/games for highscore file instead of /var/lib/*.hscr and use gamestat for bug #683052. Also removed -O? filter, been there since 2003 and never explained. No issues with modern compilers and various -O levels Closes: https://bugs.gentoo.org/683052 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/lbreakout: fix install, EAPI 6->8, tidyIonen Wolkens2021-06-281-12/+26
| | | | | | | | | | | | | | Broken since games.eclass migration in 2018 (bug #655000) due to the removal of the "dodir" line. Also prevent direct cc/c++ call, use gamestat, add .desktop file, and tighten sdl dep (notably won't start without sound support). No revbump given this never worked. Fixes: 0bb75edcb56e4fe87bac5059fe0e7004883c021a Closes: https://bugs.gentoo.org/655000 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/jazz2: fix gles2-only ProbableGlobalUseIonen Wolkens2021-06-281-1/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/jazz2-data: fix gles2-only ProbableGlobalUseIonen Wolkens2021-06-281-1/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/funnyboat: remove unused xdg inheritIonen Wolkens2021-06-251-1/+1
| | | | | | Overlooked when touched it recently. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/funnyboat: add missing deps, gnome2-utils--Ionen Wolkens2021-06-231-16/+18
| | | | | | Game won't start if [png] or [vorbis] are missing. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/epiar: fix startup, update depsIonen Wolkens2021-06-221-16/+16
| | | | | | | | | | Unsure when this last worked, but it tries to load a missing font path and either fails on assert failure or segfaults if -DNDEBUG. For now just install the font. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/sdb: drop 1.0.2-r1Ionen Wolkens2021-06-221-54/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/rocksndiamonds: drop 4.1.0.0Ionen Wolkens2021-06-222-92/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/epiar: drop 0.5-r1Ionen Wolkens2021-06-228-675/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/cosmosmash: drop 1.4.7-r1Ionen Wolkens2021-06-222-38/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/gnake: add pkgconfig or pkgconfig-referenced libs depsSam James2021-06-181-1/+1
| | | | | | | | | | Add dependencies for either virtual/pkgconfig, move it into BDEPEND where applicable, or add dependencies for libraries we're trying to find with pkgconfig. Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/conveysdl: add pkgconfig or pkgconfig-referenced libs depsSam James2021-06-181-2/+2
| | | | | | | | | | Add dependencies for either virtual/pkgconfig, move it into BDEPEND where applicable, or add dependencies for libraries we're trying to find with pkgconfig. Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/ascii-invaders: add pkgconfig or pkgconfig-referenced libs depsSam James2021-06-181-1/+1
| | | | | | | | | | Add dependencies for either virtual/pkgconfig, move it into BDEPEND where applicable, or add dependencies for libraries we're trying to find with pkgconfig. Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/alienwave: add pkgconfig or pkgconfig-referenced libs depsSam James2021-06-181-3/+3
| | | | | | | | | | Add dependencies for either virtual/pkgconfig, move it into BDEPEND where applicable, or add dependencies for libraries we're trying to find with pkgconfig. Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/kajaani-kombat: gcc11 and clang fix, tidyIonen Wolkens2021-06-152-16/+51
| | | | | | | | | | | | | Using -std=c++14 to avoid a rather large patch, but still need a patch due to pointer misuse (also fixes build with clang). Revbump due to minor RDEPEND updates and new .desktop entry. Also, added a missing a EPREFIX. Closes: https://bugs.gentoo.org/739086 Closes: https://bugs.gentoo.org/790743 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/abe: tidy ebuild and add missing EPREFIXIonen Wolkens2021-06-155-38/+30
| | | | | | | | | src_unpack was only to extract a .bmp icon that is not XDG compliant (game itself reads the .tar directly) Also moved patch comments inside the patches themselves. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/notpacman: EAPI bump, update eclass usageMichael Mair-Keimberger2021-06-151-21/+7
| | | | | | Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/mrrescue: remove oldMichael Mair-Keimberger2021-06-151-46/+0
| | | | | | Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/mrrescue: EAPI bump, update eclass usageMichael Mair-Keimberger2021-06-151-20/+6
| | | | | | Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/kajaani-kombat: remove unused eclass, minor improvementsMichael Mair-Keimberger2021-06-151-8/+5
| | | | | | Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/abe: EAPI bump, minor improvementsMichael Mair-Keimberger2021-06-151-6/+7
| | | | | | Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/briquolo: various compile fixes (GCC 11, Clang)Sam James2021-06-133-1/+46
| | | | | | | | | | | * Fix build with GCC 11 (const) * Fix build with Clang (widening conversion, patch from FreeBSD) * Change delimiter in sed away from colon Closes: https://bugs.gentoo.org/739094 Closes: https://bugs.gentoo.org/790746 Closes: https://bugs.gentoo.org/715738 Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/excido: fix direct c++, add desktop fileIonen Wolkens2021-06-031-7/+16
| | | | | | Plus small style perference changes. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/excido: EAPI7 bumpMichael Mair-Keimberger2021-06-031-8/+6
| | | | | | | Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19823 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/sdlsasteroids: add virtual/glu depSam James2021-06-021-7/+12
| | | | | Closes: https://bugs.gentoo.org/739114 Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/rockdodger: drop 0.6.0a-r2Ionen Wolkens2021-06-015-120/+0
| | | | | | This revision was unusable. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/rockdodger: add 1.1.4Ionen Wolkens2021-06-012-0/+51
| | | | | | | | | | | | | | | | - make game usable (broken since games.eclass--, wrong assets path) - make executable setgid gamestat (...was setgid root) - removed patches, obsolete/upstreamed - prefix support - install package's .desktop, bigger icon, and man page - added missing [joystick] (bug #737688), and others to handle assets - seds removed (bug #711110), includes audio sed given can't reproduce and upstream still left it at 512 in 2020 Closes: https://bugs.gentoo.org/680584 Closes: https://bugs.gentoo.org/711110 Closes: https://bugs.gentoo.org/737688 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/gnome-nibbles: remove unused patchMichael Mair-Keimberger2021-06-011-34/+0
| | | | | | Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* games-arcade/solarwolf: add Python 3.9Sam James2021-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/opentyrian: drop inactive maintainerDavid Seifert2021-05-311-4/+0
| | | | | Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/gnome-robots: Drop old versionsMatt Turner2021-05-302-39/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>