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: Thu, 17 Sep 2020 13:41:54 +0000 (UTC) [thread overview]
Message-ID: <1600350052.a304293b5bebc19864723d3f989aa82ad49e91b5.candrews@gentoo> (raw)
commit: a304293b5bebc19864723d3f989aa82ad49e91b5
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 13:40:52 2020 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 13:40:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a304293b
media-plugins/kodi-pvr-mythtv: 7.1.1 version bump
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-pvr-mythtv/Manifest | 1 +
.../kodi-pvr-mythtv/kodi-pvr-mythtv-7.1.1.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/media-plugins/kodi-pvr-mythtv/Manifest b/media-plugins/kodi-pvr-mythtv/Manifest
index 4314211afa2..901462c1bdc 100644
--- a/media-plugins/kodi-pvr-mythtv/Manifest
+++ b/media-plugins/kodi-pvr-mythtv/Manifest
@@ -3,3 +3,4 @@ DIST kodi-pvr-mythtv-5.10.16.tar.gz 702675 BLAKE2B cc2f229e53b9c91b1a09e954dda88
DIST kodi-pvr-mythtv-5.10.18.tar.gz 702659 BLAKE2B 90e1d655633a857e8068f4b1cb30c3f4cd802adc1139002399107989d3e8477ed38b83076f5a3a96bacd18e10c8a28399e752d43078cf4d9fafb73ef4d4328f9 SHA512 cc09de5086f69e1cee073719d306a44b41f2b0131bc70f74ee730eb681a72d4cecbd263d52ac7610574ce1a8d1b737cdc653adbf9642559e5e0fafa0e06aea25
DIST kodi-pvr-mythtv-5.10.19.tar.gz 702741 BLAKE2B 0baa0e7168ca33af0198205323b1ec8036b46ad33cde2c9a0ce928ae3335d4e0c2704094e3e5b77af41a53f07ded7a77e8709a3c29b389dc044969523982c08d SHA512 7b0ce0ccd74fa5743c774804f6f8d34d3d2085195da26a9da74a12948d611a25142a7ffb228e342120d286da140b234cbfc8a5ca97a77a5a2fc807d6d52d60ae
DIST kodi-pvr-mythtv-7.0.5.tar.gz 706430 BLAKE2B 569725596d66efd8076f39f7ff6fd6aba10057f77be395a94c03d58146e50072c055adf625a02ab9390dbe1cffeddb3b7775e03c689b1b32bef138bdd9af19a6 SHA512 ad94f44f0fa853776da62af7b23a54d884cb25b6fab3186b1bc02f9c4716e7cdeb371f5eb789d65221573117ed7afafcc2a7e1f53a004d42866b61d8deae1dac
+DIST kodi-pvr-mythtv-7.1.1.tar.gz 706444 BLAKE2B 130dc700cbc3d95e5d5332caf5718ef965442f0e42a6922c000753da63a6d679352560ddb5f6ced03f993f12fecbd1e4e8d42618cb5110d65b5bf425d32d79c5 SHA512 9154924e7c433a8d0aa6c82a8e6b638310707d1df0607a19da7cc97431e66a38f11ab2d5e1c95ec05caf37f4a32ddce54efa4e94f07d19d2264422d38c4e6bad
diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.1.1.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.1.1.ebuild
new file mode 100644
index 00000000000..3e6fb192fd6
--- /dev/null
+++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.1.1.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}
+ "
next reply other threads:[~2020-09-17 13:41 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-17 13:41 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-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-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=1600350052.a304293b5bebc19864723d3f989aa82ad49e91b5.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