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

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

diff --git a/games-emulation/libretro-nestopia/Manifest b/games-emulation/libretro-nestopia/Manifest
new file mode 100644 (file)
index 0000000..41b88e6
--- /dev/null
@@ -0,0 +1 @@
+DIST libretro-nestopia-0.0.1_pre20180723.tar.gz 1260666 BLAKE2B e9107896d92b717f7f50697ea373ecbf3a0bb12ea1a1493f7b3688652da56b8f156d295e84f3e7707d3c388fd0474fe1db0cc82e1056805e1bfa1d86ba6e2351 SHA512 dc8076f6849bd73527490f3bf933094279fd84436ee0977b0330d5d96f6e4c0446491eacc9bcc63286093f21f426aff0b8bdad2f343a32f53575b4abedcb71eb
diff --git a/games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild b/games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild
new file mode 100644 (file)
index 0000000..4b92092
--- /dev/null
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LIBRETRO_REPO_NAME="libretro/nestopia"
+LIBRETRO_COMMIT_SHA="9c335527c5dfa11dfa29bc22ee4ba6efa23c8890"
+KEYWORDS="~amd64 ~x86"
+inherit libretro-core
+S="${WORKDIR}/${P}/libretro"
+LIBRETRO_CORE_LIB_FILE="${S}/${LIBRETRO_CORE_NAME}_libretro.so"
+
+DESCRIPTION="Nestopia libretro port"
+LICENSE="GPL-2+"
+SLOT="0"
diff --git a/games-emulation/libretro-nestopia/libretro-nestopia-9999.ebuild b/games-emulation/libretro-nestopia/libretro-nestopia-9999.ebuild
new file mode 100644 (file)
index 0000000..f980eda
--- /dev/null
@@ -0,0 +1,13 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LIBRETRO_REPO_NAME="libretro/nestopia"
+inherit libretro-core
+S="${WORKDIR}/${P}/libretro"
+LIBRETRO_CORE_LIB_FILE="${S}/${LIBRETRO_CORE_NAME}_libretro.so"
+
+DESCRIPTION="Nestopia libretro port"
+LICENSE="GPL-2+"
+SLOT="0"
diff --git a/games-emulation/libretro-nestopia/metadata.xml b/games-emulation/libretro-nestopia/metadata.xml
new file mode 100644 (file)
index 0000000..a5d5dc1
--- /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>Nestopia libretro port</longdescription>
+    <upstream>
+        <remote-id type="github">libretro/nestopia</remote-id>
+    </upstream>
+</pkgmetadata>