summaryrefslogtreecommitdiff
path: root/games-emulation/mupen64plus
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-emulation/mupen64plus
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-emulation/mupen64plus')
-rw-r--r--games-emulation/mupen64plus/Manifest2
-rw-r--r--games-emulation/mupen64plus/metadata.xml24
-rw-r--r--games-emulation/mupen64plus/mupen64plus-2.5.ebuild22
3 files changed, 0 insertions, 48 deletions
diff --git a/games-emulation/mupen64plus/Manifest b/games-emulation/mupen64plus/Manifest
deleted file mode 100644
index 296c18f18523..000000000000
--- a/games-emulation/mupen64plus/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD mupen64plus-2.5.ebuild 850 BLAKE2B c1079b7f95589a9d06483223ff372c2c48a2bf1324b961b537bef75b38339c40969b29f5c252e81c5bd5d7dfebba25c94a73eda1ff535e02e52a5c06c5193e22 SHA512 db172c94bc00f77f37ec07ef03b02f44185c6cd9506d989851a1a7decabe560187eaf460968f60482ec7e8a82e5e7f9ebf4aebf7fec4fdc17d3c360773d8d820
-MISC metadata.xml 1214 BLAKE2B 620c4867d48518b47582ae9ca358e96f73560cae3546ff9903833b0a8f03ad07f2823327a40437bbfd47327420162fabd03c0506cf2e96a2c0b4a813d3eb37d1 SHA512 d52568e17fa4514918c819979277d268a6668ae6962c3d1fe3d0f9287c5189fdff35c63d46d4f86c4a7f2b11ac46c38801d583b939ce8857cd7b43a6572adaed
diff --git a/games-emulation/mupen64plus/metadata.xml b/games-emulation/mupen64plus/metadata.xml
deleted file mode 100644
index 4c302cc76984..000000000000
--- a/games-emulation/mupen64plus/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <use>
- <flag name="audio-sdl">Enable SDL audio plugin.</flag>
- <flag name="input-sdl">Enable SDL input plugin.</flag>
- <flag name="rsp-hle">Enable HLE RSP plugin.</flag>
- <flag name="ui-console">Enable default console UI.</flag>
- <flag name="ui-m64py">Enable PyQt5 UI using <pkg>games-emulation/m64py</pkg>.</flag>
- <flag name="video-glide64mk2">Enable Glide64mk2 video plugin.</flag>
- <flag name="video-rice">Enable Rice video plugin.</flag>
- </use>
- <longdescription>Mupen64Plus is a plugin-based N64 emulator for Linux which is capable of accurately playing many games.
-Included are four MIPS R4300 CPU emulators, with dynamic recompilers for 32-bit x86 and 64-bit amd64 systems,
-and necessary plugins for audio, graphical rendering (RDP), signal co-processor (RSP), and input.
-There are 3 OpenGL video plugins included: glN64, RiceVideoLinux, and Glide64.</longdescription>
- <upstream>
- <remote-id type="google-code">mupen64plus</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/games-emulation/mupen64plus/mupen64plus-2.5.ebuild b/games-emulation/mupen64plus/mupen64plus-2.5.ebuild
deleted file mode 100644
index f52987e83a17..000000000000
--- a/games-emulation/mupen64plus/mupen64plus-2.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, meta-package"
-HOMEPAGE="http://www.mupen64plus.org/"
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+audio-sdl +input-sdl +rsp-hle +ui-console +ui-m64py +video-glide64mk2 +video-rice"
-
-RDEPEND=">=games-emulation/mupen64plus-core-2.5
- audio-sdl? ( >=games-emulation/mupen64plus-audio-sdl-2.5 )
- input-sdl? ( >=games-emulation/mupen64plus-input-sdl-2.5 )
- rsp-hle? ( >=games-emulation/mupen64plus-rsp-hle-2.5 )
- ui-console? ( >=games-emulation/mupen64plus-ui-console-2.5 )
- ui-m64py? ( >=games-emulation/m64py-0.2.3-r1 )
- video-glide64mk2? ( >=games-emulation/mupen64plus-video-glide64mk2-2.5 )
- video-rice? ( >=games-emulation/mupen64plus-video-rice-2.5 )"