games-emulation/libretro-snes9x: Snes9x libretro port
authorCraig Andrews <candrews@gentoo.org>
Tue, 24 Jul 2018 05:26:37 +0000 (01:26 -0400)
committerCraig Andrews <candrews@gentoo.org>
Wed, 15 Aug 2018 00:22:43 +0000 (20:22 -0400)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

games-emulation/libretro-snes9x/Manifest [new file with mode: 0644]
games-emulation/libretro-snes9x/libretro-snes9x-0.0.1_pre20180723.ebuild [new file with mode: 0644]
games-emulation/libretro-snes9x/libretro-snes9x-9999.ebuild [new file with mode: 0644]
games-emulation/libretro-snes9x/metadata.xml [new file with mode: 0644]

diff --git a/games-emulation/libretro-snes9x/Manifest b/games-emulation/libretro-snes9x/Manifest
new file mode 100644 (file)
index 0000000..2bfa05c
--- /dev/null
@@ -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 (file)
index 0000000..b15d7e2
--- /dev/null
@@ -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 (file)
index 0000000..2e08e2c
--- /dev/null
@@ -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 (file)
index 0000000..b5284b7
--- /dev/null
@@ -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>