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 582CF138359 for ; Sat, 21 Nov 2020 19:47:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 490BBE076B; Sat, 21 Nov 2020 19:47:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2EB47E076B for ; Sat, 21 Nov 2020 19:47:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 24D96340E61 for ; Sat, 21 Nov 2020 19:47:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68FDE261 for ; Sat, 21 Nov 2020 19:47:31 +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: <1605988044.67c8ae0b50fcd806644a06881e9ff1d31049b9d9.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-mythtv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-pvr-mythtv/Manifest media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.2.0.ebuild X-VCS-Directories: media-plugins/kodi-pvr-mythtv/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 67c8ae0b50fcd806644a06881e9ff1d31049b9d9 X-VCS-Branch: master Date: Sat, 21 Nov 2020 19:47:31 +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: 1f4a5fe0-b789-44d7-936d-b458654bbee5 X-Archives-Hash: 704fe30c63d9abec65b435a6818f6191 commit: 67c8ae0b50fcd806644a06881e9ff1d31049b9d9 Author: Craig Andrews gentoo org> AuthorDate: Sat Nov 21 19:46:56 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sat Nov 21 19:47:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c8ae0b media-plugins/kodi-pvr-mythtv: 7.2.0 version bump Closes: https://bugs.gentoo.org/755665 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Craig Andrews gentoo.org> media-plugins/kodi-pvr-mythtv/Manifest | 1 + .../kodi-pvr-mythtv/kodi-pvr-mythtv-7.2.0.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/media-plugins/kodi-pvr-mythtv/Manifest b/media-plugins/kodi-pvr-mythtv/Manifest index d27826481c8..1a6dace3ae5 100644 --- a/media-plugins/kodi-pvr-mythtv/Manifest +++ b/media-plugins/kodi-pvr-mythtv/Manifest @@ -1 +1,2 @@ DIST kodi-pvr-mythtv-7.1.1.tar.gz 706444 BLAKE2B 130dc700cbc3d95e5d5332caf5718ef965442f0e42a6922c000753da63a6d679352560ddb5f6ced03f993f12fecbd1e4e8d42618cb5110d65b5bf425d32d79c5 SHA512 9154924e7c433a8d0aa6c82a8e6b638310707d1df0607a19da7cc97431e66a38f11ab2d5e1c95ec05caf37f4a32ddce54efa4e94f07d19d2264422d38c4e6bad +DIST kodi-pvr-mythtv-7.2.0.tar.gz 706467 BLAKE2B c426f9f040cc35e13ebb103cd93b4abc64ff101b50f84fe59c2582252c067a4a36b4052adeb7be294ab7d78f3fa5626cd3fd234445f70474bf9248e2fbe28a0f SHA512 30a6cbe8adb5783553fac5869cbb4cda8b78637acffe5a43d06a89115d39f0391492f1c69ecd44e4eaf79d3b85b421d4a4851ef8433f3faa1d9d19c8348f5003 diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.2.0.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.2.0.ebuild new file mode 100644 index 00000000000..3e6fb192fd6 --- /dev/null +++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.2.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake kodi-addon + +DESCRIPTION="MythTV PVR for Kodi" +HOMEPAGE="https://github.com/janbar/pvr.mythtv" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="https://github.com/janbar/pvr.mythtv.git" + inherit git-r3 + ;; +*) + CODENAME="Matrix" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/pvr.mythtv-${PV}-${CODENAME}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + sys-libs/zlib + =media-tv/kodi-19* + " +RDEPEND=" + ${DEPEND} + "