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: Tue, 04 Sep 2018 14:07:34
Message-Id: 1536070042.4f28cb34073d1b0825aa40cb49ff69ecdc37b691.candrews@gentoo
1 commit: 4f28cb34073d1b0825aa40cb49ff69ecdc37b691
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 4 14:06:00 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 4 14:07:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f28cb34
7
8 media-plugins/kodi-inputstream-adaptive: 2.0.25 version bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 media-plugins/kodi-inputstream-adaptive/Manifest | 1 +
13 .../kodi-inputstream-adaptive-2.0.25.ebuild | 38 ++++++++++++++++++++++
14 2 files changed, 39 insertions(+)
15
16 diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest
17 index 94a87b99f9f..7e3cb13feda 100644
18 --- a/media-plugins/kodi-inputstream-adaptive/Manifest
19 +++ b/media-plugins/kodi-inputstream-adaptive/Manifest
20 @@ -1,3 +1,4 @@
21 DIST kodi-inputstream-adaptive-1.0.6.tar.gz 556505 BLAKE2B 0b093850cf61ed75627d024f28fca93a6b0426decd3d99b94a60f9a86f611d59a6b2a7bee7e5db52095d99d0a0d092d60c3051a77294cb5a47e8cdcd13359a61 SHA512 10accc94d3cb68b0cf89d4703ed05b4c0b1fbd02415b6721c372933ba629eb13c034d4336a9c8e5ffb4c8150a798b29c184f0d475069cad82adbd6e63d63b712
22 DIST kodi-inputstream-adaptive-2.0.19.tar.gz 881342 BLAKE2B afa1341e9f45d5b97338d21359e4527c3a19ac8ca30066ea2c83ea0eb8e2a34a72bc179cfc222612579ee1b1be12bda52325b3f32c85b53c7a9cefd8461d238c SHA512 0453998749df691071bd54e22eda8042f15f0ab1a11b04a260c7005048b533b51b6c82311bcb364fb10e68816512610a08db5331f974a042bb8967939d759d99
23 DIST kodi-inputstream-adaptive-2.0.20.tar.gz 881743 BLAKE2B 210b23fe42a262696b2dc10efeee5303b3c859a5d1cb4a94cb3628f6d2ca17fb29d170c728a51e1ea6767ecaa79b2c56831169d960da569fe71f18fc474cb2d5 SHA512 51d65fc83f50f7544198666123eb82bcd55a6524b7bbbec403375013264d24ecf8c3f326c815df98f77458af121dc4d81e863cd5f6b9ae49a1fcd50207a37bbe
24 +DIST kodi-inputstream-adaptive-2.0.25.tar.gz 881743 BLAKE2B 210b23fe42a262696b2dc10efeee5303b3c859a5d1cb4a94cb3628f6d2ca17fb29d170c728a51e1ea6767ecaa79b2c56831169d960da569fe71f18fc474cb2d5 SHA512 51d65fc83f50f7544198666123eb82bcd55a6524b7bbbec403375013264d24ecf8c3f326c815df98f77458af121dc4d81e863cd5f6b9ae49a1fcd50207a37bbe
25
26 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
27 new file mode 100644
28 index 00000000000..962f5efbfe1
29 --- /dev/null
30 +++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.0.25.ebuild
31 @@ -0,0 +1,38 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +inherit cmake-utils kodi-addon
38 +
39 +DESCRIPTION="Kodi's Adaptive inputstream addon"
40 +HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git"
41 +SRC_URI=""
42 +
43 +case ${PV} in
44 +9999)
45 + SRC_URI=""
46 + EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git"
47 + inherit git-r3
48 + ;;
49 +*)
50 + KEYWORDS="~amd64 ~x86"
51 + GIT_COMMIT="c51b9a9b58a645f820883e6d99982277fc58aac5"
52 + SRC_URI="https://codeload.github.com/peak3d/inputstream.adaptive/tar.gz/${GIT_COMMIT} -> ${P}.tar.gz"
53 + S="${WORKDIR}/inputstream.adaptive-${GIT_COMMIT}"
54 + ;;
55 +esac
56 +
57 +LICENSE="GPL-2"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +DEPEND="
62 + dev-libs/expat
63 + =media-tv/kodi-17*
64 + =media-libs/kodi-platform-17*
65 + =dev-libs/libplatform-2*
66 + "
67 +RDEPEND="
68 + ${DEPEND}
69 + "