summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-emulation/zsnes: add more stack realignment annotationsSergei Trofimovich2021-05-132-0/+174
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* games-emulation/dolphin: bump up to 5.0_p20210506Sergei Trofimovich2021-05-122-0/+196
| | | | | | | Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/789609 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* games-emulation/zsnes: fix more ao and stack alignment crashesSergei Trofimovich2021-05-113-0/+198
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* games-emulation/advancemame: Keyword 3.9 ppc64, #769962Sam James2021-05-101-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/mednaffe: drop 0.8.7Ionen Wolkens2021-05-092-48/+0
| | | | | | | | | this version wasn't compatible with old mednafen (broken for a long time), so rather little value in keeping it Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20540 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/mednaffe: add 0.9.1, EAPI-7 bumpIonen Wolkens2021-05-092-0/+24
| | | | | | | Bug: https://bugs.gentoo.org/670672 Closes: https://bugs.gentoo.org/684090 Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/mednafen: add 1.26.1 with reworked ebuildIonen Wolkens2021-05-092-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable ebuild changes: - EAPI-7 - libsdl -> libsdl2 - finally use virtual/jack (jack2 tested fine) - use more aggressive sed for configure.ac's CFLAGS given upstream been adding yet more unnecessary compiler options such as attempts to disable spectre mitigation - tentatively removed strip-flags (referenced bug #539992 was only because of lacking -fwrapv, but strip was added with it) - tentatively removed ccache check (no explanation found, seems fine) - use new --with-external-{lzo,mpcdec,tremor,trio} to unbundle - pic/pie warning is now non-fatal but is repeated so much that used the new defines to disable anyway - IUSE changes: > altivec: converted to cpu_flags_ppc_altivec (untested) > sndfile: added for libsndfile to be optional > cjk/debugger: removed (these are enabled by default, have no dependencies, and don't have a big impact on size) - install html docs, the only viable source of usage information (README(s) are just build instructions) Closes: https://bugs.gentoo.org/670672 Closes: https://bugs.gentoo.org/684088 Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/fceux: add 2.3.0Ionen Wolkens2021-05-092-0/+57
| | | | | | | | | | | | | | | | | | | Notable ebuild changes: - migrated to cmake (drops python/scons) - libsdl2 over libsdl - build with QT5 (upstream removed support to build without gui) - removed all IUSE: > logo: create_avi / logo support missing from new build system > lua: always required, otherwise uses internal lua5.1 > opengl: fails if missing > gtk: while still usable, upstream discourages it, lacks some features, can't be built at same time, and next upcoming version removed support entirely (adds QT6 support instead) Closes: https://bugs.gentoo.org/782640 Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20532 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/fceux: add github remote-idIonen Wolkens2021-05-091-0/+1
| | | | | | | | Upstream still favors distributing releases through sourceforge, but development is currently on github. Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/advancescan: Fix building against GCC 11David Seifert2021-05-072-3/+256
| | | | | | Closes: https://bugs.gentoo.org/786792 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
* games-emulation/higan: Respect CPPFLAGS/CXXFLAGS/LDFLAGSDavid Seifert2021-04-252-3/+93
| | | | | | Closes: https://bugs.gentoo.org/780336 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
* games-emulation/stella: remove unused eclassMichael Mair-Keimberger2021-04-252-3/+3
| | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: David Seifert <soap@gentoo.org>
* games-emulation/mgba: Removed oldLars Wendler2021-04-192-128/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/mgba: USE="debug" requires dev-libs/libeditLars Wendler2021-04-193-1/+4
| | | | | Closes: https://bugs.gentoo.org/769647 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/fbzx: export PKG_CONFIGSam James2021-04-191-1/+4
| | | | | Closes: https://bugs.gentoo.org/784242 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/nestra: port to EAPI 7Sam James2021-04-191-7/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/fbzx: respect ${PKG_CONFIG}Sam James2021-04-192-12/+15
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/mgba: Bump to version 0.9.1Lars Wendler2021-04-192-0/+128
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/emutos: use BDEPEND for app-arch/unzipSam James2021-04-181-2/+3
| | | | | Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/caps: blank line after EAPI, drop blank RDEPENDSam James2021-04-181-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/mupen64plus-rsp-hle: add missing pkgconfig (B)DEPENDSam James2021-04-121-1/+2
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/vgba: request 32-bit versions of libsSam James2021-04-101-3/+3
| | | | | Closes: https://bugs.gentoo.org/658380 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/vgba: update EAPI 6 -> 7Sam James2021-04-101-5/+4
| | | | | Closes: https://bugs.gentoo.org/727498 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/zinc: port to EAPI 7, missing deps, silence QA warningSam James2021-04-101-1/+6
| | | | | | Closes: https://bugs.gentoo.org/739198 Closes: https://bugs.gentoo.org/739192 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/zinc: update EAPI 6 -> 7, add missing libstdc++ compat depSam James2021-04-101-6/+8
| | | | | Closes: https://bugs.gentoo.org/739192 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/pcsx2: update to match upstream changesYuri Konotopov2021-04-101-2/+3
| | | | | | | | Closes: https://bugs.gentoo.org/778362 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org> Closes: https://github.com/gentoo/gentoo/pull/20313 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/zsnes: use BDEPEND, drop ${GAMES_BINDIR} refSam James2021-04-061-5/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/zsnes: drop 1.51-r8Sam James2021-04-061-124/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/dolphin: update cmake.eclass commentSam James2021-04-062-4/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/pcsx2: Set WX_GTK_VER before inheritDavid Seifert2021-04-063-8/+13
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
* games-emulation/higan: Drop 106_p1-r1Andreas Sturmlechner2021-04-046-285/+0
| | | | | | | Closes: https://bugs.gentoo.org/661342 Closes: https://bugs.gentoo.org/739152 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-emulation/higan: Version bump to 116_pre20210404William Breathitt Gray2021-04-043-1/+107
| | | | | | | Closes: https://bugs.gentoo.org/709674 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18503 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-emulation/mekanix: port to EAPI 7, eutils--, wrapper++Sam James2021-04-041-8/+11
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/dosbox: flag-o-matic--, style changesSam James2021-04-043-64/+60
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/advancescan: port to EAPI 7, eutils--Sam James2021-04-041-8/+12
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/higan: port to EAPI 7, fix invalid games.eclass refSam James2021-04-011-9/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/mgba: Removed oldLars Wendler2021-03-293-247/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/mgba: Version 0.8.4 stable for amd64 and x86Lars Wendler2021-03-291-2/+2
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/mgba: Bump to version 0.9.0Lars Wendler2021-03-292-0/+128
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/dolphin: refresh live ebuildSamuel BAUER2021-03-281-2/+6
| | | | | | | Avoid -durty suffix to allow more netplay sessions. Make vulkan-loader optional. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* games-emulation/fceux: drop old versionConrad Kostecki2021-03-261-61/+0
| | | | | | | Dropping old version which does not support slotted lua. Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-emulation/stella: add github remote-idSam James2021-03-221-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/stella: add 6.5.2Sam James2021-03-222-0/+70
| | | | | | Closes: https://bugs.gentoo.org/680776 Closes: https://bugs.gentoo.org/765820 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/ppsspp: remove unused patch(es)Michael Mair-Keimberger2021-03-221-32/+0
| | | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20054 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-emulation/ppsspp: drop 1.10.3, 1.11Joonas Niilola2021-03-203-242/+0
| | | | Signed-off-by: Joonas Niilola <juippis@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-164-5/+5
| | | | | | | | | | | 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-emulation/ppsspp: change xgqt's e-mailMaciej Barć2021-03-111-1/+1
| | | | | Signed-off-by: Maciej Barć <xgqt@riseup.net> Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/jrommanager: fix MissingSlotDepSam James2021-03-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>