summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-emulation/dolphin: unconditionally disable llvm, bug #594940Sergei Trofimovich2018-07-283-11/+9
| | | | | | | | | | | llvm is used only for debug disassembly and is not detected by cmake scripts for various reasons. Let's sort llvm detection upstream first and restore downstream later. Reported-by: Michał Górny Closes: https://bugs.gentoo.org/594940 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* games-emulation/gfceux: Remove last-rited pkgMichał Górny2018-07-283-82/+0
| | | | Closes: https://bugs.gentoo.org/654294
* games-emulation/hugo: Remove last-rited pkgMichał Górny2018-07-284-55/+0
| | | | Closes: https://bugs.gentoo.org/654302
* games-emulation/kigb: Remove last-rited pkgMichał Górny2018-07-284-64/+0
| | | | Closes: https://bugs.gentoo.org/654306
* games-emulation/raine: Remove last-rited pkgMichał Górny2018-07-286-101/+0
| | | | Closes: https://bugs.gentoo.org/654336
* games-emulation/jrommanager: new package based on v1.6b20 releaseoptyfr2018-07-283-0/+63
| | | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9177 Closes: https://bugs.gentoo.org/660900
* games-emulation/advancemenu: remove last rited packageMikle Kolyada2018-07-257-333/+0
| | | | Closes: https://bugs.gentoo.org/654286
* games-emulation/pcsx2: tweak for gcc-8Sergei Trofimovich2018-07-232-2/+31
| | | | | | | | It's a backport of upstream commit 171e7f016dc9e132f9faf40a22f0312d45d356a5 "common: Work around GCC8 _xgetbv bug" Bug: https://gcc.gnu.org/PR85684 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* games-emulation/dolphin: fix crash on pie-by-default profilesSergei Trofimovich2018-07-222-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | Disable PIE-compatible code generation via CXXFLAGS+=-fno-pie. Before upstream fix: https://github.com/dolphin-emu/dolphin/commit/daa03cd1060cc826aca93a1dffc6e94bc6af6d5f dolphin assumed executable image to be in low addresses (<2GB) and hardcoded 32-bit absolute addresses during JIT phase. PIE-compatible code does not have this restriction and allows mapping binaries above 2GB area (and breaks dolphin's JIT). Strictly speaking -no-pie (link-time flag) does not or guarantee or require low address mapping for binary if it was already built as PIC/PIE. But -fno-pie imposes additional restrictions on generated code by GCC and makes -no-pie to take effect. We don't need this fix for live ebuild. Closes: https://bugs.gentoo.org/640124 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* games-emulation/dolphin: adopt an orphan, refresh live ebuildSergei Trofimovich2018-07-222-41/+54
| | | | | | | | | | | | | A few minor changes: - refreshed locale list (as suggested by the ebuild check) - moved from EAPI=5 to EAPI=6 - dropped removed WxWidgets UI - added depends on more bundled libraries Closes: https://bugs.gentoo.org/561914 Closes: https://bugs.gentoo.org/598625 Closes: https://bugs.gentoo.org/632882 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* games-emulation/dolphin: xgetbv tweak for gcc-8Sergei Trofimovich2018-07-222-1/+28
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* */*: Reassign packages of twitch153Michał Górny2018-07-221-4/+1
| | | | Bug: https://bugs.gentoo.org/467534
* games-emulation/ppsspp: Maintainer retiredJonas Stein2018-07-181-8/+1
| | | | | | Proxied maintainer retired. Bug: https://bugs.gentoo.org/602110 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* games-emulation/yabause: metadata: Update upstream remote-idAndreas Sturmlechner2018-07-151-1/+1
| | | | Package-Manager: Portage-2.3.42, Repoman-2.3.9
* games-emulation/yabause: Drop 0.9.14Andreas Sturmlechner2018-07-155-152/+0
| | | | Package-Manager: Portage-2.3.42, Repoman-2.3.9
* games-emulation/yabause: 0.9.15 version bump, EAPI-6, fix Qt 5.11Andreas Sturmlechner2018-07-154-0/+153
| | | | | | | | | | | | | | | Drop games.eclass. Make USE=qt5 default per upstream recommendation. Disabling SH2_DYNAREC due to being broken, see also: https://github.com/Yabause/yabause/issues/270 Thanks-to: Samuel BAUER <BM-2cTVBXjxdVtEQCycBQjMxszLsgTNVujvM5@bitmessage.ch> Bug: https://bugs.gentoo.org/582326 Closes: https://bugs.gentoo.org/654674 Closes: https://bugs.gentoo.org/660458 Package-Manager: Portage-2.3.42, Repoman-2.3.9
* games-emulation/hatari: remove oldAzamat H. Hackimov2018-07-134-215/+0
| | | | | | Removed old games.eclass based version Package-Manager: Portage-2.3.40, Repoman-2.3.9
* games-emulation/hatari: version bump to 2.1.0Azamat H. Hackimov2018-07-133-0/+80
| | | | | | | Ebuild based on Alex Bennee's works. Closes: https://bugs.gentoo.org/651146 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* games-emulation/emutos: version bump to 0.9.9.1Azamat H. Hackimov2018-07-132-0/+25
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9190
* games-emulation/dolphin: [QA] slot op on net-libs/mbedtlsDavid Seifert2018-07-082-6/+6
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* games-emulation/zsnes: apply stack realignment to more functionsSergei Trofimovich2018-07-062-0/+178
| | | | | | | | | Expand existing stack realignment hack to more C functions that get called from early init assembly. Fixes zsnes startup for me. Bug: https://bugs.gentoo.org/503138 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* games-emulation/mgba: Fixed build against qt-5.11Lars Wendler2018-07-032-0/+38
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* games-emulation/snes9x: Removed old.Lars Wendler2018-06-114-484/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* games-emulation/snes9x: Bump to version 1.56Lars Wendler2018-06-113-0/+191
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* games-emulation/advancemenu: Bump to version 2.9Lars Wendler2018-05-293-0/+203
| | | | | | | Use pkg-config to find freetype and sdl. Closes: https://bugs.gentoo.org/656770 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* games-emulation/mastergear-bin: Bump to 4.3, rename bin to mastergearJames Le Cuirot2018-05-242-2/+2
| | | | | | | The previous bin name of mg clashed with app-editors/mg. Closes: https://bugs.gentoo.org/656442 Package-Manager: Portage-2.3.38, Repoman-2.3.9
* games-emulation/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).Arfrever Frehtes Taifersar Arahesis2018-05-214-12/+6
|
* games-emulation/higan: remove unused patchMichael Mair-Keimberger2018-05-131-7/+0
|
* games-emulation/gngb: remove unused patchMichael Mair-Keimberger2018-05-131-17/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/8366
* games-emulation/advancemame: Use pkg-config to find freetype and sdlLars Wendler2018-05-094-6/+136
| | | | | Closes: https://bugs.gentoo.org/655040 Package-Manager: Portage-2.3.36, Repoman-2.3.9
* Remove masked for removal packagePacho Ramos2018-04-296-335/+0
|
* games-emulation/zsnes: Drop oldPacho Ramos2018-04-291-111/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/zsnes: Stop using games.eclassPacho Ramos2018-04-299-22/+139
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/zinc: Drop oldPacho Ramos2018-04-291-30/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/zinc: Stop using games.eclassPacho Ramos2018-04-291-0/+29
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/vgba: Drop oldPacho Ramos2018-04-291-29/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/vgba: Stop using games.eclassPacho Ramos2018-04-291-0/+29
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/stella: Drop oldPacho Ramos2018-04-291-69/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/stella: Stop using games.eclassPacho Ramos2018-04-291-0/+69
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/openmsx: Drop oldPacho Ramos2018-04-293-79/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/openmsx: Version bumpPacho Ramos2018-04-293-2/+77
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/nestra: Drop oldPacho Ramos2018-04-291-48/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/nestra: Stop using games.eclassPacho Ramos2018-04-293-16/+65
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/mednaffe: Drop oldPacho Ramos2018-04-292-51/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/mednaffe: Version bumpPacho Ramos2018-04-292-0/+48
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/mamory: Make repoman happyPacho Ramos2018-04-291-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/mamory: Drop oldPacho Ramos2018-04-291-48/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/mamory: Make repoman happyPacho Ramos2018-04-291-3/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/mamory: Stop using games.eclassPacho Ramos2018-04-291-0/+52
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* games-emulation/lxdream: eautoreconf neither worksPacho Ramos2018-04-291-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9