summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2020-05-18 09:38:05 -0400
committerCraig Andrews <candrews@gentoo.org>2020-05-18 09:38:39 -0400
commit6d886ccc26a20b364b681194ccec46dd20063d24 (patch)
tree46cc2321246920d400e24851e9b93bc1faf00622 /media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.16.ebuild
parentapp-text/dblatex: Drop old stable 0.3.10 (diff)
downloadgentoo-6d886ccc26a20b364b681194ccec46dd20063d24.tar.gz
gentoo-6d886ccc26a20b364b681194ccec46dd20063d24.tar.bz2
gentoo-6d886ccc26a20b364b681194ccec46dd20063d24.zip
media-plugins/kodi-pvr-mythtv: 5.10.16 version bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.16.ebuild')
-rw-r--r--media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.16.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.16.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.16.ebuild
new file mode 100644
index 000000000000..2211824cdbf2
--- /dev/null
+++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.16.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake 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}
+ "