diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-07-24 01:25:38 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-08-14 20:22:43 -0400 |
commit | fddcbc169a732974739ae2206d2dc2b0757bd95f (patch) | |
tree | 4d6ef7b3c55ab85efe5dc0055c6f84007e746e14 /games-emulation/libretro-dosbox | |
parent | games-emulation/libretro-bnes: bNES libretro port (diff) | |
download | gentoo-fddcbc169a732974739ae2206d2dc2b0757bd95f.tar.gz gentoo-fddcbc169a732974739ae2206d2dc2b0757bd95f.tar.bz2 gentoo-fddcbc169a732974739ae2206d2dc2b0757bd95f.zip |
games-emulation/libretro-dosbox: DOSBox libretro port
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'games-emulation/libretro-dosbox')
4 files changed, 37 insertions, 0 deletions
diff --git a/games-emulation/libretro-dosbox/Manifest b/games-emulation/libretro-dosbox/Manifest new file mode 100644 index 000000000000..6afab5ff95bd --- /dev/null +++ b/games-emulation/libretro-dosbox/Manifest @@ -0,0 +1 @@ +DIST libretro-dosbox-0.0.1_pre20180723.tar.gz 1182680 BLAKE2B 5885053ad228f56bd2a26bcdc8c05a1b3358b019a74f1ed41c056492f9042a8ee96a3d4ec4d1f6f39e072ccae65378355d27e01c951e288fb1094d11ea172aed SHA512 b2206de1cbce3927797044d1609e569d3fb828039184d780253108b231f1fe5566ed877315626908e83acdfa2d0398ee832df01202bc7164c11dcb5119531710 diff --git a/games-emulation/libretro-dosbox/libretro-dosbox-0.0.1_pre20180723.ebuild b/games-emulation/libretro-dosbox/libretro-dosbox-0.0.1_pre20180723.ebuild new file mode 100644 index 000000000000..7e054e83e3a6 --- /dev/null +++ b/games-emulation/libretro-dosbox/libretro-dosbox-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_REPO_NAME="libretro/dosbox-libretro" +LIBRETRO_COMMIT_SHA="169d476437ec813b462a47254f24cf78473389c8" +KEYWORDS="~amd64 ~x86" +inherit libretro-core + +DESCRIPTION="DOSBox libretro port" +LICENSE="GPL-2+" +SLOT="0" diff --git a/games-emulation/libretro-dosbox/libretro-dosbox-9999.ebuild b/games-emulation/libretro-dosbox/libretro-dosbox-9999.ebuild new file mode 100644 index 000000000000..5105cca887f1 --- /dev/null +++ b/games-emulation/libretro-dosbox/libretro-dosbox-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/dosbox-libretro" +inherit libretro-core + +DESCRIPTION="DOSBox libretro port" +LICENSE="GPL-2+" +SLOT="0" diff --git a/games-emulation/libretro-dosbox/metadata.xml b/games-emulation/libretro-dosbox/metadata.xml new file mode 100644 index 000000000000..63b6c7080559 --- /dev/null +++ b/games-emulation/libretro-dosbox/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>DOSBox libretro port</longdescription> + <upstream> + <remote-id type="github">libretro/dosbox-libretro</remote-id> + </upstream> +</pkgmetadata> |