diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-07-24 01:25:16 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-08-14 20:22:42 -0400 |
commit | 8bc740d33612d159338e6e184d856dfabe4e3eae (patch) | |
tree | 49f238d596c3663746e7b89b9024981141da60ca /games-emulation | |
parent | games-emulation/libretro-twentyfortyeight: 2048 puzzle game (diff) | |
download | gentoo-8bc740d33612d159338e6e184d856dfabe4e3eae.tar.gz gentoo-8bc740d33612d159338e6e184d856dfabe4e3eae.tar.bz2 gentoo-8bc740d33612d159338e6e184d856dfabe4e3eae.zip |
games-emulation/libretro-bnes: bNES libretro port
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'games-emulation')
4 files changed, 37 insertions, 0 deletions
diff --git a/games-emulation/libretro-bnes/Manifest b/games-emulation/libretro-bnes/Manifest new file mode 100644 index 000000000000..0c58a5201cc5 --- /dev/null +++ b/games-emulation/libretro-bnes/Manifest @@ -0,0 +1 @@ +DIST libretro-bnes-0.0.1_pre20180723.tar.gz 153133 BLAKE2B d9d6dad8be84851053a1a66272963bd5ffcb5ab11fc9e8096e04e03e0d266e57cbf5fd37618e43f48f9ae0c4c08013303c17cc3cc6b3e1aec764b9e0ce594088 SHA512 f2db232a10b854badf3d130688f09c580f11da17224da127aff437b4a2c906828717539577d71713aa5a05b93effd8d17fcc2b3f6e3ff570d56639030a5be383 diff --git a/games-emulation/libretro-bnes/libretro-bnes-0.0.1_pre20180723.ebuild b/games-emulation/libretro-bnes/libretro-bnes-0.0.1_pre20180723.ebuild new file mode 100644 index 000000000000..ee84f14d1a97 --- /dev/null +++ b/games-emulation/libretro-bnes/libretro-bnes-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_COMMIT_SHA="18384086d58fd09de3844e2c5f3b2a77b5d490dc" +LIBRETRO_REPO_NAME="libretro/bnes-libretro" +KEYWORDS="~amd64 ~x86" +inherit libretro-core + +DESCRIPTION="bNES libretro port" +LICENSE="GPL-3+" +SLOT="0" diff --git a/games-emulation/libretro-bnes/libretro-bnes-9999.ebuild b/games-emulation/libretro-bnes/libretro-bnes-9999.ebuild new file mode 100644 index 000000000000..64bc4310a2c8 --- /dev/null +++ b/games-emulation/libretro-bnes/libretro-bnes-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_REPO_NAME="libretro/bnes-libretro" +inherit libretro-core + +DESCRIPTION="bNES libretro port" +LICENSE="GPL-3+" +SLOT="0" diff --git a/games-emulation/libretro-bnes/metadata.xml b/games-emulation/libretro-bnes/metadata.xml new file mode 100644 index 000000000000..508b579233cb --- /dev/null +++ b/games-emulation/libretro-bnes/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>bNES libretro port</longdescription> + <upstream> + <remote-id type="github">libretro/libretro-bnes</remote-id> + </upstream> +</pkgmetadata> |