Skip to content

Commit

Permalink
media-plugins/kodi-pvr-vuplus: 2.4.10 version bump
Browse files Browse the repository at this point in the history
Closes: gentoo#4719
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
candrews authored and mgorny committed May 24, 2017
1 parent 6e889aa commit 85a9e5d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-plugins/kodi-pvr-vuplus/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kodi-pvr-vuplus-2.4.10.tar.gz 80514 SHA256 79cd3ea79957ae2bca67c9a1cefe3546f27a6d4e88adb4973bb08228425be2fe SHA512 b9569a85a6cb2c02b72f9494148f55874acc7c4a826704abfd4bd1d29c96b6221dbc62510c3823947b6496bd3465d6d9cd2089009d984fa706efc5b8ea882fa1 WHIRLPOOL 1c8b775c6ceb4742540f16b486b2713cd60f4d4efb6a639c6e01ea723f9c6d65a6b6bbcff09f522f8a462d82bd2a14906789559eddaef57e84eece31f03946a1
DIST kodi-pvr-vuplus-2.4.6.tar.gz 80550 SHA256 d3bccae1740ef24d43d30008e4c767169f1cb3d18b0dc8042679226c024267c9 SHA512 c5c626cf99ea7f62861c9f82836cb10dd6cab0411c827345710a00f8ce626b17d97cde7177ba53478faefaf335a8f8ae3bbc20e49f64af54094151fcf94ef64b WHIRLPOOL 912ce6259aa5870777e2622e5ed70f5baa36f461f0efafd6ea30afc8ef1a1fc683df1a06a46ff8e60d1efdc42c208d581c6b9313864ae084143213279eb6711b
38 changes: 38 additions & 0 deletions media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-2.4.10.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 1999-2017 Gentoo Foundation
# 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="git://github.com/kodi-pvr/pvr.vuplus.git"
inherit git-r3
;;
*)
CODENAME="Krypton"
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-17*
=media-libs/kodi-platform-17*
dev-libs/tinyxml
"

RDEPEND="
${DEPEND}
"

0 comments on commit 85a9e5d

Please sign in to comment.