# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit toolchain-funcs flag-o-matic MY_PN=${PN%-*} MY_P=${MY_PN}-${PV} DESCRIPTION="Jolly Good Port of melonDS" HOMEPAGE="https://gitlab.com/jgemu/melonds" 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 ~ppc ~ppc64 ~x86" fi LICENSE="BSD-2 FatFs GPL-3+ LGPL-2.1+ MIT Unlicense public-domain" SLOT="1" DEPEND="