diff options
author | Craig Andrews <candrews@gentoo.org> | 2021-03-15 09:02:10 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2021-03-15 09:02:59 -0400 |
commit | e557e5d978dfdb127cc0723f0a2141b1feea5a48 (patch) | |
tree | 85aa1d204c47a5b7f8c3eaf47873ceaccfccf7f2 /media-plugins/kodi-pvr-hts | |
parent | dev-java/java-dep-check: EAPI 7 (diff) | |
download | gentoo-e557e5d978dfdb127cc0723f0a2141b1feea5a48.tar.gz gentoo-e557e5d978dfdb127cc0723f0a2141b1feea5a48.tar.bz2 gentoo-e557e5d978dfdb127cc0723f0a2141b1feea5a48.zip |
media-plugins/kodi-pvr-hts: 8.2.4 version bump
Package-Manager: Portage-3.0.17, 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.2.4.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 ff8cccb300d3..3630fe355592 100644 --- a/media-plugins/kodi-pvr-hts/Manifest +++ b/media-plugins/kodi-pvr-hts/Manifest @@ -1 +1,2 @@ DIST kodi-pvr-hts-8.2.3.tar.gz 181557 BLAKE2B ef26b3bf29cdf1f57e91cf2fb74adf997e2b33cdc6f50d23bd86812317f44f3ba921049df92daab19a5bd534bb07c70b6bb64219ab24df02004758782328cb0b SHA512 ee40dc22827959c663f97af1c1140337c592caf1b6d64503b5d1540bb59f284a90a27df4da2547c382b2eefa1e8754eaea35bf83203ef2e8eb447de93b858b04 +DIST kodi-pvr-hts-8.2.4.tar.gz 181581 BLAKE2B 83a0743944801b9f431a0075268f53493089807a110b22a99a1242f6be58c1d0c4e44526a61797026ca309d573ae0cc94c73d07719ad2ceed9581e91daece2eb SHA512 8e2f3d5106cf1fda0876ffe6cdc7b22518ce9f7a05782e6812ecb4f6a532555f863ae16a9088201e42f8eddd2ff71e73c4aabcae11d4169dd586f6042850aee8 diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.4.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.4.ebuild new file mode 100644 index 000000000000..2229139c850a --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.4.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} + " |