From 7e67858f2464879ee11bcc8ca754ba2a1b829e50 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 24 Jul 2018 01:35:24 -0400 Subject: games-emulation/libretro-nestopia: Nestopia libretro port Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- games-emulation/libretro-nestopia/Manifest | 1 + .../libretro-nestopia-0.0.1_pre20180723.ebuild | 15 +++++++++++++++ .../libretro-nestopia/libretro-nestopia-9999.ebuild | 13 +++++++++++++ games-emulation/libretro-nestopia/metadata.xml | 12 ++++++++++++ 4 files changed, 41 insertions(+) create mode 100644 games-emulation/libretro-nestopia/Manifest create mode 100644 games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild create mode 100644 games-emulation/libretro-nestopia/libretro-nestopia-9999.ebuild create mode 100644 games-emulation/libretro-nestopia/metadata.xml (limited to 'games-emulation/libretro-nestopia') 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 @@ + + + + + candrews@gentoo.org + Craig Andrews + + Nestopia libretro port + + libretro/nestopia + + -- cgit v1.2.3-65-gdbad