commit:     8b75c6d823288d6132858955ead97b6500fb08e1
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon May 17 05:43:16 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon May 17 05:48:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b75c6d8

media-plugins/kodi-game-libretro-snes9x: Cleanup old version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 media-plugins/kodi-game-libretro-snes9x/Manifest   |  1 -
 .../kodi-game-libretro-snes9x-1.60.0.17.ebuild     | 42 ----------------------
 2 files changed, 43 deletions(-)

diff --git a/media-plugins/kodi-game-libretro-snes9x/Manifest 
b/media-plugins/kodi-game-libretro-snes9x/Manifest
index e08da8bd3e2..f279ade5f76 100644
--- a/media-plugins/kodi-game-libretro-snes9x/Manifest
+++ b/media-plugins/kodi-game-libretro-snes9x/Manifest
@@ -1,2 +1 @@
-DIST kodi-game-libretro-snes9x-1.60.0.17.tar.gz 1374877 BLAKE2B 
c0b20b73cf31053227770c58ddc700a435b75af84cbdfae837ea1a2ee14aaec42abba201438e64dc36654dd9b32d8923287a5067fae5f30adaf4796b2f83aba2
 SHA512 
afee625f729d790c3ba0ad8baa8f7b46e0573a6d7ac9ac14311b181d4eb020457ff51a391618c48e9ae7354493858f13729bf8219e6527acdc7f3ac1da57303c
 DIST kodi-game-libretro-snes9x-1.60.0.19.tar.gz 1381181 BLAKE2B 
7e289069bb4fa4d817cde65913ca1ac50ae31ce1b87e9e6d314a2fd94a822923377d3453ba7c5f6d4f1e9212622167b6bcfda518dbcb56680c1d2f4cf0ed3f75
 SHA512 
037590d37934d5bb81c01612e8653b6780b895671caccec9e3510b2db0158bee16f3b17df2c7cc517ec901e46633dc43c80bfee7ba7925f39c9c1099330f8636

diff --git 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.17.ebuild
 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.17.ebuild
deleted file mode 100644
index 11af75672b0..00000000000
--- 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.17.ebuild
+++ /dev/null
@@ -1,42 +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="Snes9x GameClient for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.snes9x";
-SRC_URI=""
-
-if [[ ${PV} == *9999 ]]; then
-       SRC_URI=""
-       EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.snes9x.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.snes9x/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-       S="${WORKDIR}/game.libretro.snes9x-${PV}-${CODENAME}"
-       DEPEND="${DEPEND}
-               =media-tv/kodi-19*"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-       ${DEPEND}
-       games-emulation/libretro-snes9x
-       "
-RDEPEND="
-       media-plugins/kodi-game-libretro
-       ${DEPEND}
-       "
-src_prepare() {
-       echo 'find_library(SNES9X_LIB NAMES 
snes9x_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-snes9x.cmake" || die
-       cmake_src_prepare
-}

Reply via email to