# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit games DESCRIPTION="A gtk+ front-end for mednafen emulator" HOMEPAGE="https://code.google.com/p/mednaffe/" SRC_URI="https://sites.google.com/site/amatcoder/${PN}/downloads/${P}.tar.gz" LICENSE="GPL3" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="x11-libs/gtk+:2 >=games-emulation/mednafen-0.9.30" RDEPEND="${DEPEND}"