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 EA4AB139695 for ; Sun, 30 Jul 2017 08:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D7371FC150; Sun, 30 Jul 2017 08:34:00 +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 0D6D51FC150 for ; Sun, 30 Jul 2017 08:34:00 +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 E0D0F341A9F for ; Sun, 30 Jul 2017 08:33:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C32E7491 for ; Sun, 30 Jul 2017 08:33:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1501403609.842059db41238421f9c907c977e268ecc00c52aa.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-hts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-pvr-hts/Manifest media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild X-VCS-Directories: media-plugins/kodi-pvr-hts/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 842059db41238421f9c907c977e268ecc00c52aa X-VCS-Branch: master Date: Sun, 30 Jul 2017 08:33:56 +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-Archives-Salt: b452dd4c-781e-4116-9578-b381f104c046 X-Archives-Hash: 607ab2a89e1b375e86fc55ad9ff2600d commit: 842059db41238421f9c907c977e268ecc00c52aa Author: Craig Andrews integralblue com> AuthorDate: Fri Jun 16 18:08:02 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 30 08:33:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842059db media-plugins/kodi-pvr-hts: Add versions -3.4.24 and -9999 Gentoo-bug: 621788 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4944 media-plugins/kodi-pvr-hts/Manifest | 1 + .../kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild | 35 ++++++++++++++++++++++ .../kodi-pvr-hts/kodi-pvr-hts-9999.ebuild | 35 ++++++++++++++++++++++ 3 files changed, 71 insertions(+) diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest new file mode 100644 index 00000000000..01937e052b8 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/Manifest @@ -0,0 +1 @@ +DIST kodi-pvr-hts-3.4.24.tar.gz 201592 SHA256 29867bd1fad4c4d69ec0d25ea1bb1507fd4543442aef890a2124f63f67318d92 SHA512 66d0c0f090a1c22f748a2cf70a9790dc1fa74c05bbb3ad478cce92b2a116c8f2c25dbc72a9d6f2269a19da94c0ea9f7123bfffeebb9d2d6f29dd17411410fe16 WHIRLPOOL 82714a09fe01ef89a779937c215b958637306bee7e723ea77f9023c28185d1a8a07b5323fbb8472b6920fafed749e6ad4d1b5af8f7ec7ac379a6a25d086fcadd diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild new file mode 100644 index 00000000000..c319baf4b22 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi" +HOMEPAGE="https://github.com/kodi-pvr/pvr.hts" +SRC_URI="" + +if [[ ${PV} == 9999 ]]; then + SRC_URI="" + EGIT_REPO_URI="git://github.com/kodi-pvr/pvr.hts.git" + inherit git-r3 +else + CODENAME="Krypton" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/pvr.hts-${PV}-${CODENAME}" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =dev-libs/libplatform-2* + =media-libs/kodi-platform-17* + =media-tv/kodi-17* + " + +RDEPEND=" + ${DEPEND} + " diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild new file mode 100644 index 00000000000..34a9740a5bf --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi" +HOMEPAGE="https://github.com/kodi-pvr/pvr.hts" +SRC_URI="" + +if [[ ${PV} == 9999 ]]; then + SRC_URI="" + EGIT_REPO_URI="git://github.com/kodi-pvr/pvr.hts.git" + inherit git-r3 +else + CODENAME="Krypton" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/pvr.hts-${PV}-${CODENAME}" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =dev-libs/libplatform-2* + =media-libs/kodi-platform-9999 + =media-tv/kodi-9999 + " + +RDEPEND=" + ${DEPEND} + "