media-plugins/kodi-pvr-vuplus: Cleanup old version

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews 2020-11-25 09:07:01 -05:00
parent ed18f05776
commit 0cb8841d0b
No known key found for this signature in database
GPG Key ID: 581BAFE062A38CB6
2 changed files with 0 additions and 44 deletions

View File

@ -1,2 +1 @@
DIST kodi-pvr-vuplus-7.1.2.tar.gz 270613 BLAKE2B 0ce340a294239ab8a4fa88d0e3ed5f172977e09c70d6bd559f9ef07a2b079c87bc5409cc298a7426223541fa6a13ec9e3cbefd027a0e318a6a3430a57703cbe1 SHA512 4efacc27e0582dec751ebdd2a37ac7e8c9a9f08ba494ef75ab2f044369e21383803baf123b65ae07058ef59a19cec03d82e90da9054eeb4805aeec25555b7bbc
DIST kodi-pvr-vuplus-7.1.3.tar.gz 270666 BLAKE2B 20a15a36f47665c0ef1259053a84e4d4487a9818dbf63604ae30ade01a92f875bfdf23a8bc8b935bcdb4cb28d3c7d138f65ad5e78f73957360fb60315daa3f17 SHA512 b89e9450dd8dfa17cb73e25b89fa3a55c8fd39303f31d08b1d9d5f343eea0ac47e66b5724dda8c237263ac59c0a52068cb659d08abf13a1f7c5cc9d650e8202e

View File

@ -1,43 +0,0 @@
# 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
}