commit:     bbd3b26f6381f5e695acc3ffba7c07286aa63f23
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 05:26:37 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Aug 15 00:22:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd3b26f

games-emulation/libretro-snes9x: Snes9x libretro port

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 games-emulation/libretro-snes9x/Manifest                 |  1 +
 .../libretro-snes9x-0.0.1_pre20180723.ebuild             | 16 ++++++++++++++++
 .../libretro-snes9x/libretro-snes9x-9999.ebuild          | 14 ++++++++++++++
 games-emulation/libretro-snes9x/metadata.xml             | 12 ++++++++++++
 4 files changed, 43 insertions(+)

diff --git a/games-emulation/libretro-snes9x/Manifest 
b/games-emulation/libretro-snes9x/Manifest
new file mode 100644
index 00000000000..2bfa05c5f8e
--- /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 00000000000..b15d7e229f2
--- /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 00000000000..2e08e2c20b3
--- /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 00000000000..b5284b7ac10
--- /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>[email protected]</email>
+        <name>Craig Andrews</name>
+    </maintainer>
+    <longdescription>Snes9x libretro port</longdescription>
+    <upstream>
+        <remote-id type="github">libretro/libretro-snes9x</remote-id>
+    </upstream>
+</pkgmetadata>

Reply via email to