mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-plugins/kodi-game-libretro-nestopia: Cleanup old version
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST kodi-game-libretro-nestopia-1.50.0.12.tar.gz 793989 BLAKE2B 7206ed81885af75bb4a7c7b1b46f7be346708b982027928d9ef10b8e00841df9cd6fe173d1c6508cfd4184df17b63c8a02a23ad2968540d0fef3d291e22ff38e SHA512 65290fd67c22fe3e195fb82ee17ac6d5d78242472b750e5e9283cd497b4764c92bf3877f0860416523d69d4413a78cca1cd1e89ffb50598ec2411ca8620408dd
|
||||
DIST kodi-game-libretro-nestopia-1.50.0.13.tar.gz 794055 BLAKE2B a9f142e57274b59ee13549212954562f4941ff3777de0bd0e9dfdcaa6dc21ea12ba76798adf90de26109eb89882fc26b3917aa05bec89988e224896c94bafbe2 SHA512 cde1e13de506b1f994a488d32247ee1cf1bf4a8fd6e8d35f4cf77a626e9b7b40f5755d6cab7bd5b1a298b05457e3f4be0a22bdf6ea60280251c9b4bdf9e1781c
|
||||
|
||||
@@ -1,44 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake kodi-addon
|
||||
|
||||
DESCRIPTION="Nestopia GameClient for Kodi"
|
||||
HOMEPAGE="https://github.com/kodi-game/game.libretro.nestopia"
|
||||
SRC_URI=""
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.nestopia.git"
|
||||
inherit git-r3
|
||||
DEPEND="
|
||||
${DEPEND}
|
||||
~media-tv/kodi-9999"
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
CODENAME="Matrix"
|
||||
SRC_URI="https://github.com/kodi-game/game.libretro.nestopia/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/game.libretro.nestopia-${PV}-${CODENAME}"
|
||||
DEPEND="
|
||||
${DEPEND}
|
||||
=media-tv/kodi-19*"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
${DEPEND}
|
||||
games-emulation/libretro-nestopia
|
||||
"
|
||||
RDEPEND="
|
||||
media-plugins/kodi-game-libretro
|
||||
${DEPEND}
|
||||
"
|
||||
src_prepare() {
|
||||
echo 'find_library(NESTOPIA_LIB NAMES nestopia_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-nestopia.cmake" || die
|
||||
cmake_src_prepare
|
||||
}
|
||||
Reference in New Issue
Block a user