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: Fri, 04 Sep 2020 17:45:43
Message-Id: 1599241534.edf1c2dc749a308925f7844757cdcad24e99e701.candrews@gentoo
1 commit: edf1c2dc749a308925f7844757cdcad24e99e701
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 17:44:45 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 17:45:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf1c2dc
7
8 media-plugins/kodi-pvr-hts: 7.1.4 version bump
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
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-7.1.4.ebuild | 34 ++++++++++++++++++++++
15 2 files changed, 35 insertions(+)
16
17 diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest
18 index 3b07223902a..7898556ae86 100644
19 --- a/media-plugins/kodi-pvr-hts/Manifest
20 +++ b/media-plugins/kodi-pvr-hts/Manifest
21 @@ -6,3 +6,4 @@ DIST kodi-pvr-hts-4.4.17.tar.gz 161495 BLAKE2B 494d63cd77d6ada7090418140e7aebdb6
22 DIST kodi-pvr-hts-4.4.18.tar.gz 161525 BLAKE2B 22d869989fc2151ca5ec39c7802d4612d2dcf5e29065bb27a45f528b939f94835585a6a5d427c29a79bea31f5cae811e450be6d80a30d0a18d6934eb63eff395 SHA512 1a0fd0fdec46178262c3f03544d02d13601858043d58ff71bae97c60514f3b11edf12fa53e4436a0de13dcb6877e937d37a5a02f7d6b9ebebbcec9c39e357ce9
23 DIST kodi-pvr-hts-4.4.20.tar.gz 161693 BLAKE2B d69e72c8d189b540f2d8abc97c50e5a9e93346823333fe2441d3f7b625b94de72dfe50f6e8af5d17506265746819fff1a3d1f1e06ba7b79934ce234151940525 SHA512 aa8ed5487fa00c7cdc13aa167f103daa2a2cbfd93da2414fa85a339edbca3dda056e1073d52bd3a752e00652e83e3c5ddd1de42741600b9da143b18557f598be
24 DIST kodi-pvr-hts-7.1.1.tar.gz 167379 BLAKE2B f2391d7997a7e17ed1fb7b2326cdb0cddfecdf9a6b0785fc89ecf8b58004575c6b7a1f6efb976edda827b9e83d334e0bba518498886c1e1769b9ed1deacf25d7 SHA512 5d1e049c23e82964ab87b22c716028d57322f81b749f84f07f66e3bbd2990e711186eee2b562d1f326a369b5fc52d1f7b2aea31b4d8edc827f6555965fec2b69
25 +DIST kodi-pvr-hts-7.1.4.tar.gz 167634 BLAKE2B 34c19b9be6f8e66c22b93e74703d55ccf66970fb39b4c2ac52146aa9d94175280406339fbe6651a53be4b9216713dbeb25fc004f9959a1ce1db42e13b0aec2f7 SHA512 91f9420ad88ec806d2d16e618827583039b90e488014d0f998108c9d94906aa247755f5d53dc4b59badc9fdfad96c975b0d7c98ef0ffd7116171e8abd247c94b
26
27 diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-7.1.4.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-7.1.4.ebuild
28 new file mode 100644
29 index 00000000000..764206faf8d
30 --- /dev/null
31 +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-7.1.4.ebuild
32 @@ -0,0 +1,34 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit cmake 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="Matrix"
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-tv/kodi-19*
62 + "
63 +
64 +RDEPEND="
65 + ${DEPEND}
66 + "