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 61CF0138334 for ; Tue, 1 Oct 2019 13:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BD9FE08C4; Tue, 1 Oct 2019 13:40:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 511DCE08C4 for ; Tue, 1 Oct 2019 13:40:19 +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 C74F934B757 for ; Tue, 1 Oct 2019 13:40:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7133803 for ; Tue, 1 Oct 2019 13:40:14 +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: <1569937209.e2308e517d53c8523e9b7321665b0e91fcfdd76f.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-5.10.11.ebuild X-VCS-Directories: media-plugins/kodi-pvr-mythtv/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: e2308e517d53c8523e9b7321665b0e91fcfdd76f X-VCS-Branch: master Date: Tue, 1 Oct 2019 13:40:14 +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: b62a9416-2061-4605-8da4-3f2ce242a844 X-Archives-Hash: ceb14ee32fe7f821486b19877890b148 commit: e2308e517d53c8523e9b7321665b0e91fcfdd76f Author: Craig Andrews gentoo org> AuthorDate: Tue Oct 1 13:39:25 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Oct 1 13:40:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2308e51 media-plugins/kodi-pvr-mythtv: 5.10.11 version bump Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> media-plugins/kodi-pvr-mythtv/Manifest | 1 + .../kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.11.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/media-plugins/kodi-pvr-mythtv/Manifest b/media-plugins/kodi-pvr-mythtv/Manifest index 7cd8ae883b4..19d87f15ca4 100644 --- a/media-plugins/kodi-pvr-mythtv/Manifest +++ b/media-plugins/kodi-pvr-mythtv/Manifest @@ -1 +1,2 @@ +DIST kodi-pvr-mythtv-5.10.11.tar.gz 702648 BLAKE2B 7653811eeba607d642340349a9b3d59f14e3f9da764af542e8e5daf0c742abcda312692881918c69dc26d27642af44feed6e7569bd763472254921403e8fd376 SHA512 792943ea1e4e4bd8ea8e484d055cc5a3850ab5c873f1494b187fa9ecd944801b4c74d575754e687ff45fb6c1936b4064c0eabb8edeeb146c6ae617cd14dde555 DIST kodi-pvr-mythtv-5.10.9.tar.gz 702493 BLAKE2B 457be0137a95d1abe0ad4a5634bcf21bad8d2f9261879468e2c5ba598a41b7eb71ed1bbf9992f45db8ad82d4da25bf87067199c57e71b64c9255608350874a2c SHA512 b497f79de6ca42638af0ac3c76c18343236db26af2901b60f49ddc71f9c0f4c68c293a50dc57a80e0ecf81df2629ad7695a842e63e1e8ebc2b22de082a5e39c6 diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.11.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.11.ebuild new file mode 100644 index 00000000000..4ff772b6927 --- /dev/null +++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.11.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils 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="Leia" + 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-18* + =media-libs/kodi-platform-18* + " +RDEPEND=" + ${DEPEND} + "