From 5c255d699671ad90c78924c4845e597daaaad97e Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Mon, 24 Jul 2017 10:25:54 -0400 Subject: media-plugins/kodi-pvr-mythtv: 4.15.3 version bump Package-Manager: Portage-2.3.6, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5201 --- .../kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild (limited to 'media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild') diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild new file mode 100644 index 000000000000..f6a72f5dd6b0 --- /dev/null +++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="MythTV PVR for Kodi" +HOMEPAGE="https://github.com/janbar/pvr.mythtv" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="git://github.com/janbar/pvr.mythtv.git" + inherit git-r3 + ;; +*) + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/pvr.mythtv-${PV}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + sys-libs/zlib + =media-tv/kodi-17* + =media-libs/kodi-platform-17* + " +RDEPEND=" + ${DEPEND} + " -- cgit v1.2.3-65-gdbad