summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-1152-52/+52
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* games-misc/cowsay: misc fixesIonen Wolkens2021-08-153-5/+14
| | | | | | | | | | | * 3.0.7 -> 3.7.0 for patch versions (seems like a typo) * use prefix= instead of sed for prefix, not much better but it's the normal way * ... add sed for man page's %PREFIX% that the Makefile doesn't handle * fix mech-and-cow lack of extension, patch attempted to do a rename but a normal non-git patch can't do this Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-misc/cowsay: Change upstream in metadata.xmlNils Freydank2021-08-151-1/+1
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/21702 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-misc/cowsay: Bump to 3.7.0 and switch to (more) active upstreamNils Freydank2021-08-154-0/+55
| | | | | | | | | | | | The bumped ebuild - uses an upstream that seems to maintain the original cowsay, - is shorter because upstream found out about Makefiles :-] - bumps the ebuild to EAPI=8 - renames and adoptes the old patches and drops unnecessary ones. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-misc/opensfx: Keyword 1.0.1 arm64, #805500Sam James2021-08-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/openmsx: Keyword 0.4.0 arm64, #805500Sam James2021-08-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/bsd-games: Fix ncurses[unicode(+)] breakageDavid Seifert2021-07-261-6/+4
| | | | | Closes: https://bugs.gentoo.org/803194 Signed-off-by: David Seifert <soap@gentoo.org>
* games-misc/bsd-games: Keyword 3.1-r1 x86, #779628Sam James2021-07-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/little-inferno: add a pkg_nofetchIonen Wolkens2021-07-101-0/+6
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-misc/little-inferno: fix install and runtime, tidyIonen Wolkens2021-07-102-53/+24
| | | | | | | | | | | | | | Installation been broken since games.eclass removal due to fperms refusing ${MYGAMEDIR} without a leading slash. Furthermore, could not get it to run without bundled libvorbis. Rather than keep USE=bundled-libs, use the configuration which works and still allows for system openal with more audio backends. No revbump given -r1 never installed. Fixes: 872469e2855295b758cb0bf7951f0d0e592d4344 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-misc/opensfx: remove old versionAzamat H. Hackimov2021-06-282-25/+0
| | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-misc/opensfx: update to 1.0.1Azamat H. Hackimov2021-06-283-0/+25
| | | | | | | | | Change installation path location from `/usr/share/games/openttd/data/` to `/usr/share/openttd/baseset/`, update license. Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-misc/openmsx: remove old versionAzamat H. Hackimov2021-06-283-342/+0
| | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-misc/openmsx: update to 0.4.0Azamat H. Hackimov2021-06-284-1/+34
| | | | | | | | | Change installation path location from `/usr/share/games/openttd/data/` to `/usr/share/openttd/baseset/`. Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-misc/opengfx: remove old versionAzamat H. Hackimov2021-06-282-66/+0
| | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-misc/opengfx: update to 0.6.1Azamat H. Hackimov2021-06-283-0/+68
| | | | | | | | | Change installation path location from `/usr/share/games/openttd/data/` to `/usr/share/openttd/baseset/`. Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-misc/sdljoytest: 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-misc/bsd-games: 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-misc/nyancat: drop 1.5.1Ionen Wolkens2021-06-082-23/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-misc/wtf: drop 20210130Bernd Waibel2021-06-052-29/+0
| | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/20491 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-misc/wtf: bump to 20210416Bernd Waibel2021-06-052-0/+29
| | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-misc/nyancat: add 1.5.2, EAPI-7Ionen Wolkens2021-06-012-0/+26
| | | | | | | Now also installing the man page and systemd units. Closes: https://bugs.gentoo.org/738090 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-misc/usolitaire: add Python 3.9, testsSam James2021-06-011-8/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/doge: add Python 3.9Sam James2021-06-011-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/wtf: remove blocker on bsd-games-3*Alessandro Barbieri2021-05-291-2/+1
| | | | | | Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21035 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-misc/bsd-games: banner and wtf blockers droppedAlessandro Barbieri2021-05-281-2/+0
| | | | | | | | | | | this version doesn't provide banner and wtf so the blockers aren't necessary Closes: https://bugs.gentoo.org/792306 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20344 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-misc/games-envd: treecleanSam James2021-05-092-63/+0
| | | | | Closes: https://bugs.gentoo.org/574082 Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/openmsx: Drop oldMatt Smith2021-04-291-37/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/20600 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matt Smith <matt@offtopica.uk> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-misc/openmsx: Add python3_9 to PYTHON_COMPATMatt Smith2021-04-291-0/+35
| | | | | | | | | | Also move Python to BDEPEND. Closes: https://github.com/gentoo/gentoo/pull/20600 Closes: https://bugs.gentoo.org/786900 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matt Smith <matt@offtopica.uk> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-misc/funny-manpages: update EAPI 6 -> 7Sam James2021-04-211-7/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/lolcat: drop 90.8.8-r1, 100.0.1Sam James2021-04-193-63/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/exult-sound: use BDEPEND for app-arch/unzipSam James2021-04-181-2/+2
| | | | | Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/xcruiser: EAPI-7 bump, tidyIonen Wolkens2021-04-161-5/+11
| | | | | Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/xcruiser: fix build with -native-symlinksIonen Wolkens2021-04-151-4/+8
| | | | | | Closes: https://bugs.gentoo.org/730804 Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-misc/papers-please: fix src_prepareSam James2021-04-101-0/+2
| | | | | | | | Don't shout! I don't own this game, so testing only got as far as pkg_nofetch, unfortunately. Luckily, changes were only to do with EAPI + games.eclass, so *should* be okay. Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/little-inferno: fix src_prepareSam James2021-04-101-0/+2
| | | | | | | | Don't shout! I don't own this game, so testing only got as far as pkg_nofetch, unfortunately. Luckily, changes were only to do with EAPI + games.eclass, so *should* be okay. Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/bsd-games: disable non-existent testsSam James2021-04-101-0/+4
| | | | | Closes: https://bugs.gentoo.org/779649 Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/cowsay: keyword 3.04-r1 for ~x64-macosSam James2021-04-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/cowsay: port to EAPI 7, fix ${D} in src_compile, Prefix installSam James2021-04-065-17/+21
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/little-inferno: port to EAPI 7, games.eclass--Sam James2021-04-061-14/+14
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/games-envd: drop s390 to ~s390 (unstable)Sam James2021-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/bsd-games: remove unused patchMichael Mair-Keimberger2021-04-051-16/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/20258 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-misc/sound-of-sorting: need-wxwidgets -> setup-wxwidgetsDavid Seifert2021-04-041-8/+7
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
* games-misc/papers-please: port to EAPI 7, games.eclass--, eutils--Sam James2021-04-041-13/+9
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/lucidlife: port to EAPI 7, eutils--Sam James2021-04-043-15/+30
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/funny-manpages: port to EAPI 7, eutils--Sam James2021-04-041-7/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/gBhed: port to EAPI 7, eutils--, desktop++Sam James2021-04-041-4/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/wumpus: block games-misc/bsd-games:0/3Sam James2021-04-041-1/+4
| | | | | Closes: https://bugs.gentoo.org/779709 Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/wumpus: port to EAPI 7Sam James2021-04-041-7/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-misc/bsd-games: give 3.x its own subslot, 0/3Sam James2021-04-041-1/+3
| | | | | | | | | | Doesn't provide the same games or all the same functionality. This will also make it easier for users to pick which one to mask locally, etc. Easier for blockers and so on too. Closes: https://bugs.gentoo.org/779709 Signed-off-by: Sam James <sam@gentoo.org>