From a21e5eb97167a211a0e73596802349be2cee4c8f Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Thu, 25 Mar 2021 16:51:05 -0400 Subject: media-plugins/kodi-pvr-hts: 8.3.0 version bump Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Craig Andrews --- media-plugins/kodi-pvr-hts/Manifest | 1 + .../kodi-pvr-hts/kodi-pvr-hts-8.3.0.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.3.0.ebuild diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest index 1291d430233a..5460eaab5e94 100644 --- a/media-plugins/kodi-pvr-hts/Manifest +++ b/media-plugins/kodi-pvr-hts/Manifest @@ -1 +1,2 @@ DIST kodi-pvr-hts-8.2.4.tar.gz 181581 BLAKE2B 83a0743944801b9f431a0075268f53493089807a110b22a99a1242f6be58c1d0c4e44526a61797026ca309d573ae0cc94c73d07719ad2ceed9581e91daece2eb SHA512 8e2f3d5106cf1fda0876ffe6cdc7b22518ce9f7a05782e6812ecb4f6a532555f863ae16a9088201e42f8eddd2ff71e73c4aabcae11d4169dd586f6042850aee8 +DIST kodi-pvr-hts-8.3.0.tar.gz 181974 BLAKE2B d86bea7a037ea0abf4a2e6e9b45fb7c69f03d4f29f7b97f9ed0367bee3d243e09fb1b3998c437e9103672de4bd8fa7422f5c89ac35e87c5ebccf730f3d2a3c71 SHA512 4c49e5351608da49317e4916e8f60d88df0f9f907ce0cae026708e758f6937e33ab25dcb82351986dc3f3b8d73f40222db38bdb3db046c8b67b0c17ef7892abf diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.3.0.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.3.0.ebuild new file mode 100644 index 000000000000..2229139c850a --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.3.0.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} + " -- cgit v1.2.3-65-gdbad