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-nextpvr/
Date: Tue, 08 Jan 2019 21:34:41
Message-Id: 1546983270.a5abb898968708ee7e70acbec45c74142a259efd.candrews@gentoo
1 commit: a5abb898968708ee7e70acbec45c74142a259efd
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 8 21:34:18 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 8 21:34:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5abb898
7
8 media-plugins/kodi-pvr-nextpvr: 3.3.11 version bump
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-pvr-nextpvr/Manifest | 1 +
14 .../kodi-pvr-nextpvr-3.3.11.ebuild | 38 ++++++++++++++++++++++
15 2 files changed, 39 insertions(+)
16
17 diff --git a/media-plugins/kodi-pvr-nextpvr/Manifest b/media-plugins/kodi-pvr-nextpvr/Manifest
18 index 32d81b962d4..754e3b74cd5 100644
19 --- a/media-plugins/kodi-pvr-nextpvr/Manifest
20 +++ b/media-plugins/kodi-pvr-nextpvr/Manifest
21 @@ -1,3 +1,4 @@
22 DIST kodi-pvr-nextpvr-2.4.11.tar.gz 111677 BLAKE2B ce1279641f4ed1bd5e1a0731198775c2ca6358ac8de846bc57588988eb415bfbaf9fe069b84717368eafb9fa01b232b833888c8580bdd886d1331618c369faab SHA512 2c9e98cb6b99aca8c582d4751096c7ef445f97b09fb6d51c798767c7a7b54632bd4e5c7fb2d723b023eeb335daa73e53ba455156bd8e8ea863c3a98659e5e906
23 DIST kodi-pvr-nextpvr-2.4.13.tar.gz 111692 BLAKE2B 5199c9fb8b767eeaf116ed87abafe0d5f0e1e252fae945589413c002b313a222090c9cc12db02e927f168f6217c2fcff55f20adef984e54bceed92755e9922a5 SHA512 314217bca4ce7bf43900e8572fca158874c90bba50ca78b7541e804a3b00216bb39ef7624a270ceb4407f33d85b2711c7b58ea9b4ec1a0386d3d7697cac29c2a
24 +DIST kodi-pvr-nextpvr-3.3.11.tar.gz 119455 BLAKE2B 1a1eaedaada67267ac63776e0ff4c668a6f2484c73e37ce94cc825ac07507fec3a4d4970b556bff1ab8a0a74231b38525773492b91cd4ed4bba98b213a15b9ea SHA512 145c71c0eeb7b9cea03b1fa1c4c18f6b69e6d775519e1565160efd32a38642eb351b608fb54f285281a36ee4841e8242e1ff7c2aa384dbee17dabfe8ba13bd65
25 DIST kodi-pvr-nextpvr-3.3.8.tar.gz 118717 BLAKE2B ea72f205121b050355fcd194fc8c28a2bce62504187372128b7397841f03a411d9ae1419aa1cee36acf391e098fed04b58f3312a74cf3dadf48726cd72da59bb SHA512 3cf8de69091946c9678c73f0254be9d49b51ecffe8153f675e62198aa97fa952bc5c1b5a4ccabbf7de5c05e8ca9e0c01d1ee5fd5988504430acec37a5b2edf3e
26
27 diff --git a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-3.3.11.ebuild b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-3.3.11.ebuild
28 new file mode 100644
29 index 00000000000..be53994bd0f
30 --- /dev/null
31 +++ b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-3.3.11.ebuild
32 @@ -0,0 +1,38 @@
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="Kodi's NextPVR client addon"
41 +HOMEPAGE="https://github.com/kodi-pvr/pvr.nextpvr"
42 +SRC_URI=""
43 +
44 +case ${PV} in
45 +9999)
46 + SRC_URI=""
47 + EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.nextpvr.git"
48 + inherit git-r3
49 + ;;
50 +*)
51 + CODENAME="Leia"
52 + KEYWORDS="~amd64 ~x86"
53 + SRC_URI="https://github.com/kodi-pvr/pvr.nextpvr/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
54 + S="${WORKDIR}/pvr.nextpvr-${PV}-${CODENAME}"
55 + ;;
56 +esac
57 +
58 +LICENSE="GPL-2"
59 +SLOT="0"
60 +IUSE=""
61 +
62 +DEPEND="
63 + =media-tv/kodi-18*
64 + =media-libs/kodi-platform-18*
65 + dev-libs/tinyxml
66 + "
67 +
68 +RDEPEND="
69 + ${DEPEND}
70 + "