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-iptvsimple/
Date: Sun, 02 May 2021 20:56:18
Message-Id: 1619988967.070cf8219a299ae5bf6762a7c52eee5b62416679.candrews@gentoo
1 commit: 070cf8219a299ae5bf6762a7c52eee5b62416679
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 20:50:37 2021 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 20:56:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070cf821
7
8 media-plugins/kodi-pvr-iptvsimple: Cleanup old version
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-pvr-iptvsimple/Manifest | 1 -
14 .../kodi-pvr-iptvsimple-7.6.1.ebuild | 43 ----------------------
15 2 files changed, 44 deletions(-)
16
17 diff --git a/media-plugins/kodi-pvr-iptvsimple/Manifest b/media-plugins/kodi-pvr-iptvsimple/Manifest
18 index ebd3806c3a1..43a84b3ed95 100644
19 --- a/media-plugins/kodi-pvr-iptvsimple/Manifest
20 +++ b/media-plugins/kodi-pvr-iptvsimple/Manifest
21 @@ -1,2 +1 @@
22 -DIST kodi-pvr-iptvsimple-7.6.1.tar.gz 191765 BLAKE2B 9d5e9d446f5c9770bba83e7725ab9cda8d169ac5542d82754b47c701af26a53a35764b6dd393329f9ed9be22dc85ba83af8163ec4a82b04e7bb1dad4f9a32982 SHA512 b9830f3093d2cbb14039e049808b7098c00baaf470d1ab350f2275477fae8d1c7262d0b58438e62caf5d3f87f26561783525b19102b35d0ca0fc837591c717a5
23 DIST kodi-pvr-iptvsimple-7.6.2.tar.gz 191967 BLAKE2B 5fe341b1855d41c1e7264240a9c73ebfd6d8cd6a1f9e1b118389829d1fd353e5b07bc5d131bd0cf446715fcc967d5c1de01a07d60e5b65853a8878f44b49616d SHA512 052f700898e487b72b3fa1268edbd8f84fda9f527a953dbf45c2c35331504ec101b11f82dd3ba4991260074e7e93f3fe50ac41430c0f0977d34255694acfd3ab
24
25 diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.6.1.ebuild b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.6.1.ebuild
26 deleted file mode 100644
27 index 36d5b715c65..00000000000
28 --- a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.6.1.ebuild
29 +++ /dev/null
30 @@ -1,43 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit cmake kodi-addon
37 -
38 -DESCRIPTION="Kodi's IPTVSimple client addon"
39 -HOMEPAGE="https://github.com/kodi-pvr/pvr.iptvsimple"
40 -SRC_URI=""
41 -
42 -case ${PV} in
43 -9999)
44 - SRC_URI=""
45 - EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.iptvsimple.git"
46 - inherit git-r3
47 - ;;
48 -*)
49 - CODENAME="Matrix"
50 - KEYWORDS="~amd64 ~x86"
51 - SRC_URI="https://github.com/kodi-pvr/pvr.iptvsimple/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
52 - S="${WORKDIR}/pvr.iptvsimple-${PV}-${CODENAME}"
53 - ;;
54 -esac
55 -
56 -LICENSE="GPL-2"
57 -SLOT="0"
58 -IUSE=""
59 -
60 -DEPEND="
61 - dev-libs/pugixml
62 - =media-tv/kodi-19*
63 - sys-libs/zlib
64 - "
65 -
66 -RDEPEND="
67 - ${DEPEND}
68 - "
69 -
70 -src_prepare() {
71 - [ -d depends ] && rm -rf depends || die
72 - cmake_src_prepare
73 -}