Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/
Date: Wed, 10 Feb 2021 21:35:24
Message-Id: 1612992917.39e3f35910b2d2c873bde85b24778bdf3ff60c38.candrews@gentoo
1 commit: 39e3f35910b2d2c873bde85b24778bdf3ff60c38
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 10 21:35:00 2021 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 10 21:35:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e3f359
7
8 media-plugins/kodi-inputstream-adaptive: Cleanup old version
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-inputstream-adaptive/Manifest | 1 -
14 .../kodi-inputstream-adaptive-2.6.6.ebuild | 42 ----------------------
15 2 files changed, 43 deletions(-)
16
17 diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest
18 index 71852b8453b..72a79d2134b 100644
19 --- a/media-plugins/kodi-inputstream-adaptive/Manifest
20 +++ b/media-plugins/kodi-inputstream-adaptive/Manifest
21 @@ -1,2 +1 @@
22 -DIST kodi-inputstream-adaptive-2.6.6.tar.gz 748479 BLAKE2B c8b83b8e63c5dbda6db6facdfc5822f0483696f08c8e46143169e191b1bf2395884a5974330cfaf5600a89f540578bf9596f0a0afb46c8211a0363b1e4b391c7 SHA512 e434ceabefacab99b95f5d0ebb8bcc0ddf67acacc8ff938aeae90a11263a64e9ba335777941d0a042af3afa15932cbba5a9a80aa243cb5b300ac2d83f724013a
23 DIST kodi-inputstream-adaptive-2.6.7.tar.gz 748459 BLAKE2B 389525128fb8178d6de2e58d72225bf5a96cbe4f446e190e930aa42afa804c659b35cef281cb8e55c87891f1949087571dac45af218bdb7092680535ff804586 SHA512 60c1f051d50fef21697e6f1e1570bebbaaf3b8f5d4fd207bfdfbd553f1eafb26305af1138c224b2ddfb4ea9c88931991cf46fcbde39b35992ea93884705760c8
24
25 diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.6.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.6.ebuild
26 deleted file mode 100644
27 index e11b1e51347..00000000000
28 --- a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.6.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit cmake kodi-addon
37 -
38 -DESCRIPTION="Kodi's Adaptive inputstream addon"
39 -HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git"
40 -SRC_URI=""
41 -
42 -case ${PV} in
43 -9999)
44 - SRC_URI=""
45 - EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git"
46 - EGIT_BRANCH="Matrix"
47 - inherit git-r3
48 - ;;
49 -*)
50 - KEYWORDS="~amd64 ~x86"
51 - CODENAME="Matrix"
52 - SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
53 - S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}"
54 - ;;
55 -esac
56 -
57 -LICENSE="GPL-2"
58 -SLOT="0"
59 -IUSE=""
60 -
61 -DEPEND="
62 - dev-libs/expat
63 - =media-tv/kodi-19*
64 - "
65 -RDEPEND="
66 - ${DEPEND}
67 - "
68 -
69 -src_prepare() {
70 - [ -d depends ] && rm -rf depends || die
71 - cmake_src_prepare
72 -}