media-plugins/kodi-pvr-vuplus: 7.2.0 version bump

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2020-11-30 11:58:10 -05:00
parent e373098c79
commit b0f3dd242b
2 changed files with 44 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kodi-pvr-vuplus-7.1.3.tar.gz 270666 BLAKE2B 20a15a36f47665c0ef1259053a84e4d4487a9818dbf63604ae30ade01a92f875bfdf23a8bc8b935bcdb4cb28d3c7d138f65ad5e78f73957360fb60315daa3f17 SHA512 b89e9450dd8dfa17cb73e25b89fa3a55c8fd39303f31d08b1d9d5f343eea0ac47e66b5724dda8c237263ac59c0a52068cb659d08abf13a1f7c5cc9d650e8202e
DIST kodi-pvr-vuplus-7.2.0.tar.gz 272592 BLAKE2B c0fe327165c990eb84a99d8e9810da35ca1fb2e4b3f645996969f83b942bb3ab6db059d668bfdc7aa95fa89c6c0256ba27318d6796f0ab048259d6ab6fbd9431 SHA512 8643d47e376a493a7e701b324734a5b3eda71ee772cf738505bb1d6c24d0e902626f89e9dd2f0b88deb188b89d09ea9d6eedb7a64ea6f4956143292d66150e8e

View File

@@ -0,0 +1,43 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake 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="Matrix"
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-19*
dev-libs/tinyxml
dev-cpp/nlohmann_json
"
RDEPEND="
${DEPEND}
"
src_prepare() {
[ -d depends ] && rm -rf depends || die
cmake_src_prepare
}