Skip to content

Commit

Permalink
media-plugins/kodi-pvr-dvblink: 3.4.5 version bump
Browse files Browse the repository at this point in the history
Closes: gentoo#4714
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
candrews authored and mgorny committed May 24, 2017
1 parent 3aa56eb commit 60077f9
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-dvblink/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kodi-pvr-dvblink-3.3.11.tar.gz 150155 SHA256 0941d00524bd2374a7e281cfe3a9b263539d1120084c01c5f3a755d9fe742698 SHA512 4bc6b6c468c4578528e105003d37bf1b18d6decfd61144ec6e92cb9cc4c05e03d5fb0e475d48674f43b7feb5957f1d891cda6afe72e9f50c0834bdf4519074bb WHIRLPOOL f0f82e82b485a0cf561ea429caab5a861d2d3a7239d91f049bb64abc3cff0490c912dbf4ca6ea168c8bf8696a74c9000724ff1b8064aec43eb61c0b8fab3cef7
DIST kodi-pvr-dvblink-3.4.5.tar.gz 152982 SHA256 3409259b3eaf17885a1aa2d5e9786147b2912c0b42fa981a17c04ff7b0b2b2c2 SHA512 094781e1c944c7a64797f092404aa5eaa267fe31dcbf266441bcbe003362ca78e1732bf80ee26f703f3cdbe8f375f82131a0e6e2865b678e3c99c67220bb38e9 WHIRLPOOL e840a59f270418c9845a34fd0109f516282de945e0daf463e2b9a8d770698f50fb2515ee0ede82109f9493b41441391237b2b5a49bcba786f666196eb1a3f0d4
38 changes: 38 additions & 0 deletions media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-3.4.5.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 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 ~x86"
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-17*
=media-libs/kodi-platform-17*
dev-libs/tinyxml2
"

RDEPEND="
${DEPEND}
"

0 comments on commit 60077f9

Please sign in to comment.