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-demo: 2.4.3 version bump
Closes: gentoo#3705
- Loading branch information
1 parent
b296942
commit 87c6206
Showing
3 changed files
with
46 additions
and
5 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-demo-2.4.3.tar.gz 33550 SHA256 74d8d80105de9186fb95487088963aba10e9e0685f067d67c8421cf4ef0e9450 SHA512 14d6abfdc6225d19873b60a118f6f777dfb442f410a057a1f7fdbf0764203088ee337cd0e15a4d4a3814e949776e38b8f91ec7ff99526163e8bf5b82a114e745 WHIRLPOOL b41cba9496b5c4c735d9399b67ec15ebe97abbb721eb511cee42a8c495ac35f0a4b951aa108b742a963ce47c75fe13f2388855aac1ca78894c823358cab799e5 |
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="Demo PVR for Kodi" | ||
HOMEPAGE="https://github.com/kodi-pvr/pvr.demo" | ||
SRC_URI="" | ||
|
||
case ${PV} in | ||
9999) | ||
SRC_URI="" | ||
EGIT_REPO_URI="git://github.com/kodi-pvr/pvr.demo.git" | ||
inherit git-r3 | ||
;; | ||
*) | ||
CODENAME="Krypton" | ||
KEYWORDS="~amd64" | ||
SRC_URI="https://github.com/kodi-pvr/pvr.demo/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" | ||
S="${WORKDIR}/pvr.demo-${PV}-${CODENAME}" | ||
;; | ||
esac | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
=media-tv/kodi-16* | ||
=media-libs/kodi-platform-16* | ||
dev-libs/tinyxml | ||
" | ||
|
||
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