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-hts/
Date: Tue, 15 Jan 2019 14:42:58
Message-Id: 1547563366.e7901afe4d2c85458c5d2ef02b418a7384e52d9e.candrews@gentoo
1 commit: e7901afe4d2c85458c5d2ef02b418a7384e52d9e
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 15 14:40:26 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 15 14:42:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7901afe
7
8 media-plugins/kodi-pvr-hts: 4.4.10 version bump
9
10 Package-Manager: Portage-2.3.55, Repoman-2.3.12
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-pvr-hts/Manifest | 1 +
14 .../kodi-pvr-hts/kodi-pvr-hts-4.4.10.ebuild | 35 ++++++++++++++++++++++
15 2 files changed, 36 insertions(+)
16
17 diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest
18 index 250e8040232..229f8d6b29d 100644
19 --- a/media-plugins/kodi-pvr-hts/Manifest
20 +++ b/media-plugins/kodi-pvr-hts/Manifest
21 @@ -1,3 +1,4 @@
22 DIST kodi-pvr-hts-3.4.24.tar.gz 201592 BLAKE2B ad4db20f002c006f9c5dbeec65b136287fe6f7b6d973794e90c1e7c2edb3d13717db077edc91172a94c709afc623ce5fc29ccfa88ff34e8c6694b164a9223497 SHA512 66d0c0f090a1c22f748a2cf70a9790dc1fa74c05bbb3ad478cce92b2a116c8f2c25dbc72a9d6f2269a19da94c0ea9f7123bfffeebb9d2d6f29dd17411410fe16
23 +DIST kodi-pvr-hts-4.4.10.tar.gz 160286 BLAKE2B 598dab8413f14511b63159a034e233397e2b75018cd8d8f3702a5461c663a39eb9ef2c3088692f7c08b5ec9380c18477e95eaa044c6549ba53c5f3eaccaedc7a SHA512 c5a5a493ea38c6ec5427991b674c7b405e9dda5330e2f2df062a6b77b57afd8326eb03763d40701569dd11c2ad902bdbfea390ad6cce8cb39ac1b6f0450527bd
24 DIST kodi-pvr-hts-4.4.2.tar.gz 159871 BLAKE2B 56d054e934367225809409960ecc629ebeb92ac95845c10f82cc3942cbcc7e4cf7c32ebfec18a90f2bc3c09f62fcb5cc020fa2a66584ce6891e4012c1342e812 SHA512 ab0e1cee6eb5e8b0810b78bc4af70481f061ae5b8144c5a06370b6fc4c9a1a7713531de144ccdabc9d21cef659e7909bd49f89dfcf377f3520f20be5cd738e9e
25 DIST kodi-pvr-hts-4.4.6.tar.gz 159925 BLAKE2B f4dc1e27a91164521aeb9c2f9969c5248ebc62e81211f552b151c5ddec082bb1c7ed8d44ff0ea5fe88ad7f8b592fbe0110d52cdebcbf579bc8198cb56a1935e2 SHA512 c9cba9a967d2ef3fc89277ae3f01c9045cc309dfce92747619a513b0b289f8b7ee68d589bb44655c1dc48a9020943e66e1b8e6e5ee3271cb7efb0d050a551459
26
27 diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.10.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.10.ebuild
28 new file mode 100644
29 index 00000000000..5b0620a2470
30 --- /dev/null
31 +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.10.ebuild
32 @@ -0,0 +1,35 @@
33 +# Copyright 1999-2019 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="Tvheadend Live TV and Radio PVR client addon for Kodi"
41 +HOMEPAGE="https://github.com/kodi-pvr/pvr.hts"
42 +SRC_URI=""
43 +
44 +if [[ ${PV} == 9999 ]]; then
45 + SRC_URI=""
46 + EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.hts.git"
47 + inherit git-r3
48 +else
49 + CODENAME="Leia"
50 + KEYWORDS="~amd64 ~x86"
51 + SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
52 + S="${WORKDIR}/pvr.hts-${PV}-${CODENAME}"
53 +fi
54 +
55 +LICENSE="GPL-2"
56 +SLOT="0"
57 +IUSE=""
58 +
59 +DEPEND="
60 + =dev-libs/libplatform-2*
61 + =media-libs/kodi-platform-18*
62 + =media-tv/kodi-18*
63 + "
64 +
65 +RDEPEND="
66 + ${DEPEND}
67 + "