Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-mythtv/
Date: Wed, 28 Aug 2019 00:38:45
Message-Id: 1566952649.42d9e2f3dabef1c2c214d65f7b90dce1e60bd1f4.candrews@gentoo
1 commit: 42d9e2f3dabef1c2c214d65f7b90dce1e60bd1f4
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 00:37:29 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 00:37:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d9e2f3
7
8 media-plugins/kodi-pvr-mythtv: 5.10.8 version bump
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-pvr-mythtv/Manifest | 1 +
14 .../kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.8.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 e0d588ac657..0d9feb28a08 100644
19 --- a/media-plugins/kodi-pvr-mythtv/Manifest
20 +++ b/media-plugins/kodi-pvr-mythtv/Manifest
21 @@ -3,3 +3,4 @@ DIST kodi-pvr-mythtv-5.10.4.tar.gz 700724 BLAKE2B 51b30945bc24c5b66be2543ca95f7f
22 DIST kodi-pvr-mythtv-5.10.5.tar.gz 701110 BLAKE2B 7aa1148cdc5b0c187b0c4c077c5a882493bc081e27ea2210fc0b02fa7757007d3f7081ca35bc155e9d019601b1d51b89fd358c094a30202309e6cfa218636e9b SHA512 9c3b5fc208693bfbded7e6376131aa06bf94b2019c111d40c254a7505c0b4641d66f7a57ad55fe0c174756811983250ce68e4d074619413d04d1b46d66759d7e
23 DIST kodi-pvr-mythtv-5.10.6.tar.gz 701798 BLAKE2B e99fe7e4959e44238184b85fb8a6b22ff7f375f1ef6f1035d119edbfd0df65909e4e656ad0c008e34c5bd841b6379760a81e194f2b66bfdc087914647f69ae99 SHA512 14577d686f18698bd7fc9fcaf74bf3eb6dbb01e630782054a6045060bcead6878654d5427c7e6b37632a75de92b9a4dffecbecbd7b60004fdaf2763415919401
24 DIST kodi-pvr-mythtv-5.10.7.tar.gz 701835 BLAKE2B 148f3bea1b034376c848c10c434987ef9265d722c028f8af1a5307f989a344114137111affae617f9012a5efaa6b1e772cf630fdfedd9d033474dadfd5512ce5 SHA512 3329737dda3141fe8cb0bcdb19a9f817d2320128e0db36b0255e8f8eaad00c4ab1149cf2ec3d617464c645c5030fe96cb22ac94fdf29d6ecc9533f7c0295a9f5
25 +DIST kodi-pvr-mythtv-5.10.8.tar.gz 702471 BLAKE2B 2d16b0837193fcf91d834d98cc67b5554346869f7501ede71dca548fc0f05f1d26f6b5379b391d1ba58a90dac4af21d5f816980aa7a2824eb0228bc1baccb1e5 SHA512 73a8d959bc3df5514e247ef3f6c0f2496f12435c44ff2abf334671713ea8cbcbb69a5f54fe6d7cc5e9042a090beb923cec994b7e758d1ceec83b0f6d79731927
26
27 diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.8.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.8.ebuild
28 new file mode 100644
29 index 00000000000..8ba4769034b
30 --- /dev/null
31 +++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.8.ebuild
32 @@ -0,0 +1,36 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
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="https://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-18*
64 + =media-libs/kodi-platform-18*
65 + "
66 +RDEPEND="
67 + ${DEPEND}
68 + "