commit:     5c255d699671ad90c78924c4845e597daaaad97e
Author:     Craig Andrews <candrews <AT> integralblue <DOT> com>
AuthorDate: Mon Jul 24 14:25:54 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:33:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c255d69

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

 media-plugins/kodi-pvr-mythtv/Manifest             |  1 +
 .../kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild  | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-plugins/kodi-pvr-mythtv/Manifest 
b/media-plugins/kodi-pvr-mythtv/Manifest
index abef148da36..129fc1bd3ee 100644
--- a/media-plugins/kodi-pvr-mythtv/Manifest
+++ b/media-plugins/kodi-pvr-mythtv/Manifest
@@ -3,3 +3,4 @@ DIST kodi-pvr-mythtv-4.14.0.tar.gz 649498 SHA256 
b6f74568f531c01b45bf1deb69f9404
 DIST kodi-pvr-mythtv-4.14.1.tar.gz 649494 SHA256 
240f37c5a7b6c3e97580464e3a212b175ef116eddbadb1ea792aab6705b067ce SHA512 
ef00b849cd3275b0cc9cc3ffc308208029c119db59628c4d392a765ec8b1bcef39143c58f69ddffbcaeaeebc2e742b7baf23ffc36b22885f612e037688329fc3
 WHIRLPOOL 
b1fe46cc4a9e6dbe63406d5a65ea92801c3a94e49314e3bdae6e07b0017568ffbc8803911367f96586011a2dca6e04828b9a4e2c431906994e759a163c9da75d
 DIST kodi-pvr-mythtv-4.15.0.tar.gz 649677 SHA256 
30b6a20f846f0f0cc14c2347efbf3b72162c876daed53a3731d3f975d370765e SHA512 
ecb658685dc4956d7cdbaea304915445e87f4c390f554bd7642d29132cdcccc511291db272e16b288a87028c477865c498363366762ca16415f7198f9693f39f
 WHIRLPOOL 
01331da2a1b6e53cb9d3ddb5b4ea9e524e0a36b4e18399688c4c7d9113846f10cce94b0571ddd72e0ff658a9d9d767203454f2c73ae29e9394ebc94aa0a06316
 DIST kodi-pvr-mythtv-4.15.1.tar.gz 649994 SHA256 
ea68b90caecf03cb85d88df11683c3a5356e4f60945ed5b544048721f58e3b6c SHA512 
e4df5bc1f0ebfa16c379d3926f70229f8b38a3e7af34b63f9d0823df2a7474c56a80512df4fbe42361175a05c5e2ba764fc86441bac82d29c7b745500452ac02
 WHIRLPOOL 
6403a1904b63252fb3c16a9691f8166e2c20876ab133b0c1618c6aa04422dc36aa440cad23501de73f44e6a0948917f9c9995a7a3b557139934b299ce01e3fb4
+DIST kodi-pvr-mythtv-4.15.3.tar.gz 650217 SHA256 
fd60aba0dac25ab5885371495a5dfca53308c1fa23215299b0f62997c7391e1e SHA512 
1171f4e6a05878660795b585185d35707ef713e310f3508e7fb3327caf79feb6a941e4b4f4d9f2331ef13492c141a4d36157547e350642eee900f3fad1d46b55
 WHIRLPOOL 
cc90104def6a1f5dc374fd0abfb4302057dde79d67fd6aa21417d97ccba130312a0b41858608af372860010482e84e6c957ff0a7f8c3a4c8d6949125d58e08f2

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 00000000000..f6a72f5dd6b
--- /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}
+       "

Reply via email to