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-inputstream-rtmp/
Date: Mon, 10 Feb 2020 15:46:06
Message-Id: 1581349555.527eec820317190e5652349d678b09bac29dc443.candrews@gentoo
1 commit: 527eec820317190e5652349d678b09bac29dc443
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 15:44:04 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 15:45:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527eec82
7
8 media-plugins/kodi-inputstream-rtmp: Cleanup old versions
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-inputstream-rtmp/Manifest | 2 --
14 .../kodi-inputstream-rtmp-2.0.7.ebuild | 41 ----------------------
15 .../kodi-inputstream-rtmp-2.0.8.ebuild | 41 ----------------------
16 3 files changed, 84 deletions(-)
17
18 diff --git a/media-plugins/kodi-inputstream-rtmp/Manifest b/media-plugins/kodi-inputstream-rtmp/Manifest
19 index c1c2744ccea..c47950f3cc7 100644
20 --- a/media-plugins/kodi-inputstream-rtmp/Manifest
21 +++ b/media-plugins/kodi-inputstream-rtmp/Manifest
22 @@ -1,3 +1 @@
23 -DIST kodi-inputstream-rtmp-2.0.7.tar.gz 18511 BLAKE2B d7e67883ac0ea59005238d28e8b16e6d53df3b8283b225b2c0523fa7eaf5fbdae44482209c510a2983c0edfa483e195311ce3f1298add1372ce13450832ebbcd SHA512 a67be952bae24083403e5a8783c86af51b24d9f2759fdeb1e4bdc42912c55381189c5925b52743ce79dd03a3e510c65d4972728e2355082b91d73857b1657cd9
24 -DIST kodi-inputstream-rtmp-2.0.8.tar.gz 68254 BLAKE2B f094cd81f6bbf1854578d12b9b98668ae921ebd89ed6289da5a7d48c3d60b2a40e9ba293422c5c08c969f768d85e0d59ce900c45b57a965f59d6d5bef4abbf64 SHA512 fca7de7cf5ad65081bd25ea1a6cb5c1cdf41f72ba4460256918178060b62e04d389c293add1a10faf899750745ba77244cfb7af97ba613b2abcf6862839c751b
25 DIST kodi-inputstream-rtmp-2.0.9.tar.gz 66408 BLAKE2B 466419ef7182c53ddbe358ffb9480f756b8ab7f1f8fe790bb7942ac1cbd14731e4ef2faa0c15d31652733fe49881cf7588a6e560e6f132b61da47d7a8e0e0367 SHA512 b38b45f6313bcf2827eabf80875840b8b24cf010e0f44c20241f8a20f438273020ebd34078562581c34c83f3c9109ec953ef1de819c85de2260f0377903fbd23
26
27 diff --git a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.7.ebuild b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.7.ebuild
28 deleted file mode 100644
29 index c7798ff8774..00000000000
30 --- a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.7.ebuild
31 +++ /dev/null
32 @@ -1,41 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit cmake kodi-addon
39 -
40 -DESCRIPTION="Kodi's RTMP inputstream addon"
41 -HOMEPAGE="https://github.com/xbmc/inputstream.rtmp"
42 -SRC_URI=""
43 -
44 -case ${PV} in
45 -9999)
46 - SRC_URI=""
47 - EGIT_REPO_URI="https://github.com/xbmc/inputstream.rtmp.git"
48 - inherit git-r3
49 - ;;
50 -*)
51 - CODENAME="Leia"
52 - KEYWORDS="~amd64 ~x86"
53 - SRC_URI="https://github.com/xbmc/inputstream.rtmp/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
54 - S="${WORKDIR}/inputstream.rtmp-${PV}-${CODENAME}"
55 - ;;
56 -esac
57 -
58 -LICENSE="GPL-2"
59 -SLOT="0"
60 -IUSE=""
61 -
62 -DEPEND="
63 - =media-tv/kodi-18*
64 - media-video/rtmpdump
65 - "
66 -RDEPEND="
67 - ${DEPEND}
68 - "
69 -
70 -src_prepare(){
71 - [ -d depends ] && rm -rf depends || die
72 - cmake_src_prepare
73 -}
74
75 diff --git a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.8.ebuild b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.8.ebuild
76 deleted file mode 100644
77 index c7798ff8774..00000000000
78 --- a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.8.ebuild
79 +++ /dev/null
80 @@ -1,41 +0,0 @@
81 -# Copyright 1999-2020 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=7
85 -
86 -inherit cmake kodi-addon
87 -
88 -DESCRIPTION="Kodi's RTMP inputstream addon"
89 -HOMEPAGE="https://github.com/xbmc/inputstream.rtmp"
90 -SRC_URI=""
91 -
92 -case ${PV} in
93 -9999)
94 - SRC_URI=""
95 - EGIT_REPO_URI="https://github.com/xbmc/inputstream.rtmp.git"
96 - inherit git-r3
97 - ;;
98 -*)
99 - CODENAME="Leia"
100 - KEYWORDS="~amd64 ~x86"
101 - SRC_URI="https://github.com/xbmc/inputstream.rtmp/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
102 - S="${WORKDIR}/inputstream.rtmp-${PV}-${CODENAME}"
103 - ;;
104 -esac
105 -
106 -LICENSE="GPL-2"
107 -SLOT="0"
108 -IUSE=""
109 -
110 -DEPEND="
111 - =media-tv/kodi-18*
112 - media-video/rtmpdump
113 - "
114 -RDEPEND="
115 - ${DEPEND}
116 - "
117 -
118 -src_prepare(){
119 - [ -d depends ] && rm -rf depends || die
120 - cmake_src_prepare
121 -}