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-dvblink: 3.3.11 version bump
Closes: gentoo#3728
- Loading branch information
1 parent
87c6206
commit 76d1885
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-dvblink-3.3.11.tar.gz 150155 SHA256 0941d00524bd2374a7e281cfe3a9b263539d1120084c01c5f3a755d9fe742698 SHA512 4bc6b6c468c4578528e105003d37bf1b18d6decfd61144ec6e92cb9cc4c05e03d5fb0e475d48674f43b7feb5957f1d891cda6afe72e9f50c0834bdf4519074bb WHIRLPOOL f0f82e82b485a0cf561ea429caab5a861d2d3a7239d91f049bb64abc3cff0490c912dbf4ca6ea168c8bf8696a74c9000724ff1b8064aec43eb61c0b8fab3cef7 |
39 changes: 39 additions & 0 deletions
39
media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-3.3.11.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 DVBLink client addon" | ||
HOMEPAGE="https://github.com/kodi-pvr/pvr.dvblink" | ||
SRC_URI="" | ||
|
||
case ${PV} in | ||
9999) | ||
SRC_URI="" | ||
EGIT_REPO_URI="git://github.com/kodi-pvr/pvr.dvblink.git" | ||
inherit git-r3 | ||
;; | ||
*) | ||
CODENAME="Krypton" | ||
KEYWORDS="~amd64" | ||
SRC_URI="https://github.com/kodi-pvr/pvr.dvblink/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" | ||
S="${WORKDIR}/pvr.dvblink-${PV}-${CODENAME}" | ||
;; | ||
esac | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
=media-tv/kodi-16* | ||
=media-libs/kodi-platform-16* | ||
dev-libs/tinyxml2 | ||
" | ||
|
||
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