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: Mon, 12 Nov 2018 05:03:12
Message-Id: 1541998891.108f967f6a23396824848371abc3e2b61f981ccb.candrews@gentoo
1 commit: 108f967f6a23396824848371abc3e2b61f981ccb
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 12 05:01:31 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 12 05:01:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108f967f
7
8 media-plugins/kodi-pvr-mythtv: 5.8.19 version bump
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
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.8.19.ebuild | 37 ++++++++++++++++++++++
15 2 files changed, 38 insertions(+)
16
17 diff --git a/media-plugins/kodi-pvr-mythtv/Manifest b/media-plugins/kodi-pvr-mythtv/Manifest
18 index a47c75a4ac5..cb5e3719685 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.15.3.tar.gz 650217 BLAKE2B ddc6b11039bd8e5e6b463310309090
22 DIST kodi-pvr-mythtv-5.8.14.tar.gz 696544 BLAKE2B a80b84d6c3aa2244d68f7c7ffca16b17e5942239a55a67e059a6a016f9970f7c8ca65071a6b498dbae8c0addea95349f49f27a7e7ce8888a1d9a2fd5294a8d0e SHA512 44630a944eeee7cb97de91183b560beef00d686148880ebba51063fe1f320bd43cd2c9a89061c49fbf8c5e038ac5d6788440fc948ba46ca130e8bd8a980dff97
23 DIST kodi-pvr-mythtv-5.8.15.tar.gz 696549 BLAKE2B 408575d8995a5c25a1f2d32b4f7fad37ec4d929a622e287594b700aec41162db9b5b1df4dee59f68a3c4c417af95f6b9297e94de0852e4895f12aebbf40c267d SHA512 8bb8b6dc69cd62eb1b62f7d08abb17a698d354e2280e5b2c5d68d1037e1b48e048aa10dd8b9a4f830c2af7e1d232813fe53c8634669e39665e8e8abc7ae53474
24 DIST kodi-pvr-mythtv-5.8.16.tar.gz 697062 BLAKE2B af0d96959904b34368934117a721e0190107f8d772f9ea6370b6eaba61848d183672edd9639737510f3f7fb8e2525aa18874a0c85db6a7ea9d9f168e08102187 SHA512 9ffe4c8defda0111e371bbde72f3b2e746b7b9003dced1956552223b344d868f344ff076f7021534d5a41781fc5b06dfd1bb75d12d1e64f97589ebefa7c030d6
25 +DIST kodi-pvr-mythtv-5.8.19.tar.gz 698885 BLAKE2B 2852426c9f2b6b559356a21173ff5b59edeb1ae120acd2f679c2076a034d68b01cc43b1bec72302487e1421ee05c6fb67dfd44c59d3a8e90d14c95d29626abfc SHA512 7d61a090321d68937dba20277060d7e41841b0c080178092ac7d709fc7a1f964ef0cc92919ec26659f466c276dc1543ddfe44e7c9fd33db640653abc2f28369d
26
27 diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.8.19.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.8.19.ebuild
28 new file mode 100644
29 index 00000000000..05d2594341e
30 --- /dev/null
31 +++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.8.19.ebuild
32 @@ -0,0 +1,37 @@
33 +# Copyright 1999-2018 Gentoo Authors
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="https://github.com/janbar/pvr.mythtv.git"
48 + inherit git-r3
49 + ;;
50 +*)
51 + CODENAME="Leia"
52 + KEYWORDS="~amd64 ~x86"
53 + SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
54 + S="${WORKDIR}/pvr.mythtv-${PV}-${CODENAME}"
55 + ;;
56 +esac
57 +
58 +LICENSE="GPL-2"
59 +SLOT="0"
60 +IUSE=""
61 +
62 +DEPEND="
63 + sys-libs/zlib
64 + =media-tv/kodi-18*
65 + =media-libs/kodi-platform-18*
66 + "
67 +RDEPEND="
68 + ${DEPEND}
69 + "