summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2017-02-15 11:07:17 -0500
committerMichael Palimaka <kensington@gentoo.org>2017-02-18 15:43:22 +1100
commitc6276f46e1faed4a609f0956f35658f3af8bd610 (patch)
tree2431637f651fc9763cbd0f91de8f68f13fc4c6c3 /media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.14.0.ebuild
parentgnome-extra/chrome-gnome-shell: version bump (diff)
downloadgentoo-c6276f46e1faed4a609f0956f35658f3af8bd610.tar.gz
gentoo-c6276f46e1faed4a609f0956f35658f3af8bd610.tar.bz2
gentoo-c6276f46e1faed4a609f0956f35658f3af8bd610.zip
media-plugins/kodi-pvr-mythtv: 4.14.0 version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.14.0.ebuild')
-rw-r--r--media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.14.0.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.14.0.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.14.0.ebuild
new file mode 100644
index 000000000000..2a3e3dde4a0c
--- /dev/null
+++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.14.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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}
+ "