diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-03-21 15:10:37 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-03-21 15:11:38 -0400 |
commit | 1310d16b05d740d1e90ddae9992d2f450d58ae17 (patch) | |
tree | 6cf6b2aab38b726caf34d4f623a7b1a2f352e35e /media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.20.0.ebuild | |
parent | dev-python/python-sqlparse: 0.3.0 bump (diff) | |
download | gentoo-1310d16b05d740d1e90ddae9992d2f450d58ae17.tar.gz gentoo-1310d16b05d740d1e90ddae9992d2f450d58ae17.tar.bz2 gentoo-1310d16b05d740d1e90ddae9992d2f450d58ae17.zip |
media-plugins/kodi-pvr-vuplus: 3.20.0 version bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.20.0.ebuild')
-rw-r--r-- | media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.20.0.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.20.0.ebuild b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.20.0.ebuild new file mode 100644 index 000000000000..f77cda466527 --- /dev/null +++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.20.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Kodi's VuPlus client addon" +HOMEPAGE="https://github.com/kodi-pvr/pvr.vuplus" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vuplus.git" + inherit git-r3 + ;; +*) + CODENAME="Leia" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/kodi-pvr/pvr.vuplus/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/pvr.vuplus-${PV}-${CODENAME}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =media-tv/kodi-18* + =media-libs/kodi-platform-18* + dev-libs/tinyxml + dev-cpp/nlohmann_json + " + +RDEPEND=" + ${DEPEND} + " |