aboutsummaryrefslogtreecommitdiffstats
path: root/games-emulation/simple64-rsp-parallel
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/simple64-rsp-parallel')
-rw-r--r--games-emulation/simple64-rsp-parallel/simple64-rsp-parallel-9999.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/games-emulation/simple64-rsp-parallel/simple64-rsp-parallel-9999.ebuild b/games-emulation/simple64-rsp-parallel/simple64-rsp-parallel-9999.ebuild
deleted file mode 100644
index 7b5514b..0000000
--- a/games-emulation/simple64-rsp-parallel/simple64-rsp-parallel-9999.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Accurate Nintendo 64 Emulator, paraLLEl RSP plugin"
-HOMEPAGE="https://simple64.github.io/"
-
-if [[ ${PV} == 9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/simple64/parallel-rsp.git"
- EGIT_BRANCH="simple64"
-else
- _git_commit="a6db2c75bd60a62a8abfe1b4e767fd014ba380e5"
- SRC_URI="https://github.com/simple64/parallel-rsp/archive/${_git_commit}.tar.gz -> ${PN}-${_git_commit}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-IUSE=""
-
-DEPEND="
- games-emulation/simple64-core:=
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i 's|include_directories(../mupen64plus-core/src/api)|include_directories(/usr/include/mupen64plus)|' CMakeLists.txt
- cmake_src_prepare
-}
-
-src_configure() {
- cmake_src_configure
-}
-
-src_install() {
- insinto "/usr/$(get_libdir)/mupen64plus"
- doins "${BUILD_DIR}/simple64-rsp-parallel.so"
-}