summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-04-08 12:03:30 -0400
committerCraig Andrews <candrews@gentoo.org>2019-04-08 12:04:41 -0400
commit1f1846b7bc27bc7843e4879746f41c16ffbb5dcf (patch)
treee2648b014257c3f66fe045127f77c73b26fd42d3
parentsys-libs/glibc: Forward keywords (including stable) to 2.28-r6 (diff)
downloadgentoo-1f1846b7bc27bc7843e4879746f41c16ffbb5dcf.tar.gz
gentoo-1f1846b7bc27bc7843e4879746f41c16ffbb5dcf.tar.bz2
gentoo-1f1846b7bc27bc7843e4879746f41c16ffbb5dcf.zip
media-plugins/kodi-pvr-mythtv: 5.10.7 version bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews@gentoo.org>
-rw-r--r--media-plugins/kodi-pvr-mythtv/Manifest1
-rw-r--r--media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.7.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/media-plugins/kodi-pvr-mythtv/Manifest b/media-plugins/kodi-pvr-mythtv/Manifest
index bc3f483ead7d..e0d588ac657a 100644
--- a/media-plugins/kodi-pvr-mythtv/Manifest
+++ b/media-plugins/kodi-pvr-mythtv/Manifest
@@ -2,3 +2,4 @@ DIST kodi-pvr-mythtv-4.15.3.tar.gz 650217 BLAKE2B ddc6b11039bd8e5e6b463310309090
DIST kodi-pvr-mythtv-5.10.4.tar.gz 700724 BLAKE2B 51b30945bc24c5b66be2543ca95f7f86663e238554051735ab84f70742d78b15beee434feb7620241f36a65b279967b7e99e3f6c94708dbbc68447aaf9908418 SHA512 d7267f71a65f9a25c10bd2b8ebe114f9e9ab0b8575f1d60c58be70a6a7fae3a6abd8777186e092555b89d4911b5ef4639cc48874f189f4839fdf70d6bf07eae4
DIST kodi-pvr-mythtv-5.10.5.tar.gz 701110 BLAKE2B 7aa1148cdc5b0c187b0c4c077c5a882493bc081e27ea2210fc0b02fa7757007d3f7081ca35bc155e9d019601b1d51b89fd358c094a30202309e6cfa218636e9b SHA512 9c3b5fc208693bfbded7e6376131aa06bf94b2019c111d40c254a7505c0b4641d66f7a57ad55fe0c174756811983250ce68e4d074619413d04d1b46d66759d7e
DIST kodi-pvr-mythtv-5.10.6.tar.gz 701798 BLAKE2B e99fe7e4959e44238184b85fb8a6b22ff7f375f1ef6f1035d119edbfd0df65909e4e656ad0c008e34c5bd841b6379760a81e194f2b66bfdc087914647f69ae99 SHA512 14577d686f18698bd7fc9fcaf74bf3eb6dbb01e630782054a6045060bcead6878654d5427c7e6b37632a75de92b9a4dffecbecbd7b60004fdaf2763415919401
+DIST kodi-pvr-mythtv-5.10.7.tar.gz 701835 BLAKE2B 148f3bea1b034376c848c10c434987ef9265d722c028f8af1a5307f989a344114137111affae617f9012a5efaa6b1e772cf630fdfedd9d033474dadfd5512ce5 SHA512 3329737dda3141fe8cb0bcdb19a9f817d2320128e0db36b0255e8f8eaad00c4ab1149cf2ec3d617464c645c5030fe96cb22ac94fdf29d6ecc9533f7c0295a9f5
diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.7.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.7.ebuild
new file mode 100644
index 000000000000..8b96d7f0430d
--- /dev/null
+++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 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}
+ "