Skip to content

Commit

Permalink
media-plugins/kodi-pvr-iptvsimple: 7.4.3 version bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Craig Andrews <[email protected]>
  • Loading branch information
candrews committed Mar 1, 2021
1 parent a5dbc08 commit 5a432d2
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-plugins/kodi-pvr-iptvsimple/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kodi-pvr-iptvsimple-7.4.2.tar.gz 188056 BLAKE2B 84bbfe3e7623bdfa4b2e0977f1b19a2adca326ec5255854a34ba7d1b9c696ec4720d429d41acd1ceb59160b7a0e688d1eac6d4647349f9d06806b4da150ff796 SHA512 b153b14e70ece8d39a0de408776267d5c8e2e2e2c6981264a5753a3bb6ed98d7b1b2845e1ee5931482797b0c189603885e6838587ea9e2ef8d28085a1203f0c9
DIST kodi-pvr-iptvsimple-7.4.3.tar.gz 188136 BLAKE2B 3579f25cc76ab1f1e65ff9826fb67c262534aa0f6e97ea336641e64881f7892978cecda16a82417ccc8e00fb04a44276645920ebde6a376a72b464c5b3573e6a SHA512 53a802aee16d85f2ad0af90eb0897d80b9311eb01ef32229385d1b4fdddb40bb3b96ed28f1745764bd5f2bbb632f787a1faaa4581b46207f5d6c3055f72df1fe
43 changes: 43 additions & 0 deletions media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.4.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake kodi-addon

DESCRIPTION="Kodi's IPTVSimple client addon"
HOMEPAGE="https://github.com/kodi-pvr/pvr.iptvsimple"
SRC_URI=""

case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.iptvsimple.git"
inherit git-r3
;;
*)
CODENAME="Matrix"
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/kodi-pvr/pvr.iptvsimple/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/pvr.iptvsimple-${PV}-${CODENAME}"
;;
esac

LICENSE="GPL-2"
SLOT="0"
IUSE=""

DEPEND="
dev-libs/pugixml
=media-tv/kodi-19*
sys-libs/zlib
"

RDEPEND="
${DEPEND}
"

src_prepare() {
[ -d depends ] && rm -rf depends || die
cmake_src_prepare
}

0 comments on commit 5a432d2

Please sign in to comment.