Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-mythtv/
Date: Sat, 08 Jul 2017 22:55:06
Message-Id: 1499554497.9f3a1eb4598685a535cb891ced24f057f8fad7af.monsieurp@gentoo
1 commit: 9f3a1eb4598685a535cb891ced24f057f8fad7af
2 Author: Craig Andrews <candrews <AT> integralblue <DOT> com>
3 AuthorDate: Wed Jul 5 02:04:34 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 22:54:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3a1eb4
7
8 media-plugins/kodi-pvr-mythtv: version bump to 4.15.1.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/5044
12
13 media-plugins/kodi-pvr-mythtv/Manifest | 1 +
14 .../kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.1.ebuild | 36 ++++++++++++++++++++++
15 2 files changed, 37 insertions(+)
16
17 diff --git a/media-plugins/kodi-pvr-mythtv/Manifest b/media-plugins/kodi-pvr-mythtv/Manifest
18 index 75558f9c0e1..abef148da36 100644
19 --- a/media-plugins/kodi-pvr-mythtv/Manifest
20 +++ b/media-plugins/kodi-pvr-mythtv/Manifest
21 @@ -2,3 +2,4 @@ DIST kodi-pvr-mythtv-4.13.1.tar.gz 654475 SHA256 50e885395269c49ade09e6aa590211e
22 DIST kodi-pvr-mythtv-4.14.0.tar.gz 649498 SHA256 b6f74568f531c01b45bf1deb69f9404969993c1d43b468140a2ca48f6945ce29 SHA512 ecb9a51f690752e994be62dbd0a01fea0d0c446968c40c6cbef0330dece68f6c3d6742f6594c7808a493a8dc594778f38e6e7b360d328f6050d6325509f67d0f WHIRLPOOL bdfdcc5fbac0d90ffc6ccd10c615dd10461966fdd85018d2936241ef83d0309f9328fe333721cdaa5088577a1759fe90d838cbc1bb3ffcea2623ee8970fc03b7
23 DIST kodi-pvr-mythtv-4.14.1.tar.gz 649494 SHA256 240f37c5a7b6c3e97580464e3a212b175ef116eddbadb1ea792aab6705b067ce SHA512 ef00b849cd3275b0cc9cc3ffc308208029c119db59628c4d392a765ec8b1bcef39143c58f69ddffbcaeaeebc2e742b7baf23ffc36b22885f612e037688329fc3 WHIRLPOOL b1fe46cc4a9e6dbe63406d5a65ea92801c3a94e49314e3bdae6e07b0017568ffbc8803911367f96586011a2dca6e04828b9a4e2c431906994e759a163c9da75d
24 DIST kodi-pvr-mythtv-4.15.0.tar.gz 649677 SHA256 30b6a20f846f0f0cc14c2347efbf3b72162c876daed53a3731d3f975d370765e SHA512 ecb658685dc4956d7cdbaea304915445e87f4c390f554bd7642d29132cdcccc511291db272e16b288a87028c477865c498363366762ca16415f7198f9693f39f WHIRLPOOL 01331da2a1b6e53cb9d3ddb5b4ea9e524e0a36b4e18399688c4c7d9113846f10cce94b0571ddd72e0ff658a9d9d767203454f2c73ae29e9394ebc94aa0a06316
25 +DIST kodi-pvr-mythtv-4.15.1.tar.gz 649994 SHA256 ea68b90caecf03cb85d88df11683c3a5356e4f60945ed5b544048721f58e3b6c SHA512 e4df5bc1f0ebfa16c379d3926f70229f8b38a3e7af34b63f9d0823df2a7474c56a80512df4fbe42361175a05c5e2ba764fc86441bac82d29c7b745500452ac02 WHIRLPOOL 6403a1904b63252fb3c16a9691f8166e2c20876ab133b0c1618c6aa04422dc36aa440cad23501de73f44e6a0948917f9c9995a7a3b557139934b299ce01e3fb4
26
27 diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.1.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.1.ebuild
28 new file mode 100644
29 index 00000000000..f6a72f5dd6b
30 --- /dev/null
31 +++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.1.ebuild
32 @@ -0,0 +1,36 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +inherit cmake-utils kodi-addon
39 +
40 +DESCRIPTION="MythTV PVR for Kodi"
41 +HOMEPAGE="https://github.com/janbar/pvr.mythtv"
42 +SRC_URI=""
43 +
44 +case ${PV} in
45 +9999)
46 + SRC_URI=""
47 + EGIT_REPO_URI="git://github.com/janbar/pvr.mythtv.git"
48 + inherit git-r3
49 + ;;
50 +*)
51 + KEYWORDS="~amd64 ~x86"
52 + SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}.tar.gz -> ${P}.tar.gz"
53 + S="${WORKDIR}/pvr.mythtv-${PV}"
54 + ;;
55 +esac
56 +
57 +LICENSE="GPL-2"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +DEPEND="
62 + sys-libs/zlib
63 + =media-tv/kodi-17*
64 + =media-libs/kodi-platform-17*
65 + "
66 +RDEPEND="
67 + ${DEPEND}
68 + "