From 3f15c8ebdfa9cb3b5965f4783f6a4889ff93e978 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 30 May 2017 11:42:23 -0400 Subject: [PATCH] media-plugins/kodi-vfs-rar: RAR VFS addon for Kodi Adds support for RAR archives to Kodi. This functionality was originally part of Kodi itself, but was removed in Kodi 18. See https://github.com/xbmc/xbmc/pull/11912 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4810 --- .../kodi-vfs-rar/kodi-vfs-rar-9999.ebuild | 33 +++++++++++++++++++ media-plugins/kodi-vfs-rar/metadata.xml | 16 +++++++++ 2 files changed, 49 insertions(+) create mode 100644 media-plugins/kodi-vfs-rar/kodi-vfs-rar-9999.ebuild create mode 100644 media-plugins/kodi-vfs-rar/metadata.xml diff --git a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-9999.ebuild b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-9999.ebuild new file mode 100644 index 000000000000..ccf6f48b14d7 --- /dev/null +++ b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="RAR VFS addon for Kodi" +HOMEPAGE="https://github.com/notspiff/vfs.rar" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="git://github.com/notspiff/vfs.rar.git" + inherit git-r3 + ;; +*) + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/notspiff/vfs.rar/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/vfs.rar-${PV}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =dev-libs/libplatform-2* + =media-libs/kodi-platform-9999 + =media-tv/kodi-9999 + " diff --git a/media-plugins/kodi-vfs-rar/metadata.xml b/media-plugins/kodi-vfs-rar/metadata.xml new file mode 100644 index 000000000000..04180b560d7d --- /dev/null +++ b/media-plugins/kodi-vfs-rar/metadata.xml @@ -0,0 +1,16 @@ + + + + + candrews@integralblue.com + Craig Andrews + + + proxy-maint@gentoo.org + Proxy Maintainers + + RAR VFS addon for Kodi + + notspiff/vfs.rar + + -- 2.26.2