# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit toolchain-funcs MY_PN=${PN%-*} MY_P=${MY_PN}-${PV} DESCRIPTION="Jolly Good Neo Geo AES/MVS/CD/CDZ Emulator" HOMEPAGE="https://gitlab.com/jgemu/geolith" if [[ "${PV}" == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/jgemu/${MY_PN}.git" else SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="BSD MIT MIT-0" SLOT="1" IUSE="chdr" DEPEND=" dev-libs/miniz:=