public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-mythtv/
Date: Tue,  1 Jan 2019 21:32:18 +0000 (UTC)	[thread overview]
Message-ID: <1546378314.db2bd52bef2180fd419416f055f3d8cca060ec6c.candrews@gentoo> (raw)

commit:     db2bd52bef2180fd419416f055f3d8cca060ec6c
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  1 21:31:54 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Jan  1 21:31:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2bd52b

media-plugins/kodi-pvr-mythtv: 5.10.3 version bump

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 media-plugins/kodi-pvr-mythtv/Manifest             |  1 +
 .../kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.3.ebuild  | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-mythtv/Manifest b/media-plugins/kodi-pvr-mythtv/Manifest
index 2033f7f4c50..7db49d32f8f 100644
--- a/media-plugins/kodi-pvr-mythtv/Manifest
+++ b/media-plugins/kodi-pvr-mythtv/Manifest
@@ -1,5 +1,6 @@
 DIST kodi-pvr-mythtv-4.15.3.tar.gz 650217 BLAKE2B ddc6b11039bd8e5e6b46331030909063e127f681f4059e604734644a3159c10f10c3dbed770ba8a58bb5ea3b7e543dfba042b28f347c842d963d7966e35cad32 SHA512 1171f4e6a05878660795b585185d35707ef713e310f3508e7fb3327caf79feb6a941e4b4f4d9f2331ef13492c141a4d36157547e350642eee900f3fad1d46b55
 DIST kodi-pvr-mythtv-5.10.1.tar.gz 697844 BLAKE2B fb7678cfed9c6c9d25f0bb0ff5fe6c8544581c2cfda9b564b12430596d907744489bc116c898f23eabf24567eab0fe497be2d408dca09b9c18264c166fd7877c SHA512 1125dada0b3791ba0ad668108e7681b53a5f2389ab8498360c241be1869157bf5e5277e7b90c0291aa484eb74cbf0435c8b29cc713f49d7b87a61d8ae2523e69
+DIST kodi-pvr-mythtv-5.10.3.tar.gz 698680 BLAKE2B 3ef098d8691308d66e463ece3de59308a5af8407831a867d197c505443390646b1668ab0ad4ed1170bc67128cc1dea0b331549dc6faa4fc2e8064c3825d730c7 SHA512 e5ebabd8b9b97dbc1bbb34cc79d9e020d4186af69731c5cdf9bc6e67592fb1d017d3c51ebd8ae5b1ea72650c436bcd0de50bdc1cc04d93ec8a9336a38f6a8fcd
 DIST kodi-pvr-mythtv-5.8.14.tar.gz 696544 BLAKE2B a80b84d6c3aa2244d68f7c7ffca16b17e5942239a55a67e059a6a016f9970f7c8ca65071a6b498dbae8c0addea95349f49f27a7e7ce8888a1d9a2fd5294a8d0e SHA512 44630a944eeee7cb97de91183b560beef00d686148880ebba51063fe1f320bd43cd2c9a89061c49fbf8c5e038ac5d6788440fc948ba46ca130e8bd8a980dff97
 DIST kodi-pvr-mythtv-5.8.15.tar.gz 696549 BLAKE2B 408575d8995a5c25a1f2d32b4f7fad37ec4d929a622e287594b700aec41162db9b5b1df4dee59f68a3c4c417af95f6b9297e94de0852e4895f12aebbf40c267d SHA512 8bb8b6dc69cd62eb1b62f7d08abb17a698d354e2280e5b2c5d68d1037e1b48e048aa10dd8b9a4f830c2af7e1d232813fe53c8634669e39665e8e8abc7ae53474
 DIST kodi-pvr-mythtv-5.8.16.tar.gz 697062 BLAKE2B af0d96959904b34368934117a721e0190107f8d772f9ea6370b6eaba61848d183672edd9639737510f3f7fb8e2525aa18874a0c85db6a7ea9d9f168e08102187 SHA512 9ffe4c8defda0111e371bbde72f3b2e746b7b9003dced1956552223b344d868f344ff076f7021534d5a41781fc5b06dfd1bb75d12d1e64f97589ebefa7c030d6

diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.3.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.3.ebuild
new file mode 100644
index 00000000000..8b96d7f0430
--- /dev/null
+++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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}
+	"


             reply	other threads:[~2019-01-01 21:32 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-01 21:32 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-08 13:56 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-mythtv/ Craig Andrews
2021-03-08 13:56 Craig Andrews
2020-11-21 19:47 Craig Andrews
2020-09-17 13:41 Craig Andrews
2020-07-15 18:24 Craig Andrews
2020-07-09 20:27 Craig Andrews
2020-05-18 13:38 Craig Andrews
2020-01-09 19:55 Craig Andrews
2020-01-09 19:55 Craig Andrews
2019-11-25 17:46 Craig Andrews
2019-10-08 14:29 Craig Andrews
2019-10-02 13:38 Craig Andrews
2019-10-01 13:40 Craig Andrews
2019-09-05 17:30 Craig Andrews
2019-09-03  1:28 Craig Andrews
2019-09-03  1:28 Craig Andrews
2019-08-28  0:38 Craig Andrews
2019-04-08 16:04 Craig Andrews
2019-02-07 17:57 Craig Andrews
2019-02-04  2:45 Craig Andrews
2019-01-19  0:14 Craig Andrews
2019-01-19  0:14 Craig Andrews
2018-11-25  1:26 Craig Andrews
2018-11-19 17:18 Craig Andrews
2018-11-18  3:07 Craig Andrews
2018-11-12  5:03 Craig Andrews
2018-11-09 16:22 Craig Andrews
2018-11-08 14:21 Craig Andrews
2018-11-06 16:02 Craig Andrews
2017-07-30  8:33 David Seifert
2017-07-30  8:33 David Seifert
2017-07-08 22:55 Patrice Clement
2017-03-09 20:50 David Seifert
2017-02-18  4:43 Michael Palimaka
2017-02-11 11:10 Michael Palimaka
2017-02-01 22:16 David Seifert
2017-01-26 22:40 David Seifert
2017-01-23 21:19 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1546378314.db2bd52bef2180fd419416f055f3d8cca060ec6c.candrews@gentoo \
    --to=candrews@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox