games-emulation/libretro-twentyfortyeight: 2048 puzzle game
authorCraig Andrews <candrews@gentoo.org>
Tue, 24 Jul 2018 05:24:30 +0000 (01:24 -0400)
committerCraig Andrews <candrews@gentoo.org>
Wed, 15 Aug 2018 00:22:42 +0000 (20:22 -0400)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

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

diff --git a/games-emulation/libretro-twentyfortyeight/Manifest b/games-emulation/libretro-twentyfortyeight/Manifest
new file mode 100644 (file)
index 0000000..053a531
--- /dev/null
@@ -0,0 +1 @@
+DIST libretro-twentyfortyeight-0.0.1_pre20180723.tar.gz 2691529 BLAKE2B 4c399f25300c8f7a0d311dcf9187640f7965601e148617ef673a6aeafc86418347940078c9aa37d0fed0272126ba9d39688004e74147d3164fabc2060be08b8e SHA512 92fce3a19780ce8ed567a8fcf1760f612762b7d914c17d3c2484cd6c755d06bcf9873f8c4f1f8b2a61ab429320b9ae124023cbd5ffbbf8a7449b9b59cec1fd3a
diff --git a/games-emulation/libretro-twentyfortyeight/libretro-twentyfortyeight-0.0.1_pre20180723.ebuild b/games-emulation/libretro-twentyfortyeight/libretro-twentyfortyeight-0.0.1_pre20180723.ebuild
new file mode 100644 (file)
index 0000000..7581105
--- /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_CORE_NAME="2048"
+LIBRETRO_COMMIT_SHA="45655d3662e4cbcd8afb28e2ee3f5494a75888de"
+KEYWORDS="~amd64 ~x86"
+inherit libretro-core
+
+DESCRIPTION="Port of 2048 puzzle game to the libretro API"
+LICENSE="Unlicense"
+SLOT="0"
diff --git a/games-emulation/libretro-twentyfortyeight/libretro-twentyfortyeight-9999.ebuild b/games-emulation/libretro-twentyfortyeight/libretro-twentyfortyeight-9999.ebuild
new file mode 100644 (file)
index 0000000..e244341
--- /dev/null
@@ -0,0 +1,11 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LIBRETRO_CORE_NAME="2048"
+inherit libretro-core
+
+DESCRIPTION="Port of 2048 puzzle game to the libretro API"
+LICENSE="Unlicense"
+SLOT="0"
diff --git a/games-emulation/libretro-twentyfortyeight/metadata.xml b/games-emulation/libretro-twentyfortyeight/metadata.xml
new file mode 100644 (file)
index 0000000..af6191b
--- /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>Port of 2048 puzzle game to the libretro API</longdescription>
+    <upstream>
+        <remote-id type="github">libretro/libretro-2048</remote-id>
+    </upstream>
+</pkgmetadata>