commit:     548795a93fa31e63721352137131f175ca072acf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 11:10:51 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 20:11:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548795a9

media-plugins/kodi-vfs-rar: drop 4.0.0

Pinned dep on media-tv/kodi-19, to be cleaned up.

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

 media-plugins/kodi-vfs-rar/Manifest                |  1 -
 .../kodi-vfs-rar/kodi-vfs-rar-4.0.0.ebuild         | 37 ----------------------
 2 files changed, 38 deletions(-)

diff --git a/media-plugins/kodi-vfs-rar/Manifest 
b/media-plugins/kodi-vfs-rar/Manifest
deleted file mode 100644
index 7af8206f96a4..000000000000
--- a/media-plugins/kodi-vfs-rar/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kodi-vfs-rar-4.0.0.tar.gz 464866 BLAKE2B 
a221f6e9604e3f8d76a5e4eebfc518d17f6129489d6bff9efd89475bf3661d50da69d77cf9f84518137e9a74b33bb758bca5acd474bb968249c5bca555c6a1f7
 SHA512 
6287c277419f964b950220a858f098eb9aa9bbab4aaff1277850a84f8dfd90a6d5f4fd6c9ea04e84a3c1744ee69cfc4dd7010e2e29f6578640960220f3f716cc

diff --git a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-4.0.0.ebuild 
b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-4.0.0.ebuild
deleted file mode 100644
index e66bc07a7f4e..000000000000
--- a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-4.0.0.ebuild
+++ /dev/null
@@ -1,37 +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="RAR VFS addon for Kodi"
-HOMEPAGE="https://github.com/xbmc/vfs.rar";
-SRC_URI=""
-
-case ${PV} in
-9999)
-       SRC_URI=""
-       EGIT_REPO_URI="https://github.com/xbmc/vfs.rar.git";
-       EGIT_BRANCH="Matrix"
-       inherit git-r3
-       DEPEND="~media-tv/kodi-9999"
-       ;;
-*)
-       CODENAME="Matrix"
-       KEYWORDS="~amd64 ~x86"
-       
SRC_URI="https://github.com/xbmc/vfs.rar/archive/${PV}-${CODENAME}.tar.gz -> 
${P}.tar.gz"
-       S="${WORKDIR}/vfs.rar-${PV}-${CODENAME}"
-       DEPEND="=media-tv/kodi-19*:="
-       ;;
-esac
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-DEPEND+="
-       dev-libs/tinyxml
-       "
-
-RDEPEND="${DEPEND}"

Reply via email to