mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-plugins/kodi-pvr-vuplus: Cleanup old version
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST kodi-pvr-vuplus-7.3.1.tar.gz 273039 BLAKE2B 0cd19f00d143c113e8c2ae5d3037464f23cd78fe7968950d8a6eea75c73c2f15a18263517448a952fa3fa5432e93cedd087f7aa3f7c998fab80b6c7193e48bfb SHA512 982503d87ba7bbf8e9756be2aa6602f7e4293044a1ec754165b30caa565a494bddc2d7e2ab6ff4ef83a0787f8e108f10452a5c25870589b8866c16ab3806209a
|
||||
DIST kodi-pvr-vuplus-7.3.2.tar.gz 272832 BLAKE2B b6d78016b969893ad56c4c6c90cfde68a17b6b0069190150e71386d5a6294bf191990769abc4be6add8b552c62e10c5e0dc432640f41ca75d15772a83bc2f965 SHA512 d5244a7e9f3ef906028a438520e79f93f4c2eeb95bf04bc81a3520a6faab6ceffae77274d52d7271a196dd38cf3a525371d05b4ab279e587731c75fd70e5e531
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2021 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
|
||||
}
|
||||
Reference in New Issue
Block a user