mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
media-plugins/kodi-visualization-nastyfft: 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:
@@ -1 +0,0 @@
|
||||
DIST kodi-visualization-nastyfft-1.1.0.tar.gz 22375 BLAKE2B 3cd1c7362479e218259631dcf8af38f4f3bd32ef02e56fb5df8f9b3c9648096ac0e341eb9b9bd1567fc0e7ab2f690775289d2a39a7d59fd7f7923c56840a690b SHA512 fd32db6e39558102d6d9959b51029ceda250c5e3174689718ec78b095294cabda3d1459db753507245f96d7798273df23a197e82a9dea5a050147c6133a4b2e3
|
||||
@@ -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="NastyFFT visualizer for Kodi"
|
||||
HOMEPAGE="https://github.com/notspiff/visualization.nastyfft"
|
||||
SRC_URI=""
|
||||
|
||||
case ${PV} in
|
||||
9999)
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/notspiff/visualization.nastyfft.git"
|
||||
inherit git-r3
|
||||
;;
|
||||
*)
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/notspiff/visualization.nastyfft/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/visualization.nastyfft-${PV}"
|
||||
;;
|
||||
esac
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
=media-tv/kodi-17*
|
||||
virtual/opengl
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
Reference in New Issue
Block a user