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: Sat, 11 May 2019 15:19:42
Message-Id: 1557587973.1ce1edc12d80e57df6ad54df6cc0ed64fec15900.candrews@gentoo
1 commit: 1ce1edc12d80e57df6ad54df6cc0ed64fec15900
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 11 15:19:15 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sat May 11 15:19:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce1edc1
7
8 media-plugins/kodi-inputstream-adaptive: 2.3.18 version bump
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-inputstream-adaptive/Manifest | 1 +
14 .../kodi-inputstream-adaptive-2.3.18.ebuild | 37 ++++++++++++++++++++++
15 2 files changed, 38 insertions(+)
16
17 diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest
18 index a1e4d7d4d44..6b517f3d145 100644
19 --- a/media-plugins/kodi-inputstream-adaptive/Manifest
20 +++ b/media-plugins/kodi-inputstream-adaptive/Manifest
21 @@ -4,3 +4,4 @@ DIST kodi-inputstream-adaptive-2.3.14.tar.gz 709587 BLAKE2B 3130ddd367cdbe0edbc5
22 DIST kodi-inputstream-adaptive-2.3.15.tar.gz 709544 BLAKE2B 5e1d52c28f935dc8dde6cb15d800402bce5740e1b99ebe4c6210e07b34ba455a6af1883dae8c30013d3fd8bf03732d086aa38012f8daccc89ec805e67aea2850 SHA512 74dba29e6b9982257a4156416331fbaf189ef54c04c4f3b8d87dd1fea703ed29e70ff58f52af35735e3fea31f7a84127c34211cb5f6a11f1ba1d8c6586464fd3
23 DIST kodi-inputstream-adaptive-2.3.16.tar.gz 709687 BLAKE2B 9462cc7d77c20f2b63ca22ddf284fbec1f90e672c1bc3251bc1eb57067832d9eac8111533820e5f7e50e4d26df2e9bf43c6b059b09c9f47a24e769539efc1755 SHA512 c4ab48af774ade61d36e44f459235956110354b3bc3b010a7ea6ccbf1309c0fe52917c72fd03ce0388afe5813f1571f2d0b89df59ff00101a8342b4ba45f9335
24 DIST kodi-inputstream-adaptive-2.3.17.tar.gz 709839 BLAKE2B 55383716f7cd9e0b21b55cd86d2819b08fae7857ea88768311400401c90c1280a36b9dd404f769f30cff46eeb5d36b855064db1dd8c265d4d1231cc73bc0a1f2 SHA512 055fb4baccba713c7195fb7285053514006459ca3ba0197e0ca1bf507472161e4d449e30a8e6b77825c480c405dfee177ad6070f21f1ffacd6248e9e6288e18e
25 +DIST kodi-inputstream-adaptive-2.3.18.tar.gz 709886 BLAKE2B 5b96786aead7f51172f363018977a879c6ea7a490cb8908e6c201a64b6af88c0eb4ee2eac6fa8ca4305f7a2762f65cd5e9427e4de5c5c637ee60e4eb1cc501a4 SHA512 fbe281e9f89ce5987429231ca7ee2c42aec1016a9742a1783e9852a462ba6d209978096666536c9768cc580482abd1bb1767e3b63002329f90869206c4e297cc
26
27 diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.18.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.18.ebuild
28 new file mode 100644
29 index 00000000000..85e10272539
30 --- /dev/null
31 +++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.18.ebuild
32 @@ -0,0 +1,37 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +inherit cmake-utils kodi-addon
39 +
40 +DESCRIPTION="Kodi's Adaptive inputstream addon"
41 +HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git"
42 +SRC_URI=""
43 +
44 +case ${PV} in
45 +9999)
46 + SRC_URI=""
47 + EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git"
48 + inherit git-r3
49 + ;;
50 +*)
51 + KEYWORDS="~amd64 ~x86"
52 + SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}.tar.gz -> ${P}.tar.gz"
53 + S="${WORKDIR}/inputstream.adaptive-${PV}"
54 + ;;
55 +esac
56 +
57 +LICENSE="GPL-2"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +DEPEND="
62 + dev-libs/expat
63 + =media-tv/kodi-18*
64 + =media-libs/kodi-platform-18*
65 + =dev-libs/libplatform-2*
66 + "
67 +RDEPEND="
68 + ${DEPEND}
69 + "