Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-hts/
Date: Sun, 30 Jul 2017 08:34:00
Message-Id: 1501403609.842059db41238421f9c907c977e268ecc00c52aa.soap@gentoo
1 commit: 842059db41238421f9c907c977e268ecc00c52aa
2 Author: Craig Andrews <candrews <AT> integralblue <DOT> com>
3 AuthorDate: Fri Jun 16 18:08:02 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:33:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842059db
7
8 media-plugins/kodi-pvr-hts: Add versions -3.4.24 and -9999
9
10 Gentoo-bug: 621788
11 Package-Manager: Portage-2.3.6, Repoman-2.3.2
12 Closes: https://github.com/gentoo/gentoo/pull/4944
13
14 media-plugins/kodi-pvr-hts/Manifest | 1 +
15 .../kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild | 35 ++++++++++++++++++++++
16 .../kodi-pvr-hts/kodi-pvr-hts-9999.ebuild | 35 ++++++++++++++++++++++
17 3 files changed, 71 insertions(+)
18
19 diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest
20 new file mode 100644
21 index 00000000000..01937e052b8
22 --- /dev/null
23 +++ b/media-plugins/kodi-pvr-hts/Manifest
24 @@ -0,0 +1 @@
25 +DIST kodi-pvr-hts-3.4.24.tar.gz 201592 SHA256 29867bd1fad4c4d69ec0d25ea1bb1507fd4543442aef890a2124f63f67318d92 SHA512 66d0c0f090a1c22f748a2cf70a9790dc1fa74c05bbb3ad478cce92b2a116c8f2c25dbc72a9d6f2269a19da94c0ea9f7123bfffeebb9d2d6f29dd17411410fe16 WHIRLPOOL 82714a09fe01ef89a779937c215b958637306bee7e723ea77f9023c28185d1a8a07b5323fbb8472b6920fafed749e6ad4d1b5af8f7ec7ac379a6a25d086fcadd
26
27 diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild
28 new file mode 100644
29 index 00000000000..c319baf4b22
30 --- /dev/null
31 +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild
32 @@ -0,0 +1,35 @@
33 +# Copyright 1999-2017 Gentoo Foundation
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="git://github.com/kodi-pvr/pvr.hts.git"
47 + inherit git-r3
48 +else
49 + CODENAME="Krypton"
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-17*
62 + =media-tv/kodi-17*
63 + "
64 +
65 +RDEPEND="
66 + ${DEPEND}
67 + "
68
69 diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild
70 new file mode 100644
71 index 00000000000..34a9740a5bf
72 --- /dev/null
73 +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild
74 @@ -0,0 +1,35 @@
75 +# Copyright 1999-2017 Gentoo Foundation
76 +# Distributed under the terms of the GNU General Public License v2
77 +
78 +EAPI=6
79 +
80 +inherit cmake-utils kodi-addon
81 +
82 +DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi"
83 +HOMEPAGE="https://github.com/kodi-pvr/pvr.hts"
84 +SRC_URI=""
85 +
86 +if [[ ${PV} == 9999 ]]; then
87 + SRC_URI=""
88 + EGIT_REPO_URI="git://github.com/kodi-pvr/pvr.hts.git"
89 + inherit git-r3
90 +else
91 + CODENAME="Krypton"
92 + KEYWORDS="~amd64 ~x86"
93 + SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
94 + S="${WORKDIR}/pvr.hts-${PV}-${CODENAME}"
95 +fi
96 +
97 +LICENSE="GPL-2"
98 +SLOT="0"
99 +IUSE=""
100 +
101 +DEPEND="
102 + =dev-libs/libplatform-2*
103 + =media-libs/kodi-platform-9999
104 + =media-tv/kodi-9999
105 + "
106 +
107 +RDEPEND="
108 + ${DEPEND}
109 + "