diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-09-20 12:33:24 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-09-20 12:34:03 -0400 |
commit | 110e173a2a9d30b03d6ed2478270f31230099e17 (patch) | |
tree | 9e10c81e5bc4c23a8226862b6977de1b8da06b42 /media-plugins/kodi-audiodecoder-nosefart | |
parent | media-tv/mythtv: Bump to 30.0_p2019080 on fixes/30 branch (diff) | |
download | gentoo-110e173a2a9d30b03d6ed2478270f31230099e17.tar.gz gentoo-110e173a2a9d30b03d6ed2478270f31230099e17.tar.bz2 gentoo-110e173a2a9d30b03d6ed2478270f31230099e17.zip |
media-plugins/kodi-audiodecoder-nosefart: 2.0.1 version bump
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-audiodecoder-nosefart')
3 files changed, 36 insertions, 1 deletions
diff --git a/media-plugins/kodi-audiodecoder-nosefart/Manifest b/media-plugins/kodi-audiodecoder-nosefart/Manifest index 85d81a9402cc..93e0302dcf72 100644 --- a/media-plugins/kodi-audiodecoder-nosefart/Manifest +++ b/media-plugins/kodi-audiodecoder-nosefart/Manifest @@ -1 +1,2 @@ DIST kodi-audiodecoder-nosefart-2.0.0.tar.gz 61006 BLAKE2B 8c3499b8820eb124f6532f722fae39c10880b31d58dce81a1170ae18005047b2ecdb7f9963e1a957de61beaf4a89d682580ea62e739bdc3045e0cd6402685394 SHA512 8dfcae6e81553bccb093dac2aefdbea6e405ebcf3c3505b4647a4970f46ec8aa2f45690a0fd73ff356d074c86c670ab0a60ff5a049dd1e54de3100457fbae935 +DIST kodi-audiodecoder-nosefart-2.0.1.tar.gz 92746 BLAKE2B 0af1578e0f09c4dfbbbddec834522c433922deccbc7f55c4faa4b5b5a7b4fb5563daea77faf745f5f8c61f4d49f168b1e5dee37a2e7d19f2f7d4aa9d685d69ef SHA512 78abac0d6ff2458e5bd3c976d432d5029c07d738dc03f861e068407b60d5ef2f94d7870d803436e8eacd87fdbd47b274e0bdc3367201772cd05084c1ebc8a67c diff --git a/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-2.0.1.ebuild b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-2.0.1.ebuild new file mode 100644 index 000000000000..abec4e0e09aa --- /dev/null +++ b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-2.0.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Nosefart decoder addon for Kodi" +HOMEPAGE="https://github.com/notspiff/audiodecoder.nosefart" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.nosefart" + inherit git-r3 + ;; +*) + CODENAME="Leia" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/notspiff/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-18* + " +RDEPEND=" + ${DEPEND} + " diff --git a/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild index d52c566cfceb..b9bf148c43e8 100644 --- a/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild +++ b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild @@ -29,7 +29,6 @@ IUSE="" DEPEND=" ~media-tv/kodi-9999 - ~media-libs/kodi-platform-9999 " RDEPEND=" ${DEPEND} |