commit:     7fed36ddaa27bfa008952fae1a57e5e1cd3681b0
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 16:37:47 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 16:38:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fed36dd

media-plugins/kodi-audiodecoder-nosefart: 2.0.2 version bump

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 media-plugins/kodi-audiodecoder-nosefart/Manifest  |  1 +
 .../kodi-audiodecoder-nosefart-2.0.2.ebuild        | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/media-plugins/kodi-audiodecoder-nosefart/Manifest 
b/media-plugins/kodi-audiodecoder-nosefart/Manifest
index 93e0302dcf7..fe00665157d 100644
--- a/media-plugins/kodi-audiodecoder-nosefart/Manifest
+++ b/media-plugins/kodi-audiodecoder-nosefart/Manifest
@@ -1,2 +1,3 @@
 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
+DIST kodi-audiodecoder-nosefart-2.0.2.tar.gz 93194 BLAKE2B 
f8521331857c8a0d739f596000050869e7760b42c2611a3ef7d626c8b4d23514a53e1d5fa5b9cd88abada49791007cf74ef2ff99cf8c34e683a7fb4e2b4e9e42
 SHA512 
b0d7767562d3ad9305af76e436292f877cc51cad7a55c93c71af64724ae105596a0575d92db1e9e85da9cac06b968569f788ee9314539368d3f663d3b6d7ee54

diff --git 
a/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-2.0.2.ebuild
 
b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-2.0.2.ebuild
new file mode 100644
index 00000000000..9a00e6d0702
--- /dev/null
+++ 
b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-2.0.2.ebuild
@@ -0,0 +1,35 @@
+# 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/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}
+       "

Reply via email to