diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-01-30 09:51:52 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-01-30 09:51:52 -0500 |
commit | 8aeeec0150ef221f82d4e9a7b2f69cd1efb7e943 (patch) | |
tree | 70f693213139d548f51d7d3f0941a646981fb6cd /media-plugins/kodi-inputstream-rtmp | |
parent | media-plugins/kodi-inputstream-rtmp: 2.0.7 version bump (diff) | |
download | gentoo-8aeeec0150ef221f82d4e9a7b2f69cd1efb7e943.tar.gz gentoo-8aeeec0150ef221f82d4e9a7b2f69cd1efb7e943.tar.bz2 gentoo-8aeeec0150ef221f82d4e9a7b2f69cd1efb7e943.zip |
media-plugins/kodi-inputstream-rtmp: Cleanup old versions
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-inputstream-rtmp')
4 files changed, 0 insertions, 116 deletions
diff --git a/media-plugins/kodi-inputstream-rtmp/Manifest b/media-plugins/kodi-inputstream-rtmp/Manifest index 5a5f09debf0e..191c01f27f96 100644 --- a/media-plugins/kodi-inputstream-rtmp/Manifest +++ b/media-plugins/kodi-inputstream-rtmp/Manifest @@ -1,4 +1 @@ -DIST kodi-inputstream-rtmp-2.0.4.tar.gz 18259 BLAKE2B 714090d52b1e46e79b88b34b3a400edb444668be2856eb92b61769ecec802be4a7fc1ab73380febbf0cb277b6a1758f2f4f81efb6d1c6c1d266691de6071f7cb SHA512 ac7a7f3f40f4c7d4ec176299ae0d8dd389f1e041d6633a65190e7e8a0a87e87142ebf4f80a36b7429524f7d1571ce5d1708ac753edae695b1d1d84de73e5d88f -DIST kodi-inputstream-rtmp-2.0.5.tar.gz 18280 BLAKE2B ce906740bebaa33ffa813a94f8b73cc9640e9a7f08059d972c23dee5d811c57e33c43d7e41b690d693de86f238ff2c936f2375baae3db1b40033a539e6c0587a SHA512 178ecfedae24b2ca0b13de997861e89063eff929a6a1a2b0b6b3e32a45bddd238304466a9f1f52b6213db3faee93144ae77fc9c4045c3783780a50bc1ae11166 -DIST kodi-inputstream-rtmp-2.0.6.tar.gz 18489 BLAKE2B 36a760ee57109d38c55b375531392e10040dbe89a6797299eae69c02c0b9fe828f9b1745488e61ea256d1b0216acea03906e7d4676f93126577be25a7c81ca9f SHA512 38bc0813427d6ae201b305a208b91eee5087ee8226c8f26e7df4e82d5dc87ac3c0a0809abee3ff99fa995659bb8eba1d1ba2aeb7ee1059ef85aa45d9a0abfd3b DIST kodi-inputstream-rtmp-2.0.7.tar.gz 18511 BLAKE2B d7e67883ac0ea59005238d28e8b16e6d53df3b8283b225b2c0523fa7eaf5fbdae44482209c510a2983c0edfa483e195311ce3f1298add1372ce13450832ebbcd SHA512 a67be952bae24083403e5a8783c86af51b24d9f2759fdeb1e4bdc42912c55381189c5925b52743ce79dd03a3e510c65d4972728e2355082b91d73857b1657cd9 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 deleted file mode 100644 index b9b53d260348..000000000000 --- a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils kodi-addon - -DESCRIPTION="Kodi's RTMP inputstream addon" -HOMEPAGE="https://github.com/xbmc/inputstream.rtmp" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/xbmc/inputstream.rtmp.git" - inherit git-r3 - ;; -*) - CODENAME="Leia" - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/xbmc/inputstream.rtmp/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/inputstream.rtmp-${PV}-${CODENAME}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-18* - media-video/rtmpdump - " -RDEPEND=" - ${DEPEND} - " 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 deleted file mode 100644 index 28f7ef29d680..000000000000 --- a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils kodi-addon - -DESCRIPTION="Kodi's RTMP inputstream addon" -HOMEPAGE="https://github.com/xbmc/inputstream.rtmp" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/xbmc/inputstream.rtmp.git" - inherit git-r3 - ;; -*) - CODENAME="Leia" - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/xbmc/inputstream.rtmp/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/inputstream.rtmp-${PV}-${CODENAME}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-18* - media-video/rtmpdump - " -RDEPEND=" - ${DEPEND} - " 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 deleted file mode 100644 index 4766db65de42..000000000000 --- a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake kodi-addon - -DESCRIPTION="Kodi's RTMP inputstream addon" -HOMEPAGE="https://github.com/xbmc/inputstream.rtmp" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/xbmc/inputstream.rtmp.git" - inherit git-r3 - ;; -*) - CODENAME="Leia" - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/xbmc/inputstream.rtmp/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/inputstream.rtmp-${PV}-${CODENAME}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-18* - media-video/rtmpdump - " -RDEPEND=" - ${DEPEND} - " - -src_prepare(){ - [ -d depends ] && rm -rf depends || die - cmake_src_prepare -} |