commit: 7e67858f2464879ee11bcc8ca754ba2a1b829e50
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 05:35:24 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Aug 15 00:22:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e67858f
games-emulation/libretro-nestopia: Nestopia libretro port
Package-Manager: Portage-2.3.43, Repoman-2.3.10
games-emulation/libretro-nestopia/Manifest | 1 +
.../libretro-nestopia-0.0.1_pre20180723.ebuild | 15 +++++++++++++++
.../libretro-nestopia/libretro-nestopia-9999.ebuild | 13 +++++++++++++
games-emulation/libretro-nestopia/metadata.xml | 12 ++++++++++++
4 files changed, 41 insertions(+)
diff --git a/games-emulation/libretro-nestopia/Manifest
b/games-emulation/libretro-nestopia/Manifest
new file mode 100644
index 00000000000..41b88e69dd9
--- /dev/null
+++ b/games-emulation/libretro-nestopia/Manifest
@@ -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
index 00000000000..4b920925a4d
--- /dev/null
+++
b/games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild
@@ -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
index 00000000000..f980eda0ed1
--- /dev/null
+++ b/games-emulation/libretro-nestopia/libretro-nestopia-9999.ebuild
@@ -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
index 00000000000..a5d5dc1b432
--- /dev/null
+++ b/games-emulation/libretro-nestopia/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>[email protected]</email>
+ <name>Craig Andrews</name>
+ </maintainer>
+ <longdescription>Nestopia libretro port</longdescription>
+ <upstream>
+ <remote-id type="github">libretro/nestopia</remote-id>
+ </upstream>
+</pkgmetadata>