summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2020-09-21 13:52:33 -0400
committerCraig Andrews <candrews@gentoo.org>2020-11-19 14:45:46 -0500
commit6624b3fe66782176f0ebd490c533021d05ae6e6b (patch)
tree45dc5e8acc55d28c59879fdb8c20312498185c2a /media-plugins/kodi-visualization-goom/kodi-visualization-goom-3.3.0.ebuild
parentmedia-plugins/kodi-pvr-nextpvr: Cleanup old versions (diff)
downloadgentoo-6624b3fe66782176f0ebd490c533021d05ae6e6b.tar.gz
gentoo-6624b3fe66782176f0ebd490c533021d05ae6e6b.tar.bz2
gentoo-6624b3fe66782176f0ebd490c533021d05ae6e6b.zip
media-plugins/kodi-visualization-goom: Cleanup old versions
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-visualization-goom/kodi-visualization-goom-3.3.0.ebuild')
-rw-r--r--media-plugins/kodi-visualization-goom/kodi-visualization-goom-3.3.0.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/media-plugins/kodi-visualization-goom/kodi-visualization-goom-3.3.0.ebuild b/media-plugins/kodi-visualization-goom/kodi-visualization-goom-3.3.0.ebuild
deleted file mode 100644
index e1aa393b2927..000000000000
--- a/media-plugins/kodi-visualization-goom/kodi-visualization-goom-3.3.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kodi-addon
-
-DESCRIPTION="Goom visualizer for Kodi"
-HOMEPAGE="https://github.com/xbmc/visualization.goom"
-KODI_PLUGIN_NAME="visualization.goom"
-
-case ${PV} in
-9999)
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}.git"
- inherit git-r3
- DEPEND="~media-tv/kodi-9999"
- ;;
-*)
- CODENAME="Matrix"
- KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${KODI_PLUGIN_NAME}-${PV}-${CODENAME}"
- DEPEND="=media-tv/kodi-19*:="
- ;;
-esac
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-DEPEND+="
- >=media-libs/glm-0.9.9.8-r1
- virtual/opengl
- "
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- if [ -d depends ]; then rm -rf depends || die; fi
-
- cmake_src_prepare
-}