diff --git a/media-plugins/kodi-audiodecoder-nosefart/Manifest b/media-plugins/kodi-audiodecoder-nosefart/Manifest deleted file mode 100644 index 207b4069684b9..0000000000000 --- a/media-plugins/kodi-audiodecoder-nosefart/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kodi-audiodecoder-nosefart-3.0.0.tar.gz 99808 BLAKE2B 47dc58653893b5932c65ed01505d607f3bbbe3f5a7ed64292ed496431d3e1d2324662d16da6d02eb6b21962e624188e78fc3e684007d4902c77f2a395975f79a SHA512 8267a3f99a7816beea527a9b22a1dbdb48a2756de5f03f72b6126cba1f7d6579bd51ea42a8a36f97724562fca3122d512e8415f370c2621c7d38034e9af3a863 diff --git a/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-3.0.0.ebuild b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-3.0.0.ebuild deleted file mode 100644 index 5f75dcfd39e02..0000000000000 --- a/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-3.0.0.ebuild +++ /dev/null @@ -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} - "