Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-hts/
Date: Tue, 06 Jun 2017 21:48:47
Message-Id: 1496785709.b2b3786ef09869282173f2f9345bbf800cf5c91d.monsieurp@gentoo
1 commit: b2b3786ef09869282173f2f9345bbf800cf5c91d
2 Author: Craig Andrews <candrews <AT> integralblue <DOT> com>
3 AuthorDate: Sun Jun 4 02:10:37 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 6 21:48:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b3786e
7
8 media-plugins/kodi-pvr-hts: Drop old versions
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4845
12
13 media-plugins/kodi-pvr-hts/Manifest | 2 --
14 .../kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild | 32 ----------------------
15 .../kodi-pvr-hts/kodi-pvr-hts-16_p20160220.ebuild | 32 ----------------------
16 .../kodi-pvr-hts/kodi-pvr-hts-16_p20160419.ebuild | 32 ----------------------
17 4 files changed, 98 deletions(-)
18
19 diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest
20 deleted file mode 100644
21 index 9764fd7bd45..00000000000
22 --- a/media-plugins/kodi-pvr-hts/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST kodi-pvr-hts-16_p20160220.tar.gz 187707 SHA256 f8fc1f8c4ff92be6fdcb2e4d49c1e91c0e0638b859ca04cd6296d28d64551330 SHA512 6ae00e2c5e226be0fbe98aafd5495e0e962ae36187ff6cf2641c82ddec5b69dfc6fd7eaf4c91ce7ed28fe992f1e914b4cb1fd88d3502e7359f9bc867858a0322 WHIRLPOOL 3b1b9d6c03e65ceae934cc9bc4af6d539794034f00efcd048f68bcd599366751a8691423fbbc0f69db09b56d32fbfd0f28617d69e879e1b3a98c13f61ae04b27
26 -DIST kodi-pvr-hts-16_p20160419.tar.gz 187786 SHA256 4df61466a588e1cabde21e4f733b41f18df4d3989701ea70cc60241ac843f93a SHA512 02aba6242ef6b6d39480585bed9a82569b123c2272f25a9373e75ae65a64c107638f1dee42872a688378eb48d2a5bdd7db8f108dbf42bd2ea1664b6e99ed5d13 WHIRLPOOL 385eb10f920e243f41a84a39f451e14cae6435c90f08531ef8190cf92289a84cd37945e8daa78ca3cabba2355537577df37c221e2a4f0d0b7a3ed247e142c866
27
28 diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild
29 deleted file mode 100644
30 index d11f48cb14e..00000000000
31 --- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild
32 +++ /dev/null
33 @@ -1,32 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -inherit git-2 cmake-utils
40 -
41 -EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.hts"
42 -EGIT_BRANCH="Jarvis"
43 -
44 -DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi"
45 -HOMEPAGE="https://github.com/kodi-pvr/pvr.hts"
46 -SRC_URI=""
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -KEYWORDS=""
51 -IUSE=""
52 -
53 -# libplatform changed in version 2 from platform to p8-platform which makes it incompatible
54 -DEPEND="=dev-libs/libplatform-1*
55 - =media-libs/kodi-platform-16*
56 - =media-tv/kodi-16*"
57 -RDEPEND="${DEPEND}"
58 -
59 -src_configure() {
60 - local mycmakeargs=(
61 - -DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/lib/kodi
62 - )
63 -
64 - cmake-utils_src_configure
65 -}
66
67 diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16_p20160220.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16_p20160220.ebuild
68 deleted file mode 100644
69 index 3289dc1ae74..00000000000
70 --- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16_p20160220.ebuild
71 +++ /dev/null
72 @@ -1,32 +0,0 @@
73 -# Copyright 1999-2016 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=5
77 -
78 -inherit cmake-utils
79 -
80 -GIT_COMMIT="3c673b5"
81 -DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi"
82 -HOMEPAGE="https://github.com/kodi-pvr/pvr.hts"
83 -SRC_URI="https://github.com/kodi-pvr/pvr.hts/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
84 -
85 -LICENSE="GPL-2"
86 -SLOT="0"
87 -KEYWORDS="~amd64"
88 -IUSE=""
89 -
90 -# libplatform changed in version 2 from platform to p8-platform which makes it incompatible
91 -DEPEND="=dev-libs/libplatform-1*
92 - =media-libs/kodi-platform-16*
93 - =media-tv/kodi-16*"
94 -RDEPEND="${DEPEND}"
95 -
96 -S="${WORKDIR}/kodi-pvr-pvr.hts-${GIT_COMMIT}"
97 -
98 -src_configure() {
99 - local mycmakeargs=(
100 - -DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/lib/kodi
101 - )
102 -
103 - cmake-utils_src_configure
104 -}
105
106 diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16_p20160419.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16_p20160419.ebuild
107 deleted file mode 100644
108 index a1d8098ea7a..00000000000
109 --- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16_p20160419.ebuild
110 +++ /dev/null
111 @@ -1,32 +0,0 @@
112 -# Copyright 1999-2016 Gentoo Foundation
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI=5
116 -
117 -inherit cmake-utils
118 -
119 -GIT_COMMIT="ada1e05"
120 -DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi"
121 -HOMEPAGE="https://github.com/kodi-pvr/pvr.hts"
122 -SRC_URI="https://github.com/kodi-pvr/pvr.hts/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
123 -
124 -LICENSE="GPL-2"
125 -SLOT="0"
126 -KEYWORDS="~amd64"
127 -IUSE=""
128 -
129 -# libplatform changed in version 2 from platform to p8-platform which makes it incompatible
130 -DEPEND="=dev-libs/libplatform-1*
131 - =media-libs/kodi-platform-16*
132 - =media-tv/kodi-16*"
133 -RDEPEND="${DEPEND}"
134 -
135 -S="${WORKDIR}/kodi-pvr-pvr.hts-${GIT_COMMIT}"
136 -
137 -src_configure() {
138 - local mycmakeargs=(
139 - -DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/lib/kodi
140 - )
141 -
142 - cmake-utils_src_configure
143 -}