summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-14 13:07:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-14 22:11:34 +0200
commit638a8d606e63754ff700dc5bbc3f5844751aa9ff (patch)
tree620232bcaa2c4fcebda7540205937a5cf3f96d3e /media-plugins/kodi-audiodecoder-nosefart
parentmedia-plugins/kodi-audiodecoder-modplug: drop 3.0.0 (diff)
downloadgentoo-638a8d606e63754ff700dc5bbc3f5844751aa9ff.tar.gz
gentoo-638a8d606e63754ff700dc5bbc3f5844751aa9ff.tar.bz2
gentoo-638a8d606e63754ff700dc5bbc3f5844751aa9ff.zip
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>
Diffstat (limited to 'media-plugins/kodi-audiodecoder-nosefart')
-rw-r--r--media-plugins/kodi-audiodecoder-nosefart/Manifest1
-rw-r--r--media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-3.0.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/media-plugins/kodi-audiodecoder-nosefart/Manifest b/media-plugins/kodi-audiodecoder-nosefart/Manifest
deleted file mode 100644
index 207b4069684b..000000000000
--- 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 5f75dcfd39e0..000000000000
--- 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}
- "