commit:     ed188c098935f55e09af964dc4bb3d3e910223a7
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  8 14:29:40 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Oct  8 14:29:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed188c09

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

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

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

diff --git a/media-plugins/kodi-pvr-mythtv/Manifest 
b/media-plugins/kodi-pvr-mythtv/Manifest
index 98678bcbc37..f2cfa7f3879 100644
--- a/media-plugins/kodi-pvr-mythtv/Manifest
+++ b/media-plugins/kodi-pvr-mythtv/Manifest
@@ -1,3 +1,4 @@
 DIST kodi-pvr-mythtv-5.10.11.tar.gz 702648 BLAKE2B 
7653811eeba607d642340349a9b3d59f14e3f9da764af542e8e5daf0c742abcda312692881918c69dc26d27642af44feed6e7569bd763472254921403e8fd376
 SHA512 
792943ea1e4e4bd8ea8e484d055cc5a3850ab5c873f1494b187fa9ecd944801b4c74d575754e687ff45fb6c1936b4064c0eabb8edeeb146c6ae617cd14dde555
 DIST kodi-pvr-mythtv-5.10.12.tar.gz 702668 BLAKE2B 
3fa8e208e65e1c3242e936df5eaa143fcbd78aafe98df0989a1065de821b6865c309889b7a128c53f8a3a713a1abd704afdaf7b97fc182f6a18eecbd34b3bdce
 SHA512 
ec4e489f7a926ada36f76ccc65b30e4f1b13299fd5a30ce86b276a4bd40938f1e10e4a093c3c1cc3dee7d929d24ec933625b2c679a3b8d3ae6631db2936eb0a5
+DIST kodi-pvr-mythtv-5.10.13.tar.gz 702741 BLAKE2B 
3de267c4fbdaf9382abc7f64120ec219fe4fc20f98480020280c0ac4a9a1afc6dcafb6fbb41a552ae42b18f8f0f47a34baa4374a55a621013f9bb3c68d682a68
 SHA512 
8d277d4be61a8041c96f45a6cddcba32da9ebc57b5d07e747a41e2d740c2d1f781dcb438a3e2dbe3d729cacc5144ca0afac2164b68917d337282093371449f54
 DIST kodi-pvr-mythtv-5.10.9.tar.gz 702493 BLAKE2B 
457be0137a95d1abe0ad4a5634bcf21bad8d2f9261879468e2c5ba598a41b7eb71ed1bbf9992f45db8ad82d4da25bf87067199c57e71b64c9255608350874a2c
 SHA512 
b497f79de6ca42638af0ac3c76c18343236db26af2901b60f49ddc71f9c0f4c68c293a50dc57a80e0ecf81df2629ad7695a842e63e1e8ebc2b22de082a5e39c6

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