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: Mon, 04 Feb 2019 02:45:45
Message-Id: 1549248332.af37bdb129f55414b5e88d8d43090b2e15dcdce8.candrews@gentoo
1 commit: af37bdb129f55414b5e88d8d43090b2e15dcdce8
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 31 15:30:15 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 02:45:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af37bdb1
7
8 media-plugins/kodi-pvr-mythtv: 5.10.5 version bump
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
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.5.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 f4579245aea..e58fafe5d4d 100644
19 --- a/media-plugins/kodi-pvr-mythtv/Manifest
20 +++ b/media-plugins/kodi-pvr-mythtv/Manifest
21 @@ -1,2 +1,3 @@
22 DIST kodi-pvr-mythtv-4.15.3.tar.gz 650217 BLAKE2B ddc6b11039bd8e5e6b46331030909063e127f681f4059e604734644a3159c10f10c3dbed770ba8a58bb5ea3b7e543dfba042b28f347c842d963d7966e35cad32 SHA512 1171f4e6a05878660795b585185d35707ef713e310f3508e7fb3327caf79feb6a941e4b4f4d9f2331ef13492c141a4d36157547e350642eee900f3fad1d46b55
23 DIST kodi-pvr-mythtv-5.10.4.tar.gz 700724 BLAKE2B 51b30945bc24c5b66be2543ca95f7f86663e238554051735ab84f70742d78b15beee434feb7620241f36a65b279967b7e99e3f6c94708dbbc68447aaf9908418 SHA512 d7267f71a65f9a25c10bd2b8ebe114f9e9ab0b8575f1d60c58be70a6a7fae3a6abd8777186e092555b89d4911b5ef4639cc48874f189f4839fdf70d6bf07eae4
24 +DIST kodi-pvr-mythtv-5.10.5.tar.gz 701110 BLAKE2B 7aa1148cdc5b0c187b0c4c077c5a882493bc081e27ea2210fc0b02fa7757007d3f7081ca35bc155e9d019601b1d51b89fd358c094a30202309e6cfa218636e9b SHA512 9c3b5fc208693bfbded7e6376131aa06bf94b2019c111d40c254a7505c0b4641d66f7a57ad55fe0c174756811983250ce68e4d074619413d04d1b46d66759d7e
25
26 diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.5.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.5.ebuild
27 new file mode 100644
28 index 00000000000..8b96d7f0430
29 --- /dev/null
30 +++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.5.ebuild
31 @@ -0,0 +1,37 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +inherit cmake-utils kodi-addon
38 +
39 +DESCRIPTION="MythTV PVR for Kodi"
40 +HOMEPAGE="https://github.com/janbar/pvr.mythtv"
41 +SRC_URI=""
42 +
43 +case ${PV} in
44 +9999)
45 + SRC_URI=""
46 + EGIT_REPO_URI="https://github.com/janbar/pvr.mythtv.git"
47 + inherit git-r3
48 + ;;
49 +*)
50 + CODENAME="Leia"
51 + KEYWORDS="~amd64 ~x86"
52 + SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
53 + S="${WORKDIR}/pvr.mythtv-${PV}-${CODENAME}"
54 + ;;
55 +esac
56 +
57 +LICENSE="GPL-2"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +DEPEND="
62 + sys-libs/zlib
63 + =media-tv/kodi-18*
64 + =media-libs/kodi-platform-18*
65 + "
66 +RDEPEND="
67 + ${DEPEND}
68 + "