commit:     2be0d13b139aa3ebafba059d27b64064acc9ff94
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 19 17:17:50 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Nov 19 17:18:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be0d13b

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

Package-Manager: Portage-2.3.51, 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.9.1.ebuild   | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-mythtv/Manifest 
b/media-plugins/kodi-pvr-mythtv/Manifest
index d2d491a3106..a77122d6619 100644
--- a/media-plugins/kodi-pvr-mythtv/Manifest
+++ b/media-plugins/kodi-pvr-mythtv/Manifest
@@ -4,3 +4,4 @@ DIST kodi-pvr-mythtv-5.8.15.tar.gz 696549 BLAKE2B 
408575d8995a5c25a1f2d32b4f7fad
 DIST kodi-pvr-mythtv-5.8.16.tar.gz 697062 BLAKE2B 
af0d96959904b34368934117a721e0190107f8d772f9ea6370b6eaba61848d183672edd9639737510f3f7fb8e2525aa18874a0c85db6a7ea9d9f168e08102187
 SHA512 
9ffe4c8defda0111e371bbde72f3b2e746b7b9003dced1956552223b344d868f344ff076f7021534d5a41781fc5b06dfd1bb75d12d1e64f97589ebefa7c030d6
 DIST kodi-pvr-mythtv-5.8.19.tar.gz 698885 BLAKE2B 
2852426c9f2b6b559356a21173ff5b59edeb1ae120acd2f679c2076a034d68b01cc43b1bec72302487e1421ee05c6fb67dfd44c59d3a8e90d14c95d29626abfc
 SHA512 
7d61a090321d68937dba20277060d7e41841b0c080178092ac7d709fc7a1f964ef0cc92919ec26659f466c276dc1543ddfe44e7c9fd33db640653abc2f28369d
 DIST kodi-pvr-mythtv-5.9.0.tar.gz 701955 BLAKE2B 
002293de752d0e5e3d61d67dfbd397039571527ad850a234ed878eeade0b99d654f4aa744e43572bc8e340513be5e20cbb6353ab4cd7487e5339120d9ca1f202
 SHA512 
49833fc099d4e3408664d8e196ebf8dbd78756b41556bb9e69c1086d9c97d7e01cce3ae9e4635571d529a7002e8e2f4937dd6356f290ca594272d2e65522499b
+DIST kodi-pvr-mythtv-5.9.1.tar.gz 702309 BLAKE2B 
351aadec6d76f96ee4056b11c12d2dbf3b92f4e301c56279cefdc42e0a4c4245f836f8d1ebf8f2d7dd212409cb0b390bb0eba1a45365131fa654f682337d4e8e
 SHA512 
9a93ae34a8ce05425da5330d82650bbd27d7116281099f3514634def8d245623a33dd615d302e4a768e84047f4435ca370a8ddbdbec6217d2554ff8141f659b5

diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.9.1.ebuild 
b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.9.1.ebuild
new file mode 100644
index 00000000000..05d2594341e
--- /dev/null
+++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.9.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 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 via email to