media-plugins/kodi-audiodecoder-timidity: drop 3.0.0

Pinned dep on media-tv/kodi-19, to be cleaned up.

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-09-14 13:08:02 +02:00
parent 55763a55bf
commit cd0e7e85cb
2 changed files with 0 additions and 36 deletions

View File

@@ -1 +0,0 @@
DIST kodi-audiodecoder-timidity-3.0.0-Matrix.tar.gz 1836160 BLAKE2B 31211bdcbd136e869c889304360a2b7726674b8c7f0bfa5b4d6b1e534d8d9b7922b1435941354b6c21bc8004664078cd41f3374dd4d434ba3917fe7e25e07a22 SHA512 e98487ce3d08a3215be86b161ca79e04fa611c75c51a4dbbca9b80779b2ae4729faa98e3b6f810deda025a57fe7278420a3b5d532683b8778d15773fcae04ba4

View File

@@ -1,35 +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="Timidity decoder addon for Kodi"
HOMEPAGE="https://github.com/xbmc/audiodecoder.timidity"
SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="https://github.com/xbmc/audiodecoder.timidity.git"
inherit git-r3
;;
*)
CODENAME="Matrix"
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/xbmc/audiodecoder.timidity/archive/${PV}-${CODENAME}.tar.gz -> ${P}-${CODENAME}.tar.gz"
S="${WORKDIR}/audiodecoder.timidity-${PV}-${CODENAME}"
;;
esac
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="
=media-tv/kodi-19*
"
RDEPEND="
${DEPEND}
"