summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2020-09-21 13:56:09 -0400
committerCraig Andrews <candrews@gentoo.org>2020-11-19 14:45:49 -0500
commit533bb88e7236eab42543b8f11da1db5cacb5d340 (patch)
treea9bd129d150e59b658e1cb91c9994951e12489b4 /media-plugins/kodi-inputstream-adaptive
parentmedia-plugins/kodi-pvr-iptvsimple: Cleanup old versions (diff)
downloadgentoo-533bb88e7236eab42543b8f11da1db5cacb5d340.tar.gz
gentoo-533bb88e7236eab42543b8f11da1db5cacb5d340.tar.bz2
gentoo-533bb88e7236eab42543b8f11da1db5cacb5d340.zip
media-plugins/kodi-inputstream-adaptive: Cleanup old versions
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-inputstream-adaptive')
-rw-r--r--media-plugins/kodi-inputstream-adaptive/Manifest2
-rw-r--r--media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.4.ebuild38
-rw-r--r--media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.5-r1.ebuild43
-rw-r--r--media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.5.ebuild38
4 files changed, 0 insertions, 121 deletions
diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest
index 42056393f386..737c4e70b8b1 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -1,5 +1,3 @@
-DIST kodi-inputstream-adaptive-2.4.4.tar.gz 727535 BLAKE2B fac4034f3333e01951ad592e16cb4f7978cbfb96bf7b7492d8d80c663e7a95a14647a5d68bd32a97c7a4550428359561bbb4a880544f9b76ebdb17fe829d706b SHA512 5ddc8ee08144f43369d807b1a8a2b1fc2fa70a3a0063be09a47d1df021442f0a7fb46acf2399e458bb807429f38abe9bdea5b4994ab58f93f07214b330e150f2
-DIST kodi-inputstream-adaptive-2.4.5.tar.gz 731621 BLAKE2B 8f644efcce0268833fc0688ea291558e9eaf3b0732656e865299f39cfb5cf3c51cd5dc460139fd457c83bdcaa065be916794886fbc75225d2a8eef87249147b2 SHA512 b38e175fb21dcc155aa5b5cda4ffdbd26336a763c9ecf8857058352a3a8f6d9a617a4999f6aed1bee4edd97d18e7a1f4e4a2318cdf871982415e7dd2b519f498
DIST kodi-inputstream-adaptive-2.6.0.tar.gz 731726 BLAKE2B ab0c39e936cf80069753293fd93e0bfcc1d952c05a43402cb0b351003130738da3cfa6a98970d7eab5abd1e2224e3402f947c260789d967fa7f5459e243e1c08 SHA512 2c9f61831a7a8e3ba33438d00b5a9611fa643bb296b209fcf68fdec129c6f6d38b2cd6cbb383472187122b983d794519eab68b7e948275f98e9deddce3763eb0
DIST kodi-inputstream-adaptive-2.6.1.tar.gz 748508 BLAKE2B d2e2a10eb46a08d6872e91cc962065cfb3965cd7f7a22c605d1828aba840ee6b87705d3cc466e5845fb9f3f7dd086b63fc79d6ae1a955856af5216b175d8d254 SHA512 0de25327116f0c5a8af74160a5ad0d755b47a71ac138add0ff7474481b753eb1ecdb23947ee7be9a3e3e11e6faf28971b9651fb53373878ce4126c7e143b9294
DIST kodi-inputstream-adaptive-2.6.3.tar.gz 748503 BLAKE2B e2bd0221e8a2c11404bb8d78cf6c2e78de6f182f47de6d67642bfa8facfda19fe43bbee280541bf8f26e03e239914b44b9fbd4cb30e99475fb4392b5a44ebcef SHA512 6692fef10302b23b8802594781a73155e138065cc507efb3dba9fef2ca12fe13868724ecc9fdd3a0caf29fc93eb14c12408a631821d46f06ade4f16437a06ca2
diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.4.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.4.ebuild
deleted file mode 100644
index 6187d9c2869c..000000000000
--- a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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"
- CODENAME="Leia"
- SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}"
- ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- dev-libs/expat
- =media-tv/kodi-18*
- =media-libs/kodi-platform-18*
- =dev-libs/libplatform-2*
- "
-RDEPEND="
- ${DEPEND}
- "
diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.5-r1.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.5-r1.ebuild
deleted file mode 100644
index 1185349b60ef..000000000000
--- a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.5-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kodi-addon
-
-DESCRIPTION="Kodi's Adaptive inputstream addon"
-HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git"
-KODI_PLUGIN_NAME="inputstream.adaptive"
-
-case ${PV} in
-9999)
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/peak3d/${KODI_PLUGIN_NAME}.git"
- EGIT_BRANCH="Matrix"
- inherit git-r3
- DEPEND="~media-tv/kodi-9999"
- ;;
-*)
- CODENAME="Leia"
- KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/peak3d/${KODI_PLUGIN_NAME}/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${KODI_PLUGIN_NAME}-${PV}-${CODENAME}"
- DEPEND="=media-tv/kodi-18*:="
- ;;
-esac
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-DEPEND+="
- dev-libs/expat
- "
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- if [ -d depends ]; then rm -rf depends || die; fi
-
- cmake_src_prepare
-}
diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.5.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.5.ebuild
deleted file mode 100644
index 6187d9c2869c..000000000000
--- a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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"
- CODENAME="Leia"
- SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}"
- ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- dev-libs/expat
- =media-tv/kodi-18*
- =media-libs/kodi-platform-18*
- =dev-libs/libplatform-2*
- "
-RDEPEND="
- ${DEPEND}
- "