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-vbox/
Date: Thu, 05 Sep 2019 17:30:36
Message-Id: 1567704615.f78143e58b0bdbc455fb8a2eb8ea985e16f10e4e.candrews@gentoo
1 commit: f78143e58b0bdbc455fb8a2eb8ea985e16f10e4e
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 5 16:17:48 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 5 17:30:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78143e5
7
8 media-plugins/kodi-pvr-vbox: 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-vbox/Manifest | 1 -
14 .../kodi-pvr-vbox/kodi-pvr-vbox-4.0.2-r1.ebuild | 37 ----------------------
15 2 files changed, 38 deletions(-)
16
17 diff --git a/media-plugins/kodi-pvr-vbox/Manifest b/media-plugins/kodi-pvr-vbox/Manifest
18 index c74f65a0226..008d2584829 100644
19 --- a/media-plugins/kodi-pvr-vbox/Manifest
20 +++ b/media-plugins/kodi-pvr-vbox/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST kodi-pvr-vbox-4.0.2.tar.gz 150156 BLAKE2B 82751404d60b8064ad4c56c5de2bb2745cf1d3bbf6a10c6c96391e3021353a1c64c1d7c54ecbd53722b3e39edaecd97716877ad6738bdbb9c0a3ff1f10c35d42 SHA512 2b46cd6090764660c25a8c229bc11c23b0b200e4eecc6682a89f2754f6869217b93600ac5eb7a48b7d9183ca6eb237e1a396902b84493668c7045a6b4eb23a6e
23 DIST kodi-pvr-vbox-4.4.6.tar.gz 155719 BLAKE2B 178ec1adfd17f8afc80daf526fec863b93c17ec13b5a54c7a2aa166c6a73cbe5d57a3e349f2c6522c2081af6b4f892a731b49a0aee2a6e5686a2adf5f95d5fc9 SHA512 b34b2ddc9bdae9a51e44a7dbe483f9a21d6d4de951e0c996a2f82e63b87718b7f56a3bfbeb45c0cc7a6d828d279bb1f6ab25292b328b1853a09e1267c22026fe
24 DIST kodi-pvr-vbox-4.4.7.tar.gz 155710 BLAKE2B b8de69b536ef265afb5e30123555918a071517f2b61999889397b93ae1e06d0a695de0f604f66c011017bfe14ab251f95e75a5aec83fa0b13b69761b24914872 SHA512 07aae037b72c643ff0ca7c7fd911d77e04246caaa475a55e2ce71ee2075da68f8824d7babdfcfa31e64c27893e122c337a1fe48c769daad6acbd482e4b78297d
25 DIST kodi-pvr-vbox-4.4.8.tar.gz 155911 BLAKE2B bcfd48ebfa0a6378367794df5789e8cc80768a12292f88c26eef52a99007edadbb7da016109e7d29566563176e87dc75ff19e78d8777b8f263d78a23a9d4a274 SHA512 27c0d7143d70cb42ec2c57e553622cbc785e1d01aef09600030b6cb3a23a4c974d51700e80da1f3480a7e0fbacef1db3ff955fe2beab79f6ee0613065a0e556a
26
27 diff --git a/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-4.0.2-r1.ebuild b/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-4.0.2-r1.ebuild
28 deleted file mode 100644
29 index 5bc893a7257..00000000000
30 --- a/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-4.0.2-r1.ebuild
31 +++ /dev/null
32 @@ -1,37 +0,0 @@
33 -# Copyright 1999-2018 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 VBox Home TV Gateway PVR client addon"
41 -HOMEPAGE="https://github.com/kodi-pvr/pvr.vbox"
42 -SRC_URI=""
43 -
44 -case ${PV} in
45 -9999)
46 - SRC_URI=""
47 - EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vbox.git"
48 - inherit git-r3
49 - ;;
50 -*)
51 - KEYWORDS="~amd64 ~x86"
52 - SRC_URI="https://github.com/kodi-pvr/pvr.vbox/archive/${PV}.tar.gz -> ${P}.tar.gz"
53 - S="${WORKDIR}/pvr.vbox-${PV}"
54 - ;;
55 -esac
56 -
57 -LICENSE="GPL-2"
58 -SLOT="0"
59 -IUSE=""
60 -
61 -DEPEND="
62 - =media-tv/kodi-17*
63 - =media-libs/kodi-platform-17*
64 - dev-libs/tinyxml2
65 - "
66 -
67 -RDEPEND="
68 - ${DEPEND}
69 - "