diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-12-22 23:02:59 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-12-22 23:06:05 -0500 |
commit | ddc204821c38265a5f24da04cee39920059289ea (patch) | |
tree | a7b477ef0fc53a6575ba16d5379be05072de255c /media-plugins/kodi-pvr-hts | |
parent | media-plugins/kodi-pvr-nextpvr: 3.3.8 version bump (diff) | |
download | gentoo-ddc204821c38265a5f24da04cee39920059289ea.tar.gz gentoo-ddc204821c38265a5f24da04cee39920059289ea.tar.bz2 gentoo-ddc204821c38265a5f24da04cee39920059289ea.zip |
media-plugins/kodi-pvr-hts: 4.4.6 version bump
Package-Manager: Portage-2.3.52, Repoman-2.3.12
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-4.4.6.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest index 82258454ad77..250e80402327 100644 --- a/media-plugins/kodi-pvr-hts/Manifest +++ b/media-plugins/kodi-pvr-hts/Manifest @@ -1,2 +1,3 @@ DIST kodi-pvr-hts-3.4.24.tar.gz 201592 BLAKE2B ad4db20f002c006f9c5dbeec65b136287fe6f7b6d973794e90c1e7c2edb3d13717db077edc91172a94c709afc623ce5fc29ccfa88ff34e8c6694b164a9223497 SHA512 66d0c0f090a1c22f748a2cf70a9790dc1fa74c05bbb3ad478cce92b2a116c8f2c25dbc72a9d6f2269a19da94c0ea9f7123bfffeebb9d2d6f29dd17411410fe16 DIST kodi-pvr-hts-4.4.2.tar.gz 159871 BLAKE2B 56d054e934367225809409960ecc629ebeb92ac95845c10f82cc3942cbcc7e4cf7c32ebfec18a90f2bc3c09f62fcb5cc020fa2a66584ce6891e4012c1342e812 SHA512 ab0e1cee6eb5e8b0810b78bc4af70481f061ae5b8144c5a06370b6fc4c9a1a7713531de144ccdabc9d21cef659e7909bd49f89dfcf377f3520f20be5cd738e9e +DIST kodi-pvr-hts-4.4.6.tar.gz 159925 BLAKE2B f4dc1e27a91164521aeb9c2f9969c5248ebc62e81211f552b151c5ddec082bb1c7ed8d44ff0ea5fe88ad7f8b592fbe0110d52cdebcbf579bc8198cb56a1935e2 SHA512 c9cba9a967d2ef3fc89277ae3f01c9045cc309dfce92747619a513b0b289f8b7ee68d589bb44655c1dc48a9020943e66e1b8e6e5ee3271cb7efb0d050a551459 diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.6.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.6.ebuild new file mode 100644 index 000000000000..9807816d0189 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.6.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils 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="Leia" + 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=" + =dev-libs/libplatform-2* + =media-libs/kodi-platform-18* + =media-tv/kodi-18* + " + +RDEPEND=" + ${DEPEND} + " |