aboutsummaryrefslogtreecommitdiffstats
path: root/games-emulation/simple64-core/simple64-core-9999.ebuild
diff options
context:
space:
mode:
author1024x22026-08-19 17:11:38 +0100
committer1024x22026-08-19 17:11:38 +0100
commit6b009b941eb6eefd0d0f90f23e9b26ab0699082e (patch)
tree6fe6daf64a597b6463fd22f0eb6d4f48e1c98694 /games-emulation/simple64-core/simple64-core-9999.ebuild
parenta6b8abf9975998b488ea85824616282d0fff31db (diff)
games-emulation/*: drop simple64HEADmain
Use games-emulation/rmg instead.
Diffstat (limited to 'games-emulation/simple64-core/simple64-core-9999.ebuild')
-rw-r--r--games-emulation/simple64-core/simple64-core-9999.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/games-emulation/simple64-core/simple64-core-9999.ebuild b/games-emulation/simple64-core/simple64-core-9999.ebuild
deleted file mode 100644
index c96295c..0000000
--- a/games-emulation/simple64-core/simple64-core-9999.ebuild
+++ /dev/null
@@ -1,45 +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, core library"
-HOMEPAGE="https://simple64.github.io/"
-
-if [[ ${PV} == 9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/simple64/mupen64plus-core.git"
- EGIT_BRANCH="simple64"
-else
- _git_commit="cd23b26262c7a4f94cb133926a9f818e144b5369"
- SRC_URI="https://github.com/simple64/mupen64plus-core/archive/${_git_commit}.tar.gz -> ${PN}-${_git_commit}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2 Apache-2.0 BSD-2 LGPL-2.1+ ZLIB BitstreamVera"
-SLOT="0/${PV}"
-IUSE=""
-
-DEPEND="
- media-libs/libpng
- sys-libs/zlib
- media-libs/libsdl2
- !!games-emulation/mupen64plus-core
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- cmake_src_configure
-}
-
-src_install() {
- dolib.so "${BUILD_DIR}/libmupen64plus.so"
-
- insinto "/usr/share/mupen64plus"
- doins -r "${S}"/data/*
-
- insinto "/usr/include/mupen64plus"
- doins "${S}"/src/api/m64p_*.h
-}