Skip to content

Commit

Permalink
media-plugins/kodi-pvr-iptvsimple: 2.4.11 version bump
Browse files Browse the repository at this point in the history
Closes: gentoo#4722
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
candrews authored and mgorny committed May 24, 2017
1 parent 5786276 commit 52defd5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-plugins/kodi-pvr-iptvsimple/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kodi-pvr-iptvsimple-2.4.11.tar.gz 159750 SHA256 0a006e275cddba02d5d3fd22a95cec6411a765719509a9bc8fcc93dfa247bd4c SHA512 019fac3454c3e5c76055c5ce4785cf6129c79cd8d6c9d8343bc24781e72ea8598039cffec7f19f0ad32ae86acf7fab222ea304a70dd1a13a125ac6e38ca7370d WHIRLPOOL a50d35bb0b5d492109f3e96273738a80ea6f37d0f2210201fc24c939aa5a59db67001192c2a8df391d0c389964a13e09e51d03e878e4a2772ed214e6bbfdb061
DIST kodi-pvr-iptvsimple-2.4.8.tar.gz 159663 SHA256 077f57a147d0036a0a6cfee1a2c53cd384c2cc7d29942dcc5d4c715943f7cd8b SHA512 da4e287f8c72b014b36fe2379f85568551e4d479a311479347de36aa7f4f497f344b0d8443c5646a0cfbe20db0ec25c90a653e6030c59faee7040f8c8341cbf7 WHIRLPOOL 3d97bc19adc2811df60e7b56630fe0cf8f6a0eec85e0c71fef287773cbe51a5a45679c6a007b8da7c36ae4c4b870da424feafbd6ebeda9938360a2fdf8622a92
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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 IPTVSimple client addon"
HOMEPAGE="https://github.com/kodi-pvr/pvr.iptvsimple"
SRC_URI=""

case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="git://github.com/kodi-pvr/pvr.iptvsimple.git"
inherit git-r3
;;
*)
CODENAME="Krypton"
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/kodi-pvr/pvr.iptvsimple/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/pvr.iptvsimple-${PV}-${CODENAME}"
;;
esac

LICENSE="GPL-2"
SLOT="0"
IUSE=""

DEPEND="
=dev-libs/libplatform-2*
=media-tv/kodi-17*
=media-libs/kodi-platform-17*
sys-libs/zlib
"

RDEPEND="
${DEPEND}
"

0 comments on commit 52defd5

Please sign in to comment.