commit:     ede10a37471a672688eba0af42f696afe5bf5b2c
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 12 04:59:46 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Nov 12 04:59:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede10a37

media-plugins/kodi-inputstream-adaptive: 2.3.8 version bump

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 media-plugins/kodi-inputstream-adaptive/Manifest   |  1 +
 .../kodi-inputstream-adaptive-2.3.8.ebuild         | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest 
b/media-plugins/kodi-inputstream-adaptive/Manifest
index 1aeabfbcfff..16827727055 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -3,3 +3,4 @@ DIST kodi-inputstream-adaptive-2.0.19.tar.gz 881342 BLAKE2B 
afa1341e9f45d5b97338
 DIST kodi-inputstream-adaptive-2.0.20.tar.gz 881743 BLAKE2B 
210b23fe42a262696b2dc10efeee5303b3c859a5d1cb4a94cb3628f6d2ca17fb29d170c728a51e1ea6767ecaa79b2c56831169d960da569fe71f18fc474cb2d5
 SHA512 
51d65fc83f50f7544198666123eb82bcd55a6524b7bbbec403375013264d24ecf8c3f326c815df98f77458af121dc4d81e863cd5f6b9ae49a1fcd50207a37bbe
 DIST kodi-inputstream-adaptive-2.0.25.tar.gz 881743 BLAKE2B 
210b23fe42a262696b2dc10efeee5303b3c859a5d1cb4a94cb3628f6d2ca17fb29d170c728a51e1ea6767ecaa79b2c56831169d960da569fe71f18fc474cb2d5
 SHA512 
51d65fc83f50f7544198666123eb82bcd55a6524b7bbbec403375013264d24ecf8c3f326c815df98f77458af121dc4d81e863cd5f6b9ae49a1fcd50207a37bbe
 DIST kodi-inputstream-adaptive-2.3.7.tar.gz 482344 BLAKE2B 
40b3b70799ba57c36c11a0dbd29e2a0938e9cfc356994005fc894a8454f310c3fc454e024f96cacee031cb141d0c7697cf852f7e604693d495e43a6232ad0c5e
 SHA512 
ae344350b0df188a1adfbd5e7d72a473d6dbac35a4f71cba2646d2190009dcaff0ec7a802d368a0a15fa69b2d08130664cb5985b19cd65938c36c756b113919b
+DIST kodi-inputstream-adaptive-2.3.8.tar.gz 483567 BLAKE2B 
603c56662cadbb95afca8b7cb7dd7902082e27814148580389c3d58c626ce1b65635ea0f17636af2dc654cb7691bd431888d37880d2c87d55f4dea47da15c3a7
 SHA512 
277535556bbb9f430b04a4ef80a519f18e4a6082b197cceee0a8c10a4b35b8d3eed5d9f30d1a15743a4637d93ffcf43f50aa9b484d59ec86ba6a922a0c0acb80

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.8.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.8.ebuild
new file mode 100644
index 00000000000..4c3d3f943e5
--- /dev/null
+++ 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.8.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's Adaptive inputstream addon"
+HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git";
+SRC_URI=""
+
+case ${PV} in
+9999)
+       SRC_URI=""
+       EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git";
+       inherit git-r3
+       ;;
+*)
+       KEYWORDS="~amd64 ~x86"
+       
SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+       S="${WORKDIR}/inputstream.adaptive-${PV}"
+       ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+       dev-libs/expat
+       =media-tv/kodi-18*
+       =media-libs/kodi-platform-18*
+       =dev-libs/libplatform-2*
+       "
+RDEPEND="
+       ${DEPEND}
+       "

Reply via email to