summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2017-07-24 10:25:54 -0400
committerDavid Seifert <soap@gentoo.org>2017-07-30 10:33:35 +0200
commit5c255d699671ad90c78924c4845e597daaaad97e (patch)
tree4c60967680e0504e21b056068942a692e5248fc7 /media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild
parentmedia-plugins/kodi-pvr-hts: Add versions -3.4.24 and -9999 (diff)
downloadgentoo-5c255d699671ad90c78924c4845e597daaaad97e.tar.gz
gentoo-5c255d699671ad90c78924c4845e597daaaad97e.tar.bz2
gentoo-5c255d699671ad90c78924c4845e597daaaad97e.zip
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
Diffstat (limited to 'media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild')
-rw-r--r--media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild36
1 files changed, 36 insertions, 0 deletions
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}
+ "