summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2018-07-24 01:24:30 -0400
committerCraig Andrews <candrews@gentoo.org>2018-08-14 20:22:42 -0400
commit5292beccb7ac5f5d3b0f042f513acf57479785ed (patch)
tree7f3c8d0e59545b35785bc6e4640578134d5693ad /games-emulation
parentlibretro-core.eclass: eclass for Libretro core ebuilds (diff)
downloadgentoo-5292beccb7ac5f5d3b0f042f513acf57479785ed.tar.gz
gentoo-5292beccb7ac5f5d3b0f042f513acf57479785ed.tar.bz2
gentoo-5292beccb7ac5f5d3b0f042f513acf57479785ed.zip
games-emulation/libretro-twentyfortyeight: 2048 puzzle game
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/libretro-twentyfortyeight/Manifest1
-rw-r--r--games-emulation/libretro-twentyfortyeight/libretro-twentyfortyeight-0.0.1_pre20180723.ebuild13
-rw-r--r--games-emulation/libretro-twentyfortyeight/libretro-twentyfortyeight-9999.ebuild11
-rw-r--r--games-emulation/libretro-twentyfortyeight/metadata.xml12
4 files changed, 37 insertions, 0 deletions
diff --git a/games-emulation/libretro-twentyfortyeight/Manifest b/games-emulation/libretro-twentyfortyeight/Manifest
new file mode 100644
index 000000000000..053a5319f6ab
--- /dev/null
+++ b/games-emulation/libretro-twentyfortyeight/Manifest
@@ -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
index 000000000000..758110522fb0
--- /dev/null
+++ b/games-emulation/libretro-twentyfortyeight/libretro-twentyfortyeight-0.0.1_pre20180723.ebuild
@@ -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
index 000000000000..e244341ed889
--- /dev/null
+++ b/games-emulation/libretro-twentyfortyeight/libretro-twentyfortyeight-9999.ebuild
@@ -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
index 000000000000..af6191b3499f
--- /dev/null
+++ b/games-emulation/libretro-twentyfortyeight/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>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>