media-plugins/kodi-inputstream-adaptive: Cleanup Kodi 17 versions
authorCraig Andrews <candrews@gentoo.org>
Thu, 5 Sep 2019 16:16:02 +0000 (12:16 -0400)
committerCraig Andrews <candrews@gentoo.org>
Thu, 5 Sep 2019 17:30:11 +0000 (13:30 -0400)
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
media-plugins/kodi-inputstream-adaptive/Manifest
media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.0.25.ebuild [deleted file]

index a7c8ed06c53309dd40fd8f5d521560505e48a425..57265cec494c422083930571d7eac222a69f3705 100644 (file)
@@ -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 (file)
index 962f5ef..0000000
+++ /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}
-       "