forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-plugins/kodi-pvr-filmon: version bump 1.4.7
Closes: gentoo#3746
- Loading branch information
1 parent
8f3d07d
commit c3c1c9e
Showing
3 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST kodi-pvr-filmon-1.4.7.tar.gz 103691 SHA256 87ad3adc22ec64be15b9408c51388bb7d12b0089dd466aae73ae082d0576320c SHA512 86bbfbe56607888983e7b80800680c2b955a743def3aedd9ba1a4cee8543af327b737b1c9a04dc03b09a950774a31c0ce9af8a0431103fca937b6f0fa7b76280 WHIRLPOOL a96f1afcaf856fdf23cf78d691f53fb5a02a51a355313a268d442329ff816ed63bfc6bae43c1536e61b6a02c6732ee8d68e517412b8986664084d3cf9a8975bb |
39 changes: 39 additions & 0 deletions
39
media-plugins/kodi-pvr-filmon/kodi-pvr-filmon-1.4.7.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
inherit cmake-utils kodi-addon | ||
|
||
DESCRIPTION="Kodi's Filmon client addon" | ||
HOMEPAGE="https://github.com/kodi-pvr/pvr.filmon" | ||
SRC_URI="" | ||
|
||
case ${PV} in | ||
9999) | ||
SRC_URI="" | ||
EGIT_REPO_URI="git://github.com/kodi-pvr/pvr.filmon.git" | ||
inherit git-r3 | ||
;; | ||
*) | ||
CODENAME="Krypton" | ||
KEYWORDS="~amd64 ~x86" | ||
SRC_URI="https://github.com/kodi-pvr/pvr.filmon/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" | ||
S="${WORKDIR}/pvr.filmon-${PV}-${CODENAME}" | ||
;; | ||
esac | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
=media-tv/kodi-17* | ||
=media-libs/kodi-platform-17* | ||
dev-libs/jsoncpp | ||
" | ||
|
||
RDEPEND=" | ||
${DEPEND} | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters