diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-07-24 01:35:24 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-08-14 20:22:45 -0400 |
commit | 7e67858f2464879ee11bcc8ca754ba2a1b829e50 (patch) | |
tree | ef63add6fa4079a5f8becf369530a16cdfc0ad87 /games-emulation | |
parent | media-plugins/kodi-game-libretro-twentyfortyeight: 2048 for Kodi (diff) | |
download | gentoo-7e67858f2464879ee11bcc8ca754ba2a1b829e50.tar.gz gentoo-7e67858f2464879ee11bcc8ca754ba2a1b829e50.tar.bz2 gentoo-7e67858f2464879ee11bcc8ca754ba2a1b829e50.zip |
games-emulation/libretro-nestopia: Nestopia libretro port
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'games-emulation')
4 files changed, 41 insertions, 0 deletions
diff --git a/games-emulation/libretro-nestopia/Manifest b/games-emulation/libretro-nestopia/Manifest new file mode 100644 index 000000000000..41b88e69dd93 --- /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 000000000000..4b920925a4dd --- /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 000000000000..f980eda0ed12 --- /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 000000000000..a5d5dc1b432b --- /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>candrews@gentoo.org</email> + <name>Craig Andrews</name> + </maintainer> + <longdescription>Nestopia libretro port</longdescription> + <upstream> + <remote-id type="github">libretro/nestopia</remote-id> + </upstream> +</pkgmetadata> |