commit:     7fd0c839489f861ab4cba03691c5ac32d63eb539
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 14:27:01 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 14:31:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd0c839

media-plugins/kodi-inputstream-adaptive: Cleanup old versions

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 media-plugins/kodi-inputstream-adaptive/Manifest   |  4 ---
 .../kodi-inputstream-adaptive-2.6.0.ebuild         | 42 ----------------------
 .../kodi-inputstream-adaptive-2.6.1.ebuild         | 42 ----------------------
 .../kodi-inputstream-adaptive-2.6.3.ebuild         | 42 ----------------------
 .../kodi-inputstream-adaptive-2.6.4.ebuild         | 42 ----------------------
 5 files changed, 172 deletions(-)

diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest 
b/media-plugins/kodi-inputstream-adaptive/Manifest
index b8356e64b45..9b812c1504b 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -1,5 +1 @@
-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
-DIST kodi-inputstream-adaptive-2.6.4.tar.gz 748525 BLAKE2B 
d9225de14ccabaf8d9806ee9c494372582da9d81e82c1f31b78643b68af7aa82e06a5eb725f4b38b596ff49d51ba41bcb26421cbea509c440b2710a284c3f5cc
 SHA512 
2d5b56f6adc5402841e3d61f5daccfd045222137e58d18b35b4a81110377dcb0284060abb0e31dc07e2a27b8143381bd4c355439d4c3bff482bdcb517bd943c5
 DIST kodi-inputstream-adaptive-2.6.6.tar.gz 748479 BLAKE2B 
c8b83b8e63c5dbda6db6facdfc5822f0483696f08c8e46143169e191b1bf2395884a5974330cfaf5600a89f540578bf9596f0a0afb46c8211a0363b1e4b391c7
 SHA512 
e434ceabefacab99b95f5d0ebb8bcc0ddf67acacc8ff938aeae90a11263a64e9ba335777941d0a042af3afa15932cbba5a9a80aa243cb5b300ac2d83f724013a

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.0.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.0.ebuild
deleted file mode 100644
index e11b1e51347..00000000000
--- 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake 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";
-       EGIT_BRANCH="Matrix"
-       inherit git-r3
-       ;;
-*)
-       KEYWORDS="~amd64 ~x86"
-       CODENAME="Matrix"
-       
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-19*
-       "
-RDEPEND="
-       ${DEPEND}
-       "
-
-src_prepare() {
-       [ -d depends ] && rm -rf depends || die
-       cmake_src_prepare
-}

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.1.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.1.ebuild
deleted file mode 100644
index e11b1e51347..00000000000
--- 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake 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";
-       EGIT_BRANCH="Matrix"
-       inherit git-r3
-       ;;
-*)
-       KEYWORDS="~amd64 ~x86"
-       CODENAME="Matrix"
-       
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-19*
-       "
-RDEPEND="
-       ${DEPEND}
-       "
-
-src_prepare() {
-       [ -d depends ] && rm -rf depends || die
-       cmake_src_prepare
-}

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.3.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.3.ebuild
deleted file mode 100644
index e11b1e51347..00000000000
--- 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake 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";
-       EGIT_BRANCH="Matrix"
-       inherit git-r3
-       ;;
-*)
-       KEYWORDS="~amd64 ~x86"
-       CODENAME="Matrix"
-       
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-19*
-       "
-RDEPEND="
-       ${DEPEND}
-       "
-
-src_prepare() {
-       [ -d depends ] && rm -rf depends || die
-       cmake_src_prepare
-}

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.4.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.4.ebuild
deleted file mode 100644
index e11b1e51347..00000000000
--- 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake 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";
-       EGIT_BRANCH="Matrix"
-       inherit git-r3
-       ;;
-*)
-       KEYWORDS="~amd64 ~x86"
-       CODENAME="Matrix"
-       
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-19*
-       "
-RDEPEND="
-       ${DEPEND}
-       "
-
-src_prepare() {
-       [ -d depends ] && rm -rf depends || die
-       cmake_src_prepare
-}

Reply via email to