media-plugins/kodi-audiodecoder-nosefart: 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:07:44 +02:00
parent f7ce078b91
commit 638a8d606e
2 changed files with 0 additions and 36 deletions

View File

@@ -1 +0,0 @@
DIST kodi-audiodecoder-nosefart-3.0.0.tar.gz 99808 BLAKE2B 47dc58653893b5932c65ed01505d607f3bbbe3f5a7ed64292ed496431d3e1d2324662d16da6d02eb6b21962e624188e78fc3e684007d4902c77f2a395975f79a SHA512 8267a3f99a7816beea527a9b22a1dbdb48a2756de5f03f72b6126cba1f7d6579bd51ea42a8a36f97724562fca3122d512e8415f370c2621c7d38034e9af3a863

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