Skip to content

Commit

Permalink
media-plugins/kodi-pvr-demo: 2.4.3 version bump
Browse files Browse the repository at this point in the history
Closes: gentoo#3705
  • Loading branch information
candrews authored and SoapGentoo committed Jan 30, 2017
1 parent b296942 commit 87c6206
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 5 deletions.
1 change: 1 addition & 0 deletions media-plugins/kodi-pvr-demo/Manifest
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
39 changes: 39 additions & 0 deletions media-plugins/kodi-pvr-demo/kodi-pvr-demo-2.4.3.ebuild
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}
"
11 changes: 6 additions & 5 deletions media-plugins/kodi-pvr-demo/kodi-pvr-demo-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ case ${PV} in
inherit git-r3
;;
*)
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/kodi-pvr/pvr.demo/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/pvr.demo-${PV}"
CODENAME="Krypton"
KEYWORDS="~x86 ~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

Expand All @@ -28,8 +29,8 @@ SLOT="0"
IUSE=""

DEPEND="
media-tv/kodi
media-libs/kodi-platform
=media-tv/kodi-9999*
=media-libs/kodi-platform-9999*
dev-libs/tinyxml
"

Expand Down

0 comments on commit 87c6206

Please sign in to comment.