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: Thu, 30 Jan 2020 14:53:35
Message-Id: 1580395912.8aeeec0150ef221f82d4e9a7b2f69cd1efb7e943.candrews@gentoo
1 commit: 8aeeec0150ef221f82d4e9a7b2f69cd1efb7e943
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 14:51:52 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 14:51:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aeeec01
7
8 media-plugins/kodi-inputstream-rtmp: Cleanup old versions
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-inputstream-rtmp/Manifest | 3 --
14 .../kodi-inputstream-rtmp-2.0.4.ebuild | 36 -------------------
15 .../kodi-inputstream-rtmp-2.0.5.ebuild | 36 -------------------
16 .../kodi-inputstream-rtmp-2.0.6.ebuild | 41 ----------------------
17 4 files changed, 116 deletions(-)
18
19 diff --git a/media-plugins/kodi-inputstream-rtmp/Manifest b/media-plugins/kodi-inputstream-rtmp/Manifest
20 index 5a5f09debf0..191c01f27f9 100644
21 --- a/media-plugins/kodi-inputstream-rtmp/Manifest
22 +++ b/media-plugins/kodi-inputstream-rtmp/Manifest
23 @@ -1,4 +1 @@
24 -DIST kodi-inputstream-rtmp-2.0.4.tar.gz 18259 BLAKE2B 714090d52b1e46e79b88b34b3a400edb444668be2856eb92b61769ecec802be4a7fc1ab73380febbf0cb277b6a1758f2f4f81efb6d1c6c1d266691de6071f7cb SHA512 ac7a7f3f40f4c7d4ec176299ae0d8dd389f1e041d6633a65190e7e8a0a87e87142ebf4f80a36b7429524f7d1571ce5d1708ac753edae695b1d1d84de73e5d88f
25 -DIST kodi-inputstream-rtmp-2.0.5.tar.gz 18280 BLAKE2B ce906740bebaa33ffa813a94f8b73cc9640e9a7f08059d972c23dee5d811c57e33c43d7e41b690d693de86f238ff2c936f2375baae3db1b40033a539e6c0587a SHA512 178ecfedae24b2ca0b13de997861e89063eff929a6a1a2b0b6b3e32a45bddd238304466a9f1f52b6213db3faee93144ae77fc9c4045c3783780a50bc1ae11166
26 -DIST kodi-inputstream-rtmp-2.0.6.tar.gz 18489 BLAKE2B 36a760ee57109d38c55b375531392e10040dbe89a6797299eae69c02c0b9fe828f9b1745488e61ea256d1b0216acea03906e7d4676f93126577be25a7c81ca9f SHA512 38bc0813427d6ae201b305a208b91eee5087ee8226c8f26e7df4e82d5dc87ac3c0a0809abee3ff99fa995659bb8eba1d1ba2aeb7ee1059ef85aa45d9a0abfd3b
27 DIST kodi-inputstream-rtmp-2.0.7.tar.gz 18511 BLAKE2B d7e67883ac0ea59005238d28e8b16e6d53df3b8283b225b2c0523fa7eaf5fbdae44482209c510a2983c0edfa483e195311ce3f1298add1372ce13450832ebbcd SHA512 a67be952bae24083403e5a8783c86af51b24d9f2759fdeb1e4bdc42912c55381189c5925b52743ce79dd03a3e510c65d4972728e2355082b91d73857b1657cd9
28
29 diff --git a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.4.ebuild b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.4.ebuild
30 deleted file mode 100644
31 index b9b53d26034..00000000000
32 --- a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.4.ebuild
33 +++ /dev/null
34 @@ -1,36 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit cmake-utils kodi-addon
41 -
42 -DESCRIPTION="Kodi's RTMP inputstream addon"
43 -HOMEPAGE="https://github.com/xbmc/inputstream.rtmp"
44 -SRC_URI=""
45 -
46 -case ${PV} in
47 -9999)
48 - SRC_URI=""
49 - EGIT_REPO_URI="https://github.com/xbmc/inputstream.rtmp.git"
50 - inherit git-r3
51 - ;;
52 -*)
53 - CODENAME="Leia"
54 - KEYWORDS="~amd64 ~x86"
55 - SRC_URI="https://github.com/xbmc/inputstream.rtmp/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
56 - S="${WORKDIR}/inputstream.rtmp-${PV}-${CODENAME}"
57 - ;;
58 -esac
59 -
60 -LICENSE="GPL-2"
61 -SLOT="0"
62 -IUSE=""
63 -
64 -DEPEND="
65 - =media-tv/kodi-18*
66 - media-video/rtmpdump
67 - "
68 -RDEPEND="
69 - ${DEPEND}
70 - "
71
72 diff --git a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.5.ebuild b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.5.ebuild
73 deleted file mode 100644
74 index 28f7ef29d68..00000000000
75 --- a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.5.ebuild
76 +++ /dev/null
77 @@ -1,36 +0,0 @@
78 -# Copyright 1999-2019 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -inherit cmake-utils kodi-addon
84 -
85 -DESCRIPTION="Kodi's RTMP inputstream addon"
86 -HOMEPAGE="https://github.com/xbmc/inputstream.rtmp"
87 -SRC_URI=""
88 -
89 -case ${PV} in
90 -9999)
91 - SRC_URI=""
92 - EGIT_REPO_URI="https://github.com/xbmc/inputstream.rtmp.git"
93 - inherit git-r3
94 - ;;
95 -*)
96 - CODENAME="Leia"
97 - KEYWORDS="~amd64 ~x86"
98 - SRC_URI="https://github.com/xbmc/inputstream.rtmp/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
99 - S="${WORKDIR}/inputstream.rtmp-${PV}-${CODENAME}"
100 - ;;
101 -esac
102 -
103 -LICENSE="GPL-2"
104 -SLOT="0"
105 -IUSE=""
106 -
107 -DEPEND="
108 - =media-tv/kodi-18*
109 - media-video/rtmpdump
110 - "
111 -RDEPEND="
112 - ${DEPEND}
113 - "
114
115 diff --git a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.6.ebuild b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.6.ebuild
116 deleted file mode 100644
117 index 4766db65de4..00000000000
118 --- a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.6.ebuild
119 +++ /dev/null
120 @@ -1,41 +0,0 @@
121 -# Copyright 1999-2019 Gentoo Authors
122 -# Distributed under the terms of the GNU General Public License v2
123 -
124 -EAPI=7
125 -
126 -inherit cmake kodi-addon
127 -
128 -DESCRIPTION="Kodi's RTMP inputstream addon"
129 -HOMEPAGE="https://github.com/xbmc/inputstream.rtmp"
130 -SRC_URI=""
131 -
132 -case ${PV} in
133 -9999)
134 - SRC_URI=""
135 - EGIT_REPO_URI="https://github.com/xbmc/inputstream.rtmp.git"
136 - inherit git-r3
137 - ;;
138 -*)
139 - CODENAME="Leia"
140 - KEYWORDS="~amd64 ~x86"
141 - SRC_URI="https://github.com/xbmc/inputstream.rtmp/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
142 - S="${WORKDIR}/inputstream.rtmp-${PV}-${CODENAME}"
143 - ;;
144 -esac
145 -
146 -LICENSE="GPL-2"
147 -SLOT="0"
148 -IUSE=""
149 -
150 -DEPEND="
151 - =media-tv/kodi-18*
152 - media-video/rtmpdump
153 - "
154 -RDEPEND="
155 - ${DEPEND}
156 - "
157 -
158 -src_prepare(){
159 - [ -d depends ] && rm -rf depends || die
160 - cmake_src_prepare
161 -}