diff options
author | Craig Andrews <candrews@gentoo.org> | 2021-09-14 08:18:22 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2021-09-14 08:22:16 -0400 |
commit | 85a15da4e9e3ae828f080d6568def2745bfea6d8 (patch) | |
tree | 9b6f0adeebf6c55fa88313096489e71df17d24c3 /media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-2.3.0.ebuild | |
parent | media-plugins/kodi-visualization-shadertoy: 19.1.1 version bump (diff) | |
download | gentoo-85a15da4e9e3ae828f080d6568def2745bfea6d8.tar.gz gentoo-85a15da4e9e3ae828f080d6568def2745bfea6d8.tar.bz2 gentoo-85a15da4e9e3ae828f080d6568def2745bfea6d8.zip |
media-plugins/kodi-visualization-shadertoy: Cleanup old versions
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-2.3.0.ebuild')
-rw-r--r-- | media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-2.3.0.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-2.3.0.ebuild b/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-2.3.0.ebuild deleted file mode 100644 index ed5256b3ad5d..000000000000 --- a/media-plugins/kodi-visualization-shadertoy/kodi-visualization-shadertoy-2.3.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake kodi-addon - -DESCRIPTION="Shadertoy visualizer for Kodi" -HOMEPAGE="https://github.com/xbmc/visualization.shadertoy" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/xbmc/visualization.shadertoy.git" - inherit git-r3 - ;; -*) - CODENAME="Matrix" - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/xbmc/visualization.shadertoy/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/visualization.shadertoy-${PV}-${CODENAME}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-19* - >=media-libs/glm-0.9.9.8-r1 - virtual/opengl - " - -RDEPEND=" - ${DEPEND} - " - -src_prepare() { - [ -d depends ] && rm -rf depends || die - cmake_src_prepare -} |