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 986FC139085 for ; Tue, 24 Jan 2017 21:16:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC55D21C0A1; Tue, 24 Jan 2017 21:16:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD7B921C0A1 for ; Tue, 24 Jan 2017 21:16:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA8E5341667 for ; Tue, 24 Jan 2017 21:16:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23AA02E09 for ; Tue, 24 Jan 2017 21:16:37 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1485292591.da67dae1baed87131cf1645cb3b0872631aa499f.soap@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-1.0.6.ebuild X-VCS-Directories: media-plugins/kodi-inputstream-adaptive/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: da67dae1baed87131cf1645cb3b0872631aa499f X-VCS-Branch: master Date: Tue, 24 Jan 2017 21:16:37 +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: 8b46757f-6d3b-4232-abe6-7a93ed47e611 X-Archives-Hash: 38c546fe4833c187c2af5f0aff063e9c commit: da67dae1baed87131cf1645cb3b0872631aa499f Author: Craig Andrews integralblue com> AuthorDate: Tue Jan 24 13:43:38 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jan 24 21:16:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da67dae1 media-plugins/kodi-inputstream-adaptive: add version 1.0.6 Closes: https://github.com/gentoo/gentoo/pull/3625 media-plugins/kodi-inputstream-adaptive/Manifest | 2 +- .../kodi-inputstream-adaptive-1.0.6.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest index b0d7b58..964e17b 100644 --- a/media-plugins/kodi-inputstream-adaptive/Manifest +++ b/media-plugins/kodi-inputstream-adaptive/Manifest @@ -1 +1 @@ -EBUILD kodi-inputstream-adaptive-9999.ebuild 492 SHA256 604c88d1cd147222a90e6f77320f9ea8481fdd4e38c2c7f86bc0a0d12aa7a837 SHA512 de66e63289a25d7ba5573197387d2550ce81f0904d88f0c11ca9bc956abba36711f81eb1595fdb53538a7365f5aa82d1b39de14ea569d5eac720b8413ec02c2d WHIRLPOOL 4718a45e77d312558b8582dc1bdf10d3382ea3a43d109772841cf1f2aff49305e9758e2c711e97329f5c3f8bb443f9d86b87c53520721490097cd707242be5a8 +DIST kodi-inputstream-adaptive-1.0.6.tar.gz 556505 SHA256 7e3fbb9bac11777b2f553fce0f36f2dd463adbb956a957e6c000c7013202b9ad SHA512 10accc94d3cb68b0cf89d4703ed05b4c0b1fbd02415b6721c372933ba629eb13c034d4336a9c8e5ffb4c8150a798b29c184f0d475069cad82adbd6e63d63b712 WHIRLPOOL 2aa754704dc4f579a07a30286ded1fbeb7a5808716c97c19a172c6dd6456e4b4fd1eb7664ae37f1feb3cdfaffa3fc6b6601688b50d8a10d70b68b2b69f24dacf diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-1.0.6.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-1.0.6.ebuild new file mode 100644 index 00000000..8e9b8cc --- /dev/null +++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-1.0.6.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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="git://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=" + media-tv/kodi + media-libs/kodi-platform + =dev-libs/libplatform-2* + " +RDEPEND=" + ${DEPEND} + "