media-plugins/kodi-visualization-fishbmc: Cleanup Kodi 17 versions

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2019-09-05 12:18:28 -04:00
parent 6d9d347c71
commit 6d5896ef73
2 changed files with 0 additions and 37 deletions

View File

@@ -1 +0,0 @@
DIST kodi-visualization-fishbmc-4.1.0.tar.gz 58536 BLAKE2B e0e573d6fdf3b461606e9335e64e531a92497201918bf22a26b5f2e0220bc8fdef199383e63f31f5acadd5d5091ead7edfae62ad3c20fa5174638e9d07f5fda5 SHA512 6107228b8a3f92a047003ef3a34dc57d187d9c6b1f28e2f8d326fd71e7e7b586750c02a3bb9b11cdda322cbdc5d3fe0146c08364029da028fd65d0f3a13a3358

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils kodi-addon
DESCRIPTION="Fische visualizer for Kodi"
HOMEPAGE="https://github.com/notspiff/visualization.fishbmc"
SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="https://github.com/notspiff/visualization.fishbmc.git"
inherit git-r3
;;
*)
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/notspiff/visualization.fishbmc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/visualization.fishbmc-${PV}"
;;
esac
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="
=media-tv/kodi-17*
virtual/opengl
"
RDEPEND="
${DEPEND}
"