Skip to content

Commit

Permalink
games-emulation/jgemu: New package, v1.0.0
Browse files Browse the repository at this point in the history
Closes: #28869
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
orbea authored and thesamesam committed Jan 15, 2023
1 parent 06c6341 commit d899e96
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
26 changes: 26 additions & 0 deletions 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= )
"
30 changes: 30 additions & 0 deletions 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>

0 comments on commit d899e96

Please sign in to comment.