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, 23 Oct 2020 15:56:04
Message-Id: 1603468557.405a70fe620693829669357c4722c7e6dccf961e.candrews@gentoo
1 commit: 405a70fe620693829669357c4722c7e6dccf961e
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 23 15:55:34 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 23 15:55:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405a70fe
7
8 media-plugins/kodi-pvr-hts: 7.2.2 version bump
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
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.2.2.ebuild | 33 ++++++++++++++++++++++
15 2 files changed, 34 insertions(+)
16
17 diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest
18 index eab66c9da8a..f49bb0a5117 100644
19 --- a/media-plugins/kodi-pvr-hts/Manifest
20 +++ b/media-plugins/kodi-pvr-hts/Manifest
21 @@ -9,3 +9,4 @@ DIST kodi-pvr-hts-7.1.1.tar.gz 167379 BLAKE2B f2391d7997a7e17ed1fb7b2326cdb0cddf
22 DIST kodi-pvr-hts-7.1.4.tar.gz 167634 BLAKE2B 34c19b9be6f8e66c22b93e74703d55ccf66970fb39b4c2ac52146aa9d94175280406339fbe6651a53be4b9216713dbeb25fc004f9959a1ce1db42e13b0aec2f7 SHA512 91f9420ad88ec806d2d16e618827583039b90e488014d0f998108c9d94906aa247755f5d53dc4b59badc9fdfad96c975b0d7c98ef0ffd7116171e8abd247c94b
23 DIST kodi-pvr-hts-7.2.0.tar.gz 167998 BLAKE2B 4da53589b58849259d66a03d2f719067cc1749ea181ad6037f03ca178879a34e209422039a1b2d0b3900ee2a2ef65d32a09cae0f177dc17dd8aa97e06dea4f2b SHA512 736188c4464c9110e4916223cd0aa79195547d4ff568aea711aa42c1145d5aa981d1d5f62d4ed79b37575592bda9f2bbc532eff7b09e48785e644e8fdea668c0
24 DIST kodi-pvr-hts-7.2.1.tar.gz 180461 BLAKE2B c0beed28549d80f71e5bb7197a396c5abf6c26e119caee5624e37c250d718425519d93317e26e1fa831f13d83903807e2fa3917831645ed83e465f8177cc77d3 SHA512 6f971a14e04c4ebb7b300286f7b10f64092eac91a63cbb1ea7ce0d47431231743080b73eb9939273e775f69c1659c2daa669ee53b22be3dafa4c732b095c43f8
25 +DIST kodi-pvr-hts-7.2.2.tar.gz 180484 BLAKE2B 051fec04c54ef0e6d6bb756e118827b399881d34eb4657efad0a8f390d96d3b7117a7b48172674d6e5fa6179bf96716665f97d8bacd3f3097d7087eaa1cfa902 SHA512 1dd1a097f08e329afdcbcf749417da57001b0191b3a00851607851ba982a268d122dbb9bccf779a8d95f96227a1cf7dd557fcc7761fa32ed263510c2e7941f33
26
27 diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-7.2.2.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-7.2.2.ebuild
28 new file mode 100644
29 index 00000000000..c5e930e9931
30 --- /dev/null
31 +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-7.2.2.ebuild
32 @@ -0,0 +1,33 @@
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 + =media-tv/kodi-19*
61 + "
62 +
63 +RDEPEND="
64 + ${DEPEND}
65 + "