Skip to content

Commit

Permalink
media-plugins/kodi-pvr-pctv: 1.4.7 version bump
Browse files Browse the repository at this point in the history
Closes: gentoo#4726
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
candrews authored and mgorny committed May 24, 2017
1 parent b9b29c0 commit 2b8bd19
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-pctv/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kodi-pvr-pctv-1.4.5.tar.gz 64968 SHA256 0e5a0fcbdbda0200ebde50552bd68eddd8644010bd39d1cf0038ba28182ca8bb SHA512 75d61d0520536a4d6dc9d50953b7f98b08aec18f0d1bba30207332efb50acd920af1ca4380c47696edf88c1544950ec2b3b0ac559b672e84e4108fbcd8ba1780 WHIRLPOOL 098665385104540cdd420b08b4a8d7976f268d0b9b221dd000e240f24f2aa0d36b21d39220d2d4494cb7629ba999d6564032caf7a45ea7071cfff362e194a8d6
DIST kodi-pvr-pctv-1.4.7.tar.gz 65031 SHA256 95f95f39739baf6013bb6c9188743f842f6ba3e1fa541907067f795e1a3c66a1 SHA512 f9989b5d90c115de9ac32254cd2ff2f1b5a7a78416ee66db8606afa63b21793f2164fed0ffabbf56e8ee041da011e18f48be70eb3ebe8a952f1c71be205085f1 WHIRLPOOL 9aa40979d7e12b3b68cc9f3331dd1c2f5cd7d8af03d96c7d36c4315258d0629cf7b1eeee501f2b1457a84e2e7561ee8f460e04f6c640847a406e0cc60db48d3f
38 changes: 38 additions & 0 deletions media-plugins/kodi-pvr-pctv/kodi-pvr-pctv-1.4.7.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 PCTV client addon"
HOMEPAGE="https://github.com/kodi-pvr/pvr.pctv"
SRC_URI=""

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

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

DEPEND="
=media-tv/kodi-17*
=media-libs/kodi-platform-17*
dev-libs/jsoncpp
"

RDEPEND="
${DEPEND}
"

0 comments on commit 2b8bd19

Please sign in to comment.