From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BE7B1382C5 for ; Thu, 25 Mar 2021 20:52:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C783E07FA; Thu, 25 Mar 2021 20:52:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 247C0E07FA for ; Thu, 25 Mar 2021 20:52:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46434340CC0 for ; Thu, 25 Mar 2021 20:52:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF8DC632 for ; Thu, 25 Mar 2021 20:52:36 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1616705552.b9928243587d260a663849af07cffea228cd80ec.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-iptvsimple/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-pvr-iptvsimple/Manifest media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.5.1.ebuild X-VCS-Directories: media-plugins/kodi-pvr-iptvsimple/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: b9928243587d260a663849af07cffea228cd80ec X-VCS-Branch: master Date: Thu, 25 Mar 2021 20:52:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c13cce7-aaf7-42fe-a8ca-d562db4cdfcf X-Archives-Hash: fcb4624d2c24477df51fa31f46a691c3 commit: b9928243587d260a663849af07cffea228cd80ec Author: Craig Andrews gentoo org> AuthorDate: Thu Mar 25 20:51:56 2021 +0000 Commit: Craig Andrews gentoo org> CommitDate: Thu Mar 25 20:52:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9928243 media-plugins/kodi-pvr-iptvsimple: 7.5.1 version bump Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Craig Andrews gentoo.org> media-plugins/kodi-pvr-iptvsimple/Manifest | 1 + .../kodi-pvr-iptvsimple-7.5.1.ebuild | 43 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/media-plugins/kodi-pvr-iptvsimple/Manifest b/media-plugins/kodi-pvr-iptvsimple/Manifest index 1cbf945b190..f33f3250d6e 100644 --- a/media-plugins/kodi-pvr-iptvsimple/Manifest +++ b/media-plugins/kodi-pvr-iptvsimple/Manifest @@ -1 +1,2 @@ DIST kodi-pvr-iptvsimple-7.5.0.tar.gz 188752 BLAKE2B a69fe90b1b6599e90aeee46e5b0acae78a5dcb9a836dbdf7b4c750ae23da42adbd59a8e3f26bf0b9fc80cf2807ba3bddfa510a3de4131b76bc900f797078d314 SHA512 4936332ae84d3c6f914c2308bf0dc9bd7eb135f41009823b79074567e84ac33b6aa73b91c7b6b5ee2d1ed18ebc4846369411407f3d31ef98846b0493c2208108 +DIST kodi-pvr-iptvsimple-7.5.1.tar.gz 188853 BLAKE2B 9f5e391c7884d59a86960a7e7ba7e341a9f70911207d8f87850e47b1c151bb8d3b398ee02920ec08a53058515261bd3a2c37ee5b363ebb0866c5eb11ceb2e0ed SHA512 da6dbd2dfe62ab30df293cdd055d9375c621ff17f9ea151f672d7978a8e486548a65f8385f66ed89085d92e5594f379b32bd2954a7f5916e83d086812ec91354 diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.5.1.ebuild b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.5.1.ebuild new file mode 100644 index 00000000000..36d5b715c65 --- /dev/null +++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.5.1.ebuild @@ -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 +}