diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-07-24 01:26:10 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-08-14 20:22:43 -0400 |
commit | da4af0feb28c85d1e82aaab579032a08e9b4ba9b (patch) | |
tree | ed8a790e54a462737f22db7bee7873887db74c80 /games-emulation | |
parent | games-emulation/libretro-dosbox: DOSBox libretro port (diff) | |
download | gentoo-da4af0feb28c85d1e82aaab579032a08e9b4ba9b.tar.gz gentoo-da4af0feb28c85d1e82aaab579032a08e9b4ba9b.tar.bz2 gentoo-da4af0feb28c85d1e82aaab579032a08e9b4ba9b.zip |
games-emulation/libretro-fceumm: FCEUmm libretro port
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'games-emulation')
4 files changed, 35 insertions, 0 deletions
diff --git a/games-emulation/libretro-fceumm/Manifest b/games-emulation/libretro-fceumm/Manifest new file mode 100644 index 000000000000..07a70364b64f --- /dev/null +++ b/games-emulation/libretro-fceumm/Manifest @@ -0,0 +1 @@ +DIST libretro-fceumm-0.0.1_pre20180723.tar.gz 392820 BLAKE2B ae06b67813cff37de136f73b208b3686dd9522dd804971b81b3acd9410929976a33c13c8e07f6ead175b1994cabd1ed937d7ca3d7c24c4c8690b74a627c082be SHA512 55526c2269b2dd77e1c860eb00c8aa75106bc585f99ce8102eccad7ccb272a517643e4076a52413281749d62afdf5af29ff1a03e2ebbb9eea36acac24c0584f8 diff --git a/games-emulation/libretro-fceumm/libretro-fceumm-0.0.1_pre20180723.ebuild b/games-emulation/libretro-fceumm/libretro-fceumm-0.0.1_pre20180723.ebuild new file mode 100644 index 000000000000..67c2490eae85 --- /dev/null +++ b/games-emulation/libretro-fceumm/libretro-fceumm-0.0.1_pre20180723.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +LIBRETRO_COMMIT_SHA="67c072617b700560acbfea54f2779cb290dbf827" +KEYWORDS="~amd64 ~x86" +inherit libretro-core + +DESCRIPTION="FCEUmm libretro port" +LICENSE="GPL-2+" +SLOT="0" diff --git a/games-emulation/libretro-fceumm/libretro-fceumm-9999.ebuild b/games-emulation/libretro-fceumm/libretro-fceumm-9999.ebuild new file mode 100644 index 000000000000..84eeeecd6fd8 --- /dev/null +++ b/games-emulation/libretro-fceumm/libretro-fceumm-9999.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit libretro-core + +DESCRIPTION="FCEUmm libretro port" +LICENSE="GPL-2+" +SLOT="0" diff --git a/games-emulation/libretro-fceumm/metadata.xml b/games-emulation/libretro-fceumm/metadata.xml new file mode 100644 index 000000000000..55b59dea94c0 --- /dev/null +++ b/games-emulation/libretro-fceumm/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>FCEUmm libretro port</longdescription> + <upstream> + <remote-id type="github">libretro/libretro-fceumm</remote-id> + </upstream> +</pkgmetadata> |