summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-emulation/snes9x: enable py3.12Ionen Wolkens2023-07-141-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/snes9x: drop 1.61Ionen Wolkens2023-07-146-260/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/snes9x: drop 1.62.2Ionen Wolkens2023-04-052-187/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/snes9x: add 1.62.3Ionen Wolkens2023-03-312-0/+187
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/snes9x: drop 1.62.1Ionen Wolkens2023-03-272-187/+0
| | | | | | Short lived release with a sram bug, use 1.62.2 or 1.61. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/snes9x: add 1.62.2Ionen Wolkens2023-03-272-0/+187
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/snes9x: add 1.62.1Ionen Wolkens2023-03-265-0/+250
| | | | | | | | | | | | | | This (unfortunately) migrates from meson to cmake, some revamping been done to adapt. May still be a few things to adjust, the cli build (autoconf) vs gtk (cmake, with a new not entirely perfect CMakeLists.txt) and then libretro too (Makefile-only) makes the ebuild and dependency checks messy. Most of this may need review next bump. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/snes9x: drop 1.60Ionen Wolkens2022-03-143-187/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/snes9x: set REQUIRED_USE for glslangIonen Wolkens2022-03-051-0/+1
| | | | | | | | Mostly for opengl rather than gui, technically some other features need gui but don't want to set annoying REQUIRED_USE with common global flags. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/snes9x: add 1.61Ionen Wolkens2022-03-054-1/+182
| | | | | | | | | | | | | | | | | | | | | | | Various changes, but for some notable ones: - IUSE=gtk->gui, now uses gtkmm - RESTRICT=test, has no tests but fails if -gui/-gtk (bug #737044) - clean libretro objects to fix USE="netplay libretro" (bug #791475) - respect flags for libretro, also don't use CXXFLAGS for CFLAGS - install libretro core in libretro/ like libretro-snes9x - tentatively remove noexecstack, not seeing QA notices - remove html docs, they are not relevant for users This bundles glslang/spriv-cross but upstream is concerned about API and seems likely this will break if unbundled, leaving alone for now. bug #766782 was caused by CFLAGS = $(CXXFLAGS) without := leading to -fno-rtti being used for CC and seemingly being refusedby distcc. 1.61 corrected this. Closes: https://bugs.gentoo.org/737044 Closes: https://bugs.gentoo.org/766782 Closes: https://bugs.gentoo.org/791475 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* games-emulation/snes9x: Removed oldLars Wendler2021-05-272-129/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/snes9x: Use upstream patch for GCC 11David Seifert2021-05-221-6/+22
| | | | | | | | * I didn't see the patch until after I committed my own fix already. Closes: https://bugs.gentoo.org/789963 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
* games-emulation/snes9x: Fix building against GCC 11David Seifert2021-05-222-1/+33
| | | | | | Closes: https://bugs.gentoo.org/789963 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | 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/snes9x: libretro use flag for optional buildHenrik Pihl2020-08-132-8/+19
| | | | | | | | | | | Fixed dependency list to enable build without gtk. Package now hardblocks games-emulation/libretro-snes9x when libretro is selected. Closes: https://bugs.gentoo.org/661936 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Henrik Pihl <ahvenas@gmail.com> Signed-off-by: Craig Andrews <candrews@gentoo.org>
* games-emulation/snes9x: remove unused patchesMichael Mair-Keimberger2020-05-092-84/+0
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-emulation/snes9x: Removed oldLars Wendler2020-03-102-139/+0
| | | | | Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/snes9x: Bump to version 1.60Lars Wendler2020-03-102-0/+129
| | | | | | | Thanks-to: Alexander Tsoy <alexander@tsoy.me> Closes: https://bugs.gentoo.org/712014 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation: Remove *-fbsd KEYWORDSMichał Górny2019-10-112-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-emulation/snes9x: Removed old.Lars Wendler2019-03-182-129/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/snes9x: bump to version 1.59.2Marc Joliet2019-03-182-0/+129
| | | | | | | | | | | Upstream says with regards to version 1.59: "Warning: Please don't use. Use the 1.59.2 release". A version bump thus seems prudent. Closes: https://bugs.gentoo.org/679554 Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Marc Joliet <marcec@gmx.de> Closes: https://github.com/gentoo/gentoo/pull/11384 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/snes9x: Removed old.Lars Wendler2019-03-033-193/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/snes9x: Bump to version 1.59Lars Wendler2019-03-033-0/+169
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/snes9x: Fixed build with USE="-png".Lars Wendler2019-01-042-1/+33
| | | | | | Closes: https://bugs.gentoo.org/659900 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/snes9x: Removed old.Lars Wendler2018-12-233-201/+0
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/snes9x: Bump to version 1.58Lars Wendler2018-12-233-0/+191
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/snes9x: USE="wayland" requires gtk+:3[wayland]Lars Wendler2018-11-131-1/+1
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/snes9x: Removed old.Lars Wendler2018-11-133-127/+0
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* games-emulation/snes9x: Bump to version 1.57Lars Wendler2018-11-132-0/+140
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* 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/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).Arfrever Frehtes Taifersar Arahesis2018-05-212-7/+3
|
* games-emulation/snes9x: Use xdg-utils.eclass to handle .desktop files.Lars Wendler2018-01-231-3/+9
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* games-emulation/snes9x: Fix broken build systemDavid Seifert2018-01-232-1/+67
| | | | | Closes: https://bugs.gentoo.org/645330 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* games-emulation/snes9x: Version bump to 1.55David Seifert2018-01-212-0/+119
| | | | | Bug: https://bugs.gentoo.org/599560 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* games-emulation/snes9x: remove unused patchMichael Mair-Keimberger2017-12-231-70/+0
|
* games-emulation/snes9x: Remove oldDavid Seifert2017-12-212-120/+0
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* games-emulation/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* games-*/*: Remove stable keywordsDavid Seifert2017-11-182-2/+2
| | | | | | Gentoo currently does not have the manpower to maintain a ton of stable games packages. Closes: https://github.com/gentoo/gentoo/pull/5404
* *games*/*: Dekeyword ppc/ia64/sparcDavid Seifert2017-07-082-2/+2
| | | | Closes: https://github.com/gentoo/gentoo/pull/4614
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* games-emulation/snes9x: ppc64 stable wrt bug #596118Agostino Sarubbo2017-01-031-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-emulation/snes9x: x86 stable wrt bug #596118Agostino Sarubbo2017-01-021-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-emulation/snes9x: ppc stable wrt bug #596118Agostino Sarubbo2017-01-011-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-emulation/snes9x: amd64 stable wrt bug #596118Agostino Sarubbo2016-12-301-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* games-emulation/snes9x: Minor fixes in the system-zlib patch.Lars Wendler2016-11-111-5/+5
| | | | Package-Manager: portage-2.3.2
* games-emulation/snes9x: Bump to version 1.54.1Lars Wendler2016-11-114-0/+487
| | | | Package-Manager: portage-2.3.2
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|