commit:     adde8a3df9cc61c8a98e364857e331919ed04289
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 09:51:29 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 14 10:31:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adde8a3d

media-plugins/kodi-game-libretro: drop 2.2.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-plugins/kodi-game-libretro/Manifest          |  1 -
 .../kodi-game-libretro-2.2.0.ebuild                | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/media-plugins/kodi-game-libretro/Manifest 
b/media-plugins/kodi-game-libretro/Manifest
index d39be6aa8c9c..26fe7191241c 100644
--- a/media-plugins/kodi-game-libretro/Manifest
+++ b/media-plugins/kodi-game-libretro/Manifest
@@ -1,2 +1 @@
 DIST kodi-game-libretro-19.0.0.tar.gz 114815 BLAKE2B 
c18236f2cd96b57b665a191a42932d17e086233de23de2d4227397f110075288d5b5de314edf4e62fa7567fab39a3c95cc1d437fdc1a95a9966ee6a636402e1a
 SHA512 
a746b3b1e962e01af6b26a8f5c35c673f28e1248115a266528c1cd333ec132075948d0ca8d6ac0a5fcc07f80c4f881b0d819d59768b572f93f47daf43bbeff5b
-DIST kodi-game-libretro-2.2.0.tar.gz 110443 BLAKE2B 
b68c51a0fbe9a61ce9ac5c3582fd317abbc6ef69b5da4a529a7a73201c49f4fe8fba56f73635da213dd02c53af7b3d69dbfafc9a60afecbbef3c451cc32d568c
 SHA512 
f1a5671b468ebf0ea3a86b757ae2481115bfb38082043757aa94d6f193b6eea560b37ccafafe63e686b729d80aa89ac58640899900894d0a72472badadbf27ac

diff --git a/media-plugins/kodi-game-libretro/kodi-game-libretro-2.2.0.ebuild 
b/media-plugins/kodi-game-libretro/kodi-game-libretro-2.2.0.ebuild
deleted file mode 100644
index c9b9d57b397d..000000000000
--- a/media-plugins/kodi-game-libretro/kodi-game-libretro-2.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Libretro compatibility layer for the Kodi Game API"
-HOMEPAGE="https://github.com/kodi-game/game.libretro";
-SRC_URI=""
-
-case ${PV} in
-9999)
-       SRC_URI=""
-       EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.git";
-       inherit git-r3
-       ;;
-*)
-       KEYWORDS="~amd64 ~x86"
-       CODENAME="Matrix"
-       
SRC_URI="https://github.com/kodi-game/game.libretro/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-       S="${WORKDIR}/game.libretro-${PV}-${CODENAME}"
-       ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-       =media-tv/kodi-19*
-       "
-RDEPEND="
-       ${DEPEND}
-       "

Reply via email to