diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-11-08 09:20:27 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-11-08 09:20:56 -0500 |
commit | d83d3319ccd1238bde95a552a80b9572f2381a4f (patch) | |
tree | 69d4e5683c7690d739cfd91c1a4a42daf9443d2d /media-plugins | |
parent | www-apache/mod_h2: 1.11.4 version bump (diff) | |
download | gentoo-d83d3319ccd1238bde95a552a80b9572f2381a4f.tar.gz gentoo-d83d3319ccd1238bde95a552a80b9572f2381a4f.tar.bz2 gentoo-d83d3319ccd1238bde95a552a80b9572f2381a4f.zip |
media-plugins/kodi-pvr-mythtv: 5.8.15 version bump
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/kodi-pvr-mythtv/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.8.15.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/media-plugins/kodi-pvr-mythtv/Manifest b/media-plugins/kodi-pvr-mythtv/Manifest index f2b2b3b05214..94c8ea5fc94e 100644 --- a/media-plugins/kodi-pvr-mythtv/Manifest +++ b/media-plugins/kodi-pvr-mythtv/Manifest @@ -1,2 +1,3 @@ DIST kodi-pvr-mythtv-4.15.3.tar.gz 650217 BLAKE2B ddc6b11039bd8e5e6b46331030909063e127f681f4059e604734644a3159c10f10c3dbed770ba8a58bb5ea3b7e543dfba042b28f347c842d963d7966e35cad32 SHA512 1171f4e6a05878660795b585185d35707ef713e310f3508e7fb3327caf79feb6a941e4b4f4d9f2331ef13492c141a4d36157547e350642eee900f3fad1d46b55 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 diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.8.15.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.8.15.ebuild new file mode 100644 index 000000000000..05d2594341ea --- /dev/null +++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.8.15.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} + " |