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-mythtv/
Date: Tue, 01 Oct 2019 13:40:20
Message-Id: 1569937209.e2308e517d53c8523e9b7321665b0e91fcfdd76f.candrews@gentoo
1 commit: e2308e517d53c8523e9b7321665b0e91fcfdd76f
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 1 13:39:25 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 13:40:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2308e51
7
8 media-plugins/kodi-pvr-mythtv: 5.10.11 version bump
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-pvr-mythtv/Manifest | 1 +
14 .../kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.11.ebuild | 37 ++++++++++++++++++++++
15 2 files changed, 38 insertions(+)
16
17 diff --git a/media-plugins/kodi-pvr-mythtv/Manifest b/media-plugins/kodi-pvr-mythtv/Manifest
18 index 7cd8ae883b4..19d87f15ca4 100644
19 --- a/media-plugins/kodi-pvr-mythtv/Manifest
20 +++ b/media-plugins/kodi-pvr-mythtv/Manifest
21 @@ -1 +1,2 @@
22 +DIST kodi-pvr-mythtv-5.10.11.tar.gz 702648 BLAKE2B 7653811eeba607d642340349a9b3d59f14e3f9da764af542e8e5daf0c742abcda312692881918c69dc26d27642af44feed6e7569bd763472254921403e8fd376 SHA512 792943ea1e4e4bd8ea8e484d055cc5a3850ab5c873f1494b187fa9ecd944801b4c74d575754e687ff45fb6c1936b4064c0eabb8edeeb146c6ae617cd14dde555
23 DIST kodi-pvr-mythtv-5.10.9.tar.gz 702493 BLAKE2B 457be0137a95d1abe0ad4a5634bcf21bad8d2f9261879468e2c5ba598a41b7eb71ed1bbf9992f45db8ad82d4da25bf87067199c57e71b64c9255608350874a2c SHA512 b497f79de6ca42638af0ac3c76c18343236db26af2901b60f49ddc71f9c0f4c68c293a50dc57a80e0ecf81df2629ad7695a842e63e1e8ebc2b22de082a5e39c6
24
25 diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.11.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.11.ebuild
26 new file mode 100644
27 index 00000000000..4ff772b6927
28 --- /dev/null
29 +++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.11.ebuild
30 @@ -0,0 +1,37 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit cmake-utils kodi-addon
37 +
38 +DESCRIPTION="MythTV PVR for Kodi"
39 +HOMEPAGE="https://github.com/janbar/pvr.mythtv"
40 +SRC_URI=""
41 +
42 +case ${PV} in
43 +9999)
44 + SRC_URI=""
45 + EGIT_REPO_URI="https://github.com/janbar/pvr.mythtv.git"
46 + inherit git-r3
47 + ;;
48 +*)
49 + CODENAME="Leia"
50 + KEYWORDS="~amd64 ~x86"
51 + SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
52 + S="${WORKDIR}/pvr.mythtv-${PV}-${CODENAME}"
53 + ;;
54 +esac
55 +
56 +LICENSE="GPL-2"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +DEPEND="
61 + sys-libs/zlib
62 + =media-tv/kodi-18*
63 + =media-libs/kodi-platform-18*
64 + "
65 +RDEPEND="
66 + ${DEPEND}
67 + "