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: Thu, 05 Sep 2019 17:30:31
Message-Id: 1567704614.c28873cc53881ed38a81e517c80cf26ecabadec6.candrews@gentoo
1 commit: c28873cc53881ed38a81e517c80cf26ecabadec6
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 5 16:17:17 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 5 17:30:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28873cc
7
8 media-plugins/kodi-pvr-mythtv: Cleanup Kodi 17 versions
9
10 Package-Manager: Portage-2.3.75, 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-4.15.3.ebuild | 36 ----------------------
15 2 files changed, 37 deletions(-)
16
17 diff --git a/media-plugins/kodi-pvr-mythtv/Manifest b/media-plugins/kodi-pvr-mythtv/Manifest
18 index c1682d17207..7cd8ae883b4 100644
19 --- a/media-plugins/kodi-pvr-mythtv/Manifest
20 +++ b/media-plugins/kodi-pvr-mythtv/Manifest
21 @@ -1,2 +1 @@
22 -DIST kodi-pvr-mythtv-4.15.3.tar.gz 650217 BLAKE2B ddc6b11039bd8e5e6b46331030909063e127f681f4059e604734644a3159c10f10c3dbed770ba8a58bb5ea3b7e543dfba042b28f347c842d963d7966e35cad32 SHA512 1171f4e6a05878660795b585185d35707ef713e310f3508e7fb3327caf79feb6a941e4b4f4d9f2331ef13492c141a4d36157547e350642eee900f3fad1d46b55
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-4.15.3.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild
26 deleted file mode 100644
27 index 0b183188b03..00000000000
28 --- a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild
29 +++ /dev/null
30 @@ -1,36 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
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 - KEYWORDS="~amd64 ~x86"
50 - SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}.tar.gz -> ${P}.tar.gz"
51 - S="${WORKDIR}/pvr.mythtv-${PV}"
52 - ;;
53 -esac
54 -
55 -LICENSE="GPL-2"
56 -SLOT="0"
57 -IUSE=""
58 -
59 -DEPEND="
60 - sys-libs/zlib
61 - =media-tv/kodi-17*
62 - =media-libs/kodi-platform-17*
63 - "
64 -RDEPEND="
65 - ${DEPEND}
66 - "