diff options
author | Craig Andrews <candrews@gentoo.org> | 2021-01-04 10:02:33 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2021-01-04 10:05:10 -0500 |
commit | 2897a0500d08ff69651e253a2a41b851ff840e15 (patch) | |
tree | 66d9e3789cd409c2ab5fdaafa0c58fa0157d182b /media-plugins/kodi-pvr-hts | |
parent | app-arch/dump: Bump to version 0.4.47 (diff) | |
download | gentoo-2897a0500d08ff69651e253a2a41b851ff840e15.tar.gz gentoo-2897a0500d08ff69651e253a2a41b851ff840e15.tar.bz2 gentoo-2897a0500d08ff69651e253a2a41b851ff840e15.zip |
media-plugins/kodi-pvr-hts: 8.1.3 version bump
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-pvr-hts')
-rw-r--r-- | media-plugins/kodi-pvr-hts/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.1.3.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest index f010348a265b..7afbdfc98b0f 100644 --- a/media-plugins/kodi-pvr-hts/Manifest +++ b/media-plugins/kodi-pvr-hts/Manifest @@ -1 +1,2 @@ DIST kodi-pvr-hts-8.1.2.tar.gz 180630 BLAKE2B d65843b7ede1c2543c0c2d2c408c47a0004632154e3a35a119384e90f9104b523f90776c1387fee33acc97fdc1d04a691eb45b064ed25c45a73913b5c0a32e74 SHA512 92a510336a7ca7563149909c6d155d0ee7adf633653860d32cc29e1c88b88577d9ed8eea75bb507707645e254e116aa3ffc4f8a4acb95b1fb15157f7c8e3a2dc +DIST kodi-pvr-hts-8.1.3.tar.gz 181093 BLAKE2B c5a126078843df34a36ebafb7d338fc79a21672efe1bb97cfde828c65c3331dcc51b6ce5cda15ab488fc3e9e68227ca4aec6efd8f4a20f3cbaeee9d8902b6d4e SHA512 1d502c3e7cb855ca7febb6a4a8a59be6608779ba2700bffb43bf8395b0d617b5e4f42891681545d232e3ccaddbd80b0151df666dbf8f9aa6699ddfeed13fff80 diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.1.3.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.1.3.ebuild new file mode 100644 index 000000000000..2229139c850a --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.1.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} + " |