diff options
author | Craig Andrews <candrews@integralblue.com> | 2017-06-16 14:08:02 -0400 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-07-30 10:33:29 +0200 |
commit | 842059db41238421f9c907c977e268ecc00c52aa (patch) | |
tree | 1ef1636ef105afca859a75cb0655737af0a76a00 /media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild | |
parent | dev-python/google-auth: version bump to 1.0.1 (diff) | |
download | gentoo-842059db41238421f9c907c977e268ecc00c52aa.tar.gz gentoo-842059db41238421f9c907c977e268ecc00c52aa.tar.bz2 gentoo-842059db41238421f9c907c977e268ecc00c52aa.zip |
media-plugins/kodi-pvr-hts: Add versions -3.4.24 and -9999
Gentoo-bug: 621788
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4944
Diffstat (limited to 'media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild')
-rw-r--r-- | media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild new file mode 100644 index 000000000000..c319baf4b220 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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="git://github.com/kodi-pvr/pvr.hts.git" + inherit git-r3 +else + CODENAME="Krypton" + 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-17* + =media-tv/kodi-17* + " + +RDEPEND=" + ${DEPEND} + " |