diff options
author | Craig Andrews <candrews@gentoo.org> | 2021-01-11 20:06:00 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2021-01-11 20:07:02 -0500 |
commit | 7275aac9388e05c0b923f10a82fc061ceea10576 (patch) | |
tree | 33b5b076f927df81dfb5b92251431751fc9c1caa /media-plugins | |
parent | media-plugins/kodi-pvr-vdr-vnsi: Cleanup old versions (diff) | |
download | gentoo-7275aac9388e05c0b923f10a82fc061ceea10576.tar.gz gentoo-7275aac9388e05c0b923f10a82fc061ceea10576.tar.bz2 gentoo-7275aac9388e05c0b923f10a82fc061ceea10576.zip |
media-plugins/kodi-pvr-hts: 8.2.1 version bump
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/kodi-pvr-hts/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.1.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 bc44ab124462..e2095e63ae75 100644 --- a/media-plugins/kodi-pvr-hts/Manifest +++ b/media-plugins/kodi-pvr-hts/Manifest @@ -1 +1,2 @@ DIST kodi-pvr-hts-8.1.3.tar.gz 181093 BLAKE2B c5a126078843df34a36ebafb7d338fc79a21672efe1bb97cfde828c65c3331dcc51b6ce5cda15ab488fc3e9e68227ca4aec6efd8f4a20f3cbaeee9d8902b6d4e SHA512 1d502c3e7cb855ca7febb6a4a8a59be6608779ba2700bffb43bf8395b0d617b5e4f42891681545d232e3ccaddbd80b0151df666dbf8f9aa6699ddfeed13fff80 +DIST kodi-pvr-hts-8.2.1.tar.gz 181436 BLAKE2B db87525f707ad2b093c48ce864d18718702d48c511ffff78fac0b1eeecdc728eb3e94f065de19b543d611b44486aef054ec8e50c0b2cee5506a48f64d17a5212 SHA512 96f67c8988237589c56aa4581c8f6017f9568c55329da3fedacff36e9e5d6eb5d18fab6528575af77566d67f5481a9b17ae3ca8a7a9b3e1d9b1ce9668b6245ae diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.1.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.1.ebuild new file mode 100644 index 000000000000..2229139c850a --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.1.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} + " |