media-plugins/kodi-pvr-mythtv: 5.8.19 version bump
authorCraig Andrews <candrews@gentoo.org>
Mon, 12 Nov 2018 05:01:31 +0000 (00:01 -0500)
committerCraig Andrews <candrews@gentoo.org>
Mon, 12 Nov 2018 05:01:31 +0000 (00:01 -0500)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
media-plugins/kodi-pvr-mythtv/Manifest
media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.8.19.ebuild [new file with mode: 0644]

index a47c75a4ac540fd665582556fa6f1f132c9ac33c..cb5e371968554f1373c6a2f46f3be37820da897a 100644 (file)
@@ -2,3 +2,4 @@ DIST kodi-pvr-mythtv-4.15.3.tar.gz 650217 BLAKE2B ddc6b11039bd8e5e6b463310309090
 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
+DIST kodi-pvr-mythtv-5.8.19.tar.gz 698885 BLAKE2B 2852426c9f2b6b559356a21173ff5b59edeb1ae120acd2f679c2076a034d68b01cc43b1bec72302487e1421ee05c6fb67dfd44c59d3a8e90d14c95d29626abfc SHA512 7d61a090321d68937dba20277060d7e41841b0c080178092ac7d709fc7a1f964ef0cc92919ec26659f466c276dc1543ddfe44e7c9fd33db640653abc2f28369d
diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.8.19.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.8.19.ebuild
new file mode 100644 (file)
index 0000000..05d2594
--- /dev/null
@@ -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}
+       "