diff options
Diffstat (limited to 'games-emulation/libretro-snes9x')
4 files changed, 43 insertions, 0 deletions
diff --git a/games-emulation/libretro-snes9x/Manifest b/games-emulation/libretro-snes9x/Manifest new file mode 100644 index 000000000000..2bfa05c5f8e0 --- /dev/null +++ b/games-emulation/libretro-snes9x/Manifest @@ -0,0 +1 @@ +DIST libretro-snes9x-0.0.1_pre20180723.tar.gz 515094 BLAKE2B 3f684a6ece8c2a09e3e8aa01d1dde99c9ebf079d38e2d165bd5c53c5c93ce637ff657253df7a2a07f3c51d5fc1a1a8ced5a5e4c6a6a78d3d410245aae7484327 SHA512 5fbc44988d244bf7483877d4fbb5799101da43dcb56196bae8d602caab43199509b63d77b573675df9e54108646b5ba52dd5f6ad6582d929367236c2ec4116b4 diff --git a/games-emulation/libretro-snes9x/libretro-snes9x-0.0.1_pre20180723.ebuild b/games-emulation/libretro-snes9x/libretro-snes9x-0.0.1_pre20180723.ebuild new file mode 100644 index 000000000000..b15d7e229f29 --- /dev/null +++ b/games-emulation/libretro-snes9x/libretro-snes9x-0.0.1_pre20180723.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +LIBRETRO_REPO_NAME="libretro/snes9x" +LIBRETRO_COMMIT_SHA="d2aefd2f73d9f9241ede79c19598ecaa7079f82a" +KEYWORDS="~amd64 ~x86" +inherit libretro-core +S="${S}/libretro" +LIBRETRO_CORE_LIB_FILE="${S}/${LIBRETRO_CORE_NAME}_libretro.so" + +DESCRIPTION="Snes9x libretro port" +LICENSE="Snes9x GPL-2 GPL-2+ LGPL-2.1 LGPL-2.1+ ISC MIT ZLIB Info-ZIP" +RESTRICT="bindist" +SLOT="0" diff --git a/games-emulation/libretro-snes9x/libretro-snes9x-9999.ebuild b/games-emulation/libretro-snes9x/libretro-snes9x-9999.ebuild new file mode 100644 index 000000000000..2e08e2c20b30 --- /dev/null +++ b/games-emulation/libretro-snes9x/libretro-snes9x-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +LIBRETRO_REPO_NAME="libretro/snes9x" +inherit libretro-core +S="${S}/libretro" +LIBRETRO_CORE_LIB_FILE="${S}/${LIBRETRO_CORE_NAME}_libretro.so" + +DESCRIPTION="Snes9x libretro port" +LICENSE="Snes9x GPL-2 GPL-2+ LGPL-2.1 LGPL-2.1+ ISC MIT ZLIB Info-ZIP" +RESTRICT="bindist" +SLOT="0" diff --git a/games-emulation/libretro-snes9x/metadata.xml b/games-emulation/libretro-snes9x/metadata.xml new file mode 100644 index 000000000000..b5284b7ac100 --- /dev/null +++ b/games-emulation/libretro-snes9x/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>candrews@gentoo.org</email> + <name>Craig Andrews</name> + </maintainer> + <longdescription>Snes9x libretro port</longdescription> + <upstream> + <remote-id type="github">libretro/libretro-snes9x</remote-id> + </upstream> +</pkgmetadata> |