diff options
author | orbea <orbea@riseup.net> | 2022-12-27 17:20:49 -0800 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-15 14:16:15 +0000 |
commit | d899e96b18c8cd5fe11b9b1798968a7583e118ee (patch) | |
tree | f108502e46228a8c73ba560b28b3985310f61e78 /games-emulation | |
parent | games-emulation/vecx-jg: New package, v1.2.2 (diff) | |
download | gentoo-d899e96b18c8cd5fe11b9b1798968a7583e118ee.tar.gz gentoo-d899e96b18c8cd5fe11b9b1798968a7583e118ee.tar.bz2 gentoo-d899e96b18c8cd5fe11b9b1798968a7583e118ee.zip |
games-emulation/jgemu: New package, v1.0.0
Closes: https://github.com/gentoo/gentoo/pull/28869
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/jgemu/jgemu-1.0.0.ebuild | 26 | ||||
-rw-r--r-- | games-emulation/jgemu/metadata.xml | 30 |
2 files changed, 56 insertions, 0 deletions
diff --git a/games-emulation/jgemu/jgemu-1.0.0.ebuild b/games-emulation/jgemu/jgemu-1.0.0.ebuild new file mode 100644 index 000000000000..667087ae30d4 --- /dev/null +++ b/games-emulation/jgemu/jgemu-1.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Meta ebuild for the Jolly Good API" +HOMEPAGE="https://jgemu.gitlab.io/" + +LICENSE="metapackage" +SLOT="1" +KEYWORDS="~amd64" +IUSE="+bsnes +cega +gambatte +jollycv +mednafen melonds +mgba +nestopia +prosystem sameboy +vecx" + +DEPEND=" + bsnes? ( games-emulation/bsnes-jg:1= ) + cega? ( games-emulation/cega-jg:1= ) + gambatte? ( games-emulation/gambatte-jg:1= ) + jollycv? ( games-emulation/jollycv-jg:1= ) + mednafen? ( games-emulation/mednafen-jg:1= ) + melonds? ( games-emulation/melonds-jg:1= ) + mgba? ( games-emulation/mgba-jg:1= ) + nestopia? ( games-emulation/nestopia-jg:1= ) + prosystem? ( games-emulation/prosystem-jg:1= ) + sameboy? ( games-emulation/sameboy-jg:1= ) + vecx? ( games-emulation/vecx-jg:1= ) +" diff --git a/games-emulation/jgemu/metadata.xml b/games-emulation/jgemu/metadata.xml new file mode 100644 index 000000000000..50a058224701 --- /dev/null +++ b/games-emulation/jgemu/metadata.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> +<pkgmetadata> + <use> + <flag name="bsnes">Install bsnes for Super Nintendo</flag> + <flag name="cega">Install Cega for SG-1000, Sega Master System and Game Gear</flag> + <flag name="gambatte">Install Gambatte for Game Boy and Game Boy Color</flag> + <flag name="jollycv">Install JollyCV for ColecoVision</flag> + <flag name="mednafen">Install Mednafen for Atari Lynx, Nintendo Virtual Boy, NEC PC Engine, NEC SuperGrafx, Sony PlayStation, Sega Saturn, Super Nintendo, Neo Geo Pocket and WonderSwan</flag> + <flag name="melonds">Install MelonDS for Nintendo DS</flag> + <flag name="mgba">Install mGBA for Game Boy Advance</flag> + <flag name="nestopia">Install Nestopia for Nintendo Entertainment System</flag> + <flag name="prosystem">Install ProSystem for Atari 7800</flag> + <flag name="sameboy">Install SameBoy for Game Boy and Game Boy Color</flag> + <flag name="vecx">Install Vecx for Vectrex</flag> + </use> + <maintainer type="person" proxied="yes"> + <email>orbea@riseup.net</email> + <name>orbea</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + Jolly Good Emulation is an education and preservation oriented + emulation project. As a side effect, it offers emulation + technology that extreme minimalists may find tolerable. + </longdescription> +</pkgmetadata> |