commit: 469342ed567f1da0d8068e0676555349c8462d61 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Mon Nov 12 03:44:44 2018 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Mon Nov 12 03:48:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469342ed
media-plugins/kodi-audiodecoder-timidity: 1.1.0 is only compatible with Kodi 17 Closes: https://bugs.gentoo.org/670826 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> .../kodi-audiodecoder-timidity-1.1.0-r1.ebuild | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-1.1.0-r1.ebuild b/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-1.1.0-r1.ebuild new file mode 100644 index 00000000000..c539371a7f9 --- /dev/null +++ b/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-1.1.0-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Timidity decoder addon for Kodi" +HOMEPAGE="https://github.com/notspiff/audiodecoder.timidity" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.timidity.git" + inherit git-r3 + ;; +*) + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/notspiff/audiodecoder.timidity/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/audiodecoder.timidity-${PV}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =media-tv/kodi-17* + " +RDEPEND=" + ${DEPEND} + "