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, 29 May 2019 17:24:04
Message-Id: 1559150632.498839285073446cad7b4d38c4847f4175bbd84b.candrews@gentoo
1 commit: 498839285073446cad7b4d38c4847f4175bbd84b
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 29 17:22:11 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 17:23:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49883928
7
8 media-plugins/kodi-inputstream-adaptive: 2.3.19 version bump
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.13
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-inputstream-adaptive/Manifest | 1 +
14 ...ve-9999.ebuild => kodi-inputstream-adaptive-2.3.19.ebuild} | 11 ++++++-----
15 .../kodi-inputstream-adaptive-9999.ebuild | 7 ++++---
16 3 files changed, 11 insertions(+), 8 deletions(-)
17
18 diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest
19 index 6b517f3d145..04be07e70bb 100644
20 --- a/media-plugins/kodi-inputstream-adaptive/Manifest
21 +++ b/media-plugins/kodi-inputstream-adaptive/Manifest
22 @@ -5,3 +5,4 @@ DIST kodi-inputstream-adaptive-2.3.15.tar.gz 709544 BLAKE2B 5e1d52c28f935dc8dde6
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 +DIST kodi-inputstream-adaptive-2.3.19.tar.gz 712487 BLAKE2B df01185d734a3dd9f241e91fa392dd7696a37a34575715e46eb503fad82ffd5ceb1ded38531a8fa1a4055edcdd84a1b284fa3c7daf1b12106f7b6be390e87598 SHA512 a76c4a472fd4ecd756eb2936ebf0d1f49dad348747d40c80771bdaafb999bd6e9e32ca333d1d16fef3837e46ed60bef47ff68dccafcd4166e57e240a1d7b255c
27
28 diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.19.ebuild
29 similarity index 73%
30 copy from media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild
31 copy to media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.19.ebuild
32 index f7b4692c6e4..03910514796 100644
33 --- a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild
34 +++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.19.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2018 Gentoo Authors
37 +# Copyright 1999-2019 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -17,8 +17,9 @@ case ${PV} in
42 ;;
43 *)
44 KEYWORDS="~amd64 ~x86"
45 - SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 - S="${WORKDIR}/inputstream.adaptive-${PV}"
47 + CODENAME="Leia"
48 + SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
49 + S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}"
50 ;;
51 esac
52
53 @@ -28,8 +29,8 @@ IUSE=""
54
55 DEPEND="
56 dev-libs/expat
57 - ~media-tv/kodi-9999
58 - ~media-libs/kodi-platform-9999
59 + =media-tv/kodi-18*
60 + =media-libs/kodi-platform-18*
61 =dev-libs/libplatform-2*
62 "
63 RDEPEND="
64
65 diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild
66 index f7b4692c6e4..2fb43d0af92 100644
67 --- a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild
68 +++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-9999.ebuild
69 @@ -1,4 +1,4 @@
70 -# Copyright 1999-2018 Gentoo Authors
71 +# Copyright 1999-2019 Gentoo Authors
72 # Distributed under the terms of the GNU General Public License v2
73
74 EAPI=6
75 @@ -17,8 +17,9 @@ case ${PV} in
76 ;;
77 *)
78 KEYWORDS="~amd64 ~x86"
79 - SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}.tar.gz -> ${P}.tar.gz"
80 - S="${WORKDIR}/inputstream.adaptive-${PV}"
81 + CODENAME="Leia"
82 + SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
83 + S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}"
84 ;;
85 esac