Skip to content

Commit

Permalink
media-plugins/kodi-pvr-njoy: 2.4.3 version bump
Browse files Browse the repository at this point in the history
Closes: gentoo#4723
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
candrews authored and mgorny committed May 24, 2017
1 parent 52defd5 commit d37f88b
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-njoy/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kodi-pvr-njoy-2.4.2.tar.gz 47118 SHA256 4315b5f87986c17e668d0d89093059b96315b8a7908fc060e2660e5bf8216057 SHA512 2f36aed57c51dbba853c7e57775b2374d072028b1d02978d44f519adb72c6605ea0f1b19721411dc6a6f7c4b4cd0e36517f646c9ae901cfe2dd6e64916f0ba8d WHIRLPOOL 05dd8fdaf9ff1edb372035a31137aa1d94686a33da87d4019bb9eab27b149aa9828476d9622835b3ec9e62e528b6e3466de47eb781df5f4f54cf10a611e08769
DIST kodi-pvr-njoy-2.4.3.tar.gz 47078 SHA256 bef846b6cb6716fad3ac3da1887d91c47c36f0162500d0ad28bc97f6b3685e17 SHA512 cf1c7c35a26c82c049fdba677506a78da6dbd7e46d184d47e394505348e8e06b8b8b681d0348a6f1a304879fb2f2cd5f72dd848c58821e06946df13ecc72b87d WHIRLPOOL 04a87dd85326110bcab1340adcf4730eb28de58e8945958eab381727ed0f17240b806f8d071a80853f9000d0ee86948f3f2551fd30e2c8408c08fedc3a63912a
38 changes: 38 additions & 0 deletions media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-2.4.3.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 Njoy N7 client addon"
HOMEPAGE="https://github.com/kodi-pvr/pvr.njoy"
SRC_URI=""

case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="git://github.com/kodi-pvr/pvr.njoy.git"
inherit git-r3
;;
*)
CODENAME="Krypton"
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/kodi-pvr/pvr.njoy/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/pvr.njoy-${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 d37f88b

Please sign in to comment.