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 B18041382C5 for ; Wed, 3 Mar 2021 20:26:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC3D4E0101; Wed, 3 Mar 2021 20:26:46 +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 9E306E0101 for ; Wed, 3 Mar 2021 20:26:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 26052340FA3 for ; Wed, 3 Mar 2021 20:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 704E713B for ; Wed, 3 Mar 2021 20:26:43 +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: <1614803199.7051d3637d3f9b89beb5823a36a79ee952686057.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-hts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-pvr-hts/Manifest media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.3.ebuild X-VCS-Directories: media-plugins/kodi-pvr-hts/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 7051d3637d3f9b89beb5823a36a79ee952686057 X-VCS-Branch: master Date: Wed, 3 Mar 2021 20:26:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 630bda25-e93a-4eed-b953-02cb070d4d6c X-Archives-Hash: 9f844db2381d321ba0ab65252806a34f commit: 7051d3637d3f9b89beb5823a36a79ee952686057 Author: Craig Andrews gentoo org> AuthorDate: Wed Mar 3 20:25:57 2021 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed Mar 3 20:26:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7051d363 media-plugins/kodi-pvr-hts: 8.2.3 version bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Craig Andrews gentoo.org> media-plugins/kodi-pvr-hts/Manifest | 1 + .../kodi-pvr-hts/kodi-pvr-hts-8.2.3.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest index 9ffd30adcdc..a49125d06bb 100644 --- a/media-plugins/kodi-pvr-hts/Manifest +++ b/media-plugins/kodi-pvr-hts/Manifest @@ -1 +1,2 @@ DIST kodi-pvr-hts-8.2.2.tar.gz 181445 BLAKE2B 9a8d375cf2c42408bacc4a963a8882b2bf06676c22a65376135f3619000f3cbd7fa8b929b47a174bfe60da790e85deef28f75c46e2b1ee56664a05fddb589ca7 SHA512 ffd53a3d02bd8ea5586cb217d687e5d01b4e46ab7fb7d429f1a5aed8ceb03f044dc7f97885edaba8b89bcf3ef6d4d72e05faf4797016361f9709641e36d8d081 +DIST kodi-pvr-hts-8.2.3.tar.gz 181557 BLAKE2B ef26b3bf29cdf1f57e91cf2fb74adf997e2b33cdc6f50d23bd86812317f44f3ba921049df92daab19a5bd534bb07c70b6bb64219ab24df02004758782328cb0b SHA512 ee40dc22827959c663f97af1c1140337c592caf1b6d64503b5d1540bb59f284a90a27df4da2547c382b2eefa1e8754eaea35bf83203ef2e8eb447de93b858b04 diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.3.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.3.ebuild new file mode 100644 index 00000000000..2229139c850 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake kodi-addon + +DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi" +HOMEPAGE="https://github.com/kodi-pvr/pvr.hts" +SRC_URI="" + +if [[ ${PV} == 9999 ]]; then + SRC_URI="" + EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.hts.git" + inherit git-r3 +else + CODENAME="Matrix" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/pvr.hts-${PV}-${CODENAME}" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =media-tv/kodi-19* + " + +RDEPEND=" + ${DEPEND} + "