From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15003138331 for ; Sun, 11 Feb 2018 02:45:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07711E0AE3; Sun, 11 Feb 2018 02:45:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6AAAE0AE3 for ; Sun, 11 Feb 2018 02:45:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E295335C4C for ; Sun, 11 Feb 2018 02:45:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE9011DA for ; Sun, 11 Feb 2018 02:45:46 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1518317034.ac08bc8baa11be6d1d88a7a6d525564b7f9c7980.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-inputstream-adaptive/Manifest media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.0.10.ebuild X-VCS-Directories: media-plugins/kodi-inputstream-adaptive/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: ac08bc8baa11be6d1d88a7a6d525564b7f9c7980 X-VCS-Branch: master Date: Sun, 11 Feb 2018 02:45:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 98e0985d-7e96-40e5-b781-6be67ee54f57 X-Archives-Hash: 4a82feb8b7220f1d279da7464a9d8962 commit: ac08bc8baa11be6d1d88a7a6d525564b7f9c7980 Author: Craig Andrews gentoo org> AuthorDate: Sun Feb 11 02:32:42 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sun Feb 11 02:43:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac08bc8b media-plugins/kodi-inputstream-adaptive: 2.0.10 version bump Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://bugs.gentoo.org/647228 media-plugins/kodi-inputstream-adaptive/Manifest | 1 + .../kodi-inputstream-adaptive-2.0.10.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest index 4e26edf699d..e6c950464a6 100644 --- a/media-plugins/kodi-inputstream-adaptive/Manifest +++ b/media-plugins/kodi-inputstream-adaptive/Manifest @@ -1 +1,2 @@ DIST kodi-inputstream-adaptive-1.0.6.tar.gz 556505 BLAKE2B 0b093850cf61ed75627d024f28fca93a6b0426decd3d99b94a60f9a86f611d59a6b2a7bee7e5db52095d99d0a0d092d60c3051a77294cb5a47e8cdcd13359a61 SHA512 10accc94d3cb68b0cf89d4703ed05b4c0b1fbd02415b6721c372933ba629eb13c034d4336a9c8e5ffb4c8150a798b29c184f0d475069cad82adbd6e63d63b712 +DIST kodi-inputstream-adaptive-2.0.10.tar.gz 441097 BLAKE2B 22d7d0bedb8d476b531de33f5ba22c0b982ad81cad7b1f5ee1913b0f16e63a29585f4ea31d0523b961467af380a84b74284cd1e6860160c9a001c5631c30a127 SHA512 89a50dd31442824924f962cae63b4c1a99faaff060c082b4d77a45569cb4ea18b8578d41d9cab8da28ccd9650755ad215a3221677d983317b858aa24b4d74d6e diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.0.10.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.0.10.ebuild new file mode 100644 index 00000000000..a8a3a6a147c --- /dev/null +++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.0.10.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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/v${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-17* + =media-libs/kodi-platform-17* + =dev-libs/libplatform-2* + " +RDEPEND=" + ${DEPEND} + "