mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
media-plugins/kodi-pvr-demo: Cleanup old versions
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST kodi-pvr-demo-3.6.1.tar.gz 35070 BLAKE2B f916f89dd701c5fa9b6f9ad4950115433382c94ec5cc73afb0c753b80c1850947ba4776e494842e9181595b5a8bdb0e38f3a6b0baeaa6b19dfe2fe104b2ac06b SHA512 ddcc0c91b9173920ab5a9e05622312e7363b85be74254e451cff7d415d09fe9b60f59acb75c66359eabc3e737921116c2232042a76dcabcf9e2d52d4d3e31a09
|
||||
DIST kodi-pvr-demo-6.0.1.tar.gz 41271 BLAKE2B 71fc5d308ef122929f62b140c6aa4561a305a5c2dc34b289f1cebb116ae14637da02e4c1546e57085dfd389ad8a02bbece82af53f4a03ba583ef162eab7b1ae1 SHA512 cb1eb595226543b92878d2a3a717a269647524baf6429518637d1fa1fd2d46de9a2e9481831760e9647da529a4c05bc4d1f1a54c5474d030d1d3ac92b74100c6
|
||||
DIST kodi-pvr-demo-7.0.0.tar.gz 41620 BLAKE2B dd7b99623e6b7e1d994b6cf06af30626b91cadd9af8d4c378c13af8e7d77344b7a7162bd076ebe7e35c4a322cc245edf9ed162f05d36f50c3f72762f278a6fac SHA512 50ddb76182913aa6f9aa7800fa77d7fa45fc71468d5e8443b35b6746c62c2e81a0855ca2bdbce7c2b905562cd348464017535412103e8fd46a322fcf93293b13
|
||||
|
||||
@@ -1,38 +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="Demo PVR for Kodi"
|
||||
HOMEPAGE="https://github.com/kodi-pvr/pvr.demo"
|
||||
SRC_URI=""
|
||||
|
||||
case ${PV} in
|
||||
9999)
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.demo.git"
|
||||
inherit git-r3
|
||||
;;
|
||||
*)
|
||||
CODENAME="Leia"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/kodi-pvr/pvr.demo/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/pvr.demo-${PV}-${CODENAME}"
|
||||
;;
|
||||
esac
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
=media-tv/kodi-18*
|
||||
=media-libs/kodi-platform-18*
|
||||
dev-libs/tinyxml
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
Reference in New Issue
Block a user