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 E86DA1382C5 for ; Wed, 28 Apr 2021 13:23:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A114E08A8; Wed, 28 Apr 2021 13:23:45 +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 F3DE5E08A8 for ; Wed, 28 Apr 2021 13:23:44 +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 00E09340E4C for ; Wed, 28 Apr 2021 13:23:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A9D6722 for ; Wed, 28 Apr 2021 13:23:42 +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: <1619616216.902567c3a1f9105923959ecefb35f4be45b2b115.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-nextpvr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-pvr-nextpvr/Manifest media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.2.2.ebuild X-VCS-Directories: media-plugins/kodi-pvr-nextpvr/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 902567c3a1f9105923959ecefb35f4be45b2b115 X-VCS-Branch: master Date: Wed, 28 Apr 2021 13:23:42 +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: 290d6625-7cc9-4b8a-86c8-313dc83cc0ee X-Archives-Hash: 410392ed39e52556e81f65a83b2d9bb3 commit: 902567c3a1f9105923959ecefb35f4be45b2b115 Author: Craig Andrews gentoo org> AuthorDate: Wed Apr 28 13:20:27 2021 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed Apr 28 13:23:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902567c3 media-plugins/kodi-pvr-nextpvr: 8.2.2 version bump Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Craig Andrews gentoo.org> media-plugins/kodi-pvr-nextpvr/Manifest | 1 + .../kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.2.2.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/media-plugins/kodi-pvr-nextpvr/Manifest b/media-plugins/kodi-pvr-nextpvr/Manifest index 84f40c1330d..f2f88a5b9e4 100644 --- a/media-plugins/kodi-pvr-nextpvr/Manifest +++ b/media-plugins/kodi-pvr-nextpvr/Manifest @@ -1 +1,2 @@ DIST kodi-pvr-nextpvr-8.2.1.tar.gz 150120 BLAKE2B 9e5fcc20b551b20a51a57702b85895327134a229ae03b93bb67e3cbf6e3767d13f81bcb321c2038fb4ed9348665daab03a744322d13b21b5de8c93718cd91371 SHA512 ba48a3f944c83ca8abcf60e9c921f969b564fafc415d0670d94e34e83000b3b87349a0082c1b8dd75505020b4e8e248f77ff7651e8bc623ec48f711868c82240 +DIST kodi-pvr-nextpvr-8.2.2.tar.gz 150133 BLAKE2B f1b320f407d84e4a03a4a0647c59ca6c0b984b4d23126966e7f97aef693b2b2689f4fe216929e054607cf04ec5e4ab00e96bcac4e5ad85b864af37cfc0ffcdfc SHA512 182728189279f4607219cc0d8da1534d271e3771f307ecb3e19c98c1421870ea69f541e7bcbd1a562e81667f32654d977f79fc01e6f3fb88e174f41af8c2fe0a diff --git a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.2.2.ebuild b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.2.2.ebuild new file mode 100644 index 00000000000..f1d5484de0a --- /dev/null +++ b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.2.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake kodi-addon + +DESCRIPTION="Kodi's NextPVR client addon" +HOMEPAGE="https://github.com/kodi-pvr/pvr.nextpvr" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.nextpvr.git" + inherit git-r3 + ;; +*) + CODENAME="Matrix" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/kodi-pvr/pvr.nextpvr/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/pvr.nextpvr-${PV}-${CODENAME}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =media-tv/kodi-19* + dev-libs/tinyxml2 + " + +RDEPEND=" + ${DEPEND} + "