diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-09-05 12:16:02 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-09-05 13:30:11 -0400 |
commit | b16eeb10efc29a0ffee6893d63b337f968b8fad7 (patch) | |
tree | b8353c1b27609098ecf8216132c25f7a40ca45d4 /media-plugins | |
parent | media-plugins/kodi-audioencoder-wav: Cleanup Kodi 17 versions (diff) | |
download | gentoo-b16eeb10efc29a0ffee6893d63b337f968b8fad7.tar.gz gentoo-b16eeb10efc29a0ffee6893d63b337f968b8fad7.tar.bz2 gentoo-b16eeb10efc29a0ffee6893d63b337f968b8fad7.zip |
media-plugins/kodi-inputstream-adaptive: Cleanup Kodi 17 versions
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/kodi-inputstream-adaptive/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.0.25.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest index a7c8ed06c533..57265cec494c 100644 --- a/media-plugins/kodi-inputstream-adaptive/Manifest +++ b/media-plugins/kodi-inputstream-adaptive/Manifest @@ -1,2 +1 @@ -DIST kodi-inputstream-adaptive-2.0.25.tar.gz 881743 BLAKE2B 210b23fe42a262696b2dc10efeee5303b3c859a5d1cb4a94cb3628f6d2ca17fb29d170c728a51e1ea6767ecaa79b2c56831169d960da569fe71f18fc474cb2d5 SHA512 51d65fc83f50f7544198666123eb82bcd55a6524b7bbbec403375013264d24ecf8c3f326c815df98f77458af121dc4d81e863cd5f6b9ae49a1fcd50207a37bbe DIST kodi-inputstream-adaptive-2.4.2.tar.gz 711951 BLAKE2B 17f29ffb9f6e0f0e109af85afba16e92fe8f0cef2d660b6e4abcda0265e8096fca83ad947de213a83eaea8b94cebf94da4f3266f32fce28776dbabc05477ef3c SHA512 218be820b4e7f05d9a3ffd330db785997afe225a994ed4187a1aaa13b28189453d4a82e3553210613aa644f9f98b30bfc7bc048a1ad9674521053ef21e2e26e0 diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.0.25.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.0.25.ebuild deleted file mode 100644 index 962f5efbfe14..000000000000 --- a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.0.25.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils kodi-addon - -DESCRIPTION="Kodi's Adaptive inputstream addon" -HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - GIT_COMMIT="c51b9a9b58a645f820883e6d99982277fc58aac5" - SRC_URI="https://codeload.github.com/peak3d/inputstream.adaptive/tar.gz/${GIT_COMMIT} -> ${P}.tar.gz" - S="${WORKDIR}/inputstream.adaptive-${GIT_COMMIT}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - dev-libs/expat - =media-tv/kodi-17* - =media-libs/kodi-platform-17* - =dev-libs/libplatform-2* - " -RDEPEND=" - ${DEPEND} - " |