media-plugins/kodi-visualization-goom: 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:30 -04:00
parent 6d5896ef73
commit 752a86add6
2 changed files with 0 additions and 37 deletions

View File

@@ -1 +0,0 @@
DIST kodi-visualization-goom-1.1.0.tar.gz 493839 BLAKE2B 97e99f0f8bc657b5f92464bd80c591de48c48839982005e5996ea949e6e6a4db24de0c31ed010becad29da8f4eb5d9b579006b2a4c28ee567f094460cc4aa063 SHA512 d0e7ab3931ad32f16f4b97f3746e2e5ec9ed08ba23184ac880ab4da1c0da16511c6a9e1ea595ccbbac3c7c8f385fa5dced1e554d0a1a8122db4f35223eb66ace

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="Goom visualizer for Kodi"
HOMEPAGE="https://github.com/notspiff/visualization.goom"
SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="https://github.com/notspiff/visualization.goom.git"
inherit git-r3
;;
*)
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/notspiff/visualization.goom/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/visualization.goom-${PV}"
;;
esac
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="
=media-tv/kodi-17*
virtual/opengl
"
RDEPEND="
${DEPEND}
"