From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-mythtv/
Date: Thu, 9 Mar 2017 20:50:47 +0000 (UTC) [thread overview]
Message-ID: <1489092621.78bfe63a378e934ce73950c99cb0a8cb94c7a996.soap@gentoo> (raw)
commit: 78bfe63a378e934ce73950c99cb0a8cb94c7a996
Author: Craig Andrews <candrews <AT> integralblue <DOT> com>
AuthorDate: Tue Mar 7 22:20:52 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 20:50:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78bfe63a
media-plugins/kodi-pvr-mythtv: 4.15.0 version bump
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4151
media-plugins/kodi-pvr-mythtv/Manifest | 1 +
.../kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.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 3456c15de75..75558f9c0e1 100644
--- a/media-plugins/kodi-pvr-mythtv/Manifest
+++ b/media-plugins/kodi-pvr-mythtv/Manifest
@@ -1,3 +1,4 @@
DIST kodi-pvr-mythtv-4.13.1.tar.gz 654475 SHA256 50e885395269c49ade09e6aa590211e7073d227505e3c02babc7a4672043a044 SHA512 1dfa80d0a14a412e85c2f8e633567a990404224907a24e0be736e685897a4258d0298b87fd119a5ddc435da8fb388e566cbda8a0bbfda1fcdd8f52fc0888abad WHIRLPOOL b95e062ba6f9eab0055ef459fa6dc9246e704720bbbe5b81e0d65a3921927f8e697d66ef8271551cee7dba17d61772ea835cb658aaf5c9dd923880999e670d54
DIST kodi-pvr-mythtv-4.14.0.tar.gz 649498 SHA256 b6f74568f531c01b45bf1deb69f9404969993c1d43b468140a2ca48f6945ce29 SHA512 ecb9a51f690752e994be62dbd0a01fea0d0c446968c40c6cbef0330dece68f6c3d6742f6594c7808a493a8dc594778f38e6e7b360d328f6050d6325509f67d0f WHIRLPOOL bdfdcc5fbac0d90ffc6ccd10c615dd10461966fdd85018d2936241ef83d0309f9328fe333721cdaa5088577a1759fe90d838cbc1bb3ffcea2623ee8970fc03b7
DIST kodi-pvr-mythtv-4.14.1.tar.gz 649494 SHA256 240f37c5a7b6c3e97580464e3a212b175ef116eddbadb1ea792aab6705b067ce SHA512 ef00b849cd3275b0cc9cc3ffc308208029c119db59628c4d392a765ec8b1bcef39143c58f69ddffbcaeaeebc2e742b7baf23ffc36b22885f612e037688329fc3 WHIRLPOOL b1fe46cc4a9e6dbe63406d5a65ea92801c3a94e49314e3bdae6e07b0017568ffbc8803911367f96586011a2dca6e04828b9a4e2c431906994e759a163c9da75d
+DIST kodi-pvr-mythtv-4.15.0.tar.gz 649677 SHA256 30b6a20f846f0f0cc14c2347efbf3b72162c876daed53a3731d3f975d370765e SHA512 ecb658685dc4956d7cdbaea304915445e87f4c390f554bd7642d29132cdcccc511291db272e16b288a87028c477865c498363366762ca16415f7198f9693f39f WHIRLPOOL 01331da2a1b6e53cb9d3ddb5b4ea9e524e0a36b4e18399688c4c7d9113846f10cce94b0571ddd72e0ff658a9d9d767203454f2c73ae29e9394ebc94aa0a06316
diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.0.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.0.ebuild
new file mode 100644
index 00000000000..f6a72f5dd6b
--- /dev/null
+++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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="git://github.com/janbar/pvr.mythtv.git"
+ inherit git-r3
+ ;;
+*)
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/pvr.mythtv-${PV}"
+ ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ sys-libs/zlib
+ =media-tv/kodi-17*
+ =media-libs/kodi-platform-17*
+ "
+RDEPEND="
+ ${DEPEND}
+ "
next reply other threads:[~2017-03-09 20:50 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-09 20:50 David Seifert [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
2019-01-01 21:32 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-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=1489092621.78bfe63a378e934ce73950c99cb0a8cb94c7a996.soap@gentoo \
--to=soap@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