summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-arcade/slimevolley: fix StaticSrcUriSam James2022-10-011-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/xboing: fix build with clang16Ionen Wolkens2022-09-302-1/+42
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/xboing: 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. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/epiar: request deprecated lua-5.1 APIDavid Seifert2022-09-261-2/+10
| | | | | Closes: https://bugs.gentoo.org/872803 Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/holotz-castle: use PV in SRC_URISam James2022-09-221-2/+2
| | | | | | Avoids mistakes on bumping and why not? Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/gnome-nibbles: Remove vala version restrictionsMatt Turner2022-09-151-5/+4
| | | | | | | | | | They were resolved in commit acbfede4da1 ("games-arcade/gnome-nibbles: 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-arcade/late: EAPI6->8, misc fixesIonen Wolkens2022-08-135-48/+57
| | | | | | | | | | | | * fix score file, was in an odd location (/var/lib/lib/games) and gamestat group wasn't used * tidy patches and add bugref for one (haven't found for the other) * GPL-2 -> GPL-2+ * depend on libsdl[sound] * replace .bmp icon, neither right format nor size (800x600!) to be valid for XDG and no guarantees it can be displayed by everything Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/komi: EAPI6->8, misc changesIonen Wolkens2022-08-135-90/+47
| | | | | | | | | | | | | * drop Makefile in favor of implicit rules, somewhat useless and relied on 2 patches, seds, and still needed a partial manual install anyway * depend on libsdl[sound] * respect EPREFIX * install readme/changelog * replace .bmp icon, not right format to be XDG-valid and no guarantees it can be displayed by everything * GPL-2 -> GPL-2+ Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/gnujump: EAPI6->8, misc fixesIonen Wolkens2022-08-133-35/+62
| | | | | | | | | | | | | | | * update dead homepage * run eautoreconf so ./configure is not missing macros wrt bug #818814 * depend on libsdl[opengl] to pull SDL's headers deps wrt bug #739078, and also depend on GLU directly given gnujump uses glu.h too * depend on gettext/libintl * GPL-3 -> GPL-3+ * include potentially missing locale.h, e.g. with musl wrt bug #831726 Closes: https://bugs.gentoo.org/739078 Closes: https://bugs.gentoo.org/818814 Closes: https://bugs.gentoo.org/831726 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/gnujump: set some upstream metadataIonen Wolkens2022-08-131-4/+8
| | | | | | github is a mirror but is official and may be useful to have here too Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/gnake: EAPI6->8, dead homepage, pass .pc --cflags tooIonen Wolkens2022-08-132-31/+33
| | | | | | | Homepage been dead for a few years, formerly 404 and now is a non-404 blank page that made it seem still up. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/digger: EAPI6->8, switch to cmakeIonen Wolkens2022-08-134-48/+34
| | | | | | | | | | | | | | | | | cmake is correct as-is without the patch, albeit still needs manual src_install Also: * add missing icon * use https for homepage * add some missing deps: libsdl[sound], xorg-proto, zlib (would need minor changes to work without libX11 and libsdl[X]) With old gitorious being gone can't look for a new snapshot, there is a sdl2 fork of this (Digger Reloaded) on github which may be worth trying but it seems(?) dead as well. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/criticalmass: revert to http homepageIonen Wolkens2022-08-131-1/+1
| | | | | | Missed that this one redirects to .net, so pointless to use .io Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/criticalmass: EAPI6->8, misc changesIonen Wolkens2022-08-119-229/+136
| | | | | | | | | | | | | * use https for homepage * depend on libsdl[opengl,sound,video] (doesn't launch without opengl) * depend on zlib * make dependency for music unconditional (generally feel audio/music being a broken-if-missing optfeature is questionable for games, there is an option to disable correctly in-game) * tidy patches and add some bugrefs * fix direct AR call (combined with -flags.patch) Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/conveysdl: EAPI6->8, misc changesIonen Wolkens2022-08-116-102/+83
| | | | | | | | | | | | | * use No_homepage/mirror wrt bug #680556 (no replacement known) * add missing icon * tidy patches and add bugref * convert seds to patch * use flag-o-matic and pkg-config to handle flags and add EPREFIX * install the readme (ebuild went through the trouble to modify it but didn't install it) Closes: https://bugs.gentoo.org/680556 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/cob: EAPI6->8, update links, add missing iconIonen Wolkens2022-08-112-8/+13
| | | | | | | No replacement found for links wrt bug #680664, so No_homepage/mirror. Closes: https://bugs.gentoo.org/680664 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/balloonchase: EAPI6->8, misc changesIonen Wolkens2022-08-114-74/+56
| | | | | | | | | | * use No_homepage/mirror (links dead with no replacement known) * make patch a little bit smaller and embed $(CXX) + $(PKG_CONFIG) * add missing EPREFIX * replace .bmp icon, neither right format nor size to be valid for XDG and no guarantees it can be displayed by everything Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/tecnoballz: use HTTPSMichael Mair-Keimberger2022-08-031-2/+2
| | | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Closes: https://github.com/gentoo/gentoo/pull/26729 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-arcade/supertux: update HOMEPAGEMichael Mair-Keimberger2022-08-031-1/+1
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-arcade/shovel-knight: update HOMEPAGEMichael Mair-Keimberger2022-08-031-1/+1
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-arcade/jardinains: use HTTPSMichael Mair-Keimberger2022-08-031-2/+2
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-arcade/gunocide2ex: use HTTPSMichael Mair-Keimberger2022-08-031-2/+2
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-arcade/commandergenius: use HTTPSMichael Mair-Keimberger2022-08-031-2/+2
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-arcade/performous: remove threads(+) usedep from boostDavid Seifert2022-07-301-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/xtux: filter LTO (type mismatch)Sam James2022-07-171-2/+5
| | | | | Closes: https://bugs.gentoo.org/858605 Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/cdogs-sdl: filter LTO (type mismatch)Sam James2022-07-171-1/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/xbubble: EAPI 8Sam James2022-07-101-11/+15
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/frozen-bubble: update EAPI 6 -> 8David Seifert2022-07-031-31/+16
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/savagewheels: update HOMEPAGEMichael Mair-Keimberger2022-06-242-5/+5
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-arcade/cdogs-sdl: drop 1.2.0, 1.3.0Ionen Wolkens2022-06-163-92/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/cdogs-sdl: add 1.3.1Ionen Wolkens2022-06-132-0/+45
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/oshu: Version bump, 2.0.2Haelwenn (lanodan) Monnier2022-05-264-5/+95
| | | | | | | Closes: https://bugs.gentoo.org/834370 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/24499 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Remove obsolete freshmeat remote-idUlrich Müller2022-05-233-9/+0
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* games-arcade/supertux: drop 0.6.2-r2David Seifert2022-05-072-71/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/supertux: fix GCC 12 buildDavid Seifert2022-05-072-6/+14
| | | | | Closes: https://bugs.gentoo.org/840269 Signed-off-by: David Seifert <soap@gentoo.org>
* games-arcade/cdogs-sdl: add 1.3.0Ionen Wolkens2022-05-032-0/+45
| | | | | | | | | Also add CC-BY-4.0 (lmg.mp3) and WTFPL-2 (easing.c) to LICENSE, and [mp3] to sdl2-mixer. Remove CMAKE_IN_SOURCE_BUILD workaround, no longer necessary. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/frozen-bubble: [QA] fix tc-get* quotingSam James2022-03-201-3/+3
| | | | | | This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/sdb: [QA] fix tc-get* quotingSam James2022-03-201-3/+3
| | | | | | This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/shovel-knight: Bump to 4.1b, drop old 3.3James Le Cuirot2022-03-162-4/+4
| | | | | Closes: https://bugs.gentoo.org/835452 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-arcade/rockdodger: fix DEPENDSam James2022-03-101-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/gnome-robots: Stabilize 40.0 arm64, #831946Sam James2022-02-081-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/gnome-nibbles: Stabilize 3.38.2 arm64, #831946Sam James2022-02-081-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/lbreakout2: update lgames' HOMEPAGE to use httpsIonen Wolkens2022-01-191-2/+2
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/lbreakout: use httpsMichael Mair-Keimberger2022-01-191-2/+2
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/23874 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-arcade/supertux: Added media-libs/glm to DEPENDLars Wendler2021-12-311-1/+2
| | | | | Closes: https://bugs.gentoo.org/830327 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-arcade/gnome-robots: keyword ~riscvYongxiang Liang2021-12-311-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* games-arcade/gnome-nibbles: keyword ~riscvYongxiang Liang2021-12-311-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* games-arcade/supertux: Bump to version 0.6.3Lars Wendler2021-12-302-0/+64
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-arcade/supertux: drop trailing full stop from DESCRIPTIONSam James2021-12-261-1/+1
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* games-arcade/emilia-pinball: Keyword 0.3.1-r3 arm64, #829265Arthur Zamarin2021-12-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>