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: Sun, 27 Oct 2019 19:05:42
Message-Id: 1572203129.300085cf35b0d80d13afb752c0a80b294dc74e16.candrews@gentoo
1 commit: 300085cf35b0d80d13afb752c0a80b294dc74e16
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 27 18:56:40 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 19:05:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300085cf
7
8 media-plugins/kodi-pvr-hts: 4.4.20 version bump
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
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.20.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 a0e8ea818bc..1f4857dfc96 100644
19 --- a/media-plugins/kodi-pvr-hts/Manifest
20 +++ b/media-plugins/kodi-pvr-hts/Manifest
21 @@ -4,3 +4,4 @@ DIST kodi-pvr-hts-4.4.14.tar.gz 160561 BLAKE2B dda8728a411b95039a4132e2ca4c882e3
22 DIST kodi-pvr-hts-4.4.16.tar.gz 160594 BLAKE2B 5ae9bff9ec9460c860b6333f93748d70c18987f51adf248482c2125610ea5a034f2d00312722b4d86d6435f5679e110451f1b6fc9743ed4c4cf79cb079d8f287 SHA512 f2e7ebdfa18f0b191b32964c18782ce0ee76497b141057c29aedb555dac932b1099aff319f4de61166f3fe7e1ab58b723acd2e1f284745f42d6174e7f3e8a31e
23 DIST kodi-pvr-hts-4.4.17.tar.gz 161495 BLAKE2B 494d63cd77d6ada7090418140e7aebdb678941236fe45fc46464b213090a2cb5e386d0a59b589afc36cc4cbe020bd3205341b6d893de61c106aee55747172e18 SHA512 0c9eeb8194e4c5b54d5d4df86dc794604d8df91ef172eff9207001ece9a485f7eea40ece449c28bb4cbb414a5a195e6fc50b9571744420c76da104f5fadff377
24 DIST kodi-pvr-hts-4.4.18.tar.gz 161525 BLAKE2B 22d869989fc2151ca5ec39c7802d4612d2dcf5e29065bb27a45f528b939f94835585a6a5d427c29a79bea31f5cae811e450be6d80a30d0a18d6934eb63eff395 SHA512 1a0fd0fdec46178262c3f03544d02d13601858043d58ff71bae97c60514f3b11edf12fa53e4436a0de13dcb6877e937d37a5a02f7d6b9ebebbcec9c39e357ce9
25 +DIST kodi-pvr-hts-4.4.20.tar.gz 161693 BLAKE2B d69e72c8d189b540f2d8abc97c50e5a9e93346823333fe2441d3f7b625b94de72dfe50f6e8af5d17506265746819fff1a3d1f1e06ba7b79934ce234151940525 SHA512 aa8ed5487fa00c7cdc13aa167f103daa2a2cbfd93da2414fa85a339edbca3dda056e1073d52bd3a752e00652e83e3c5ddd1de42741600b9da143b18557f598be
26
27 diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.20.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.20.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.20.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 + "