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: Thu, 08 Apr 2021 13:04:13
Message-Id: 1617887044.deb79d4ac7f6f3c3ef91dd5c833ffa906cb7c2fb.candrews@gentoo
1 commit: deb79d4ac7f6f3c3ef91dd5c833ffa906cb7c2fb
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 8 13:03:49 2021 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 8 13:04:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb79d4a
7
8 media-plugins/kodi-inputstream-adaptive: Cleanup old version
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
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.8.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 93b64e713a4..68a029095e0 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.11.tar.gz 747895 BLAKE2B efa4861834696b83a49752c9c311c5da7f91278ca981134297eab67407218fb9b574d247042c71091ed0aff0a04b1550a07f0d7c31738b4acc5d5637c0605a5b SHA512 c78331127d549126f0fd6c76560803b95a3d3665f09a161e9f577d81e33468a15ab933f0ba9be88e57b091fc22e0afe9bf10e371688f0d3e0808bf66fdd439f9
23 -DIST kodi-inputstream-adaptive-2.6.8.tar.gz 748575 BLAKE2B 0077d693efa7a468d4e7fcac2610114a383771f1a8741d8fee4bf788304b0147ed05d5cd03de17e64c8510d1db9b2e751d4bfb7f84df3a3decfaf01963b557dd SHA512 22299cc6dbb6cd56f8fa2f96758907c0dfc6d2d635436b12ad6afc2928e3ca2d5b6beea1f1d72e0ccf90eafeaec983f77ac0e474f0b176677fd3e5b97f2560df
24
25 diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.8.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.8.ebuild
26 deleted file mode 100644
27 index 48e18f09b00..00000000000
28 --- a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.8.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 1999-2021 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 -}