media-plugins/kodi-pvr-mythtv: Cleanup Kodi 17 versions
authorCraig Andrews <candrews@gentoo.org>
Thu, 5 Sep 2019 16:17:17 +0000 (12:17 -0400)
committerCraig Andrews <candrews@gentoo.org>
Thu, 5 Sep 2019 17:30:14 +0000 (13:30 -0400)
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
media-plugins/kodi-pvr-mythtv/Manifest
media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild [deleted file]

index c1682d17207af8608fa2f26324a1b83d67cf8579..7cd8ae883b48780d5af60189ce034e9fd4d08e43 100644 (file)
@@ -1,2 +1 @@
-DIST kodi-pvr-mythtv-4.15.3.tar.gz 650217 BLAKE2B ddc6b11039bd8e5e6b46331030909063e127f681f4059e604734644a3159c10f10c3dbed770ba8a58bb5ea3b7e543dfba042b28f347c842d963d7966e35cad32 SHA512 1171f4e6a05878660795b585185d35707ef713e310f3508e7fb3327caf79feb6a941e4b4f4d9f2331ef13492c141a4d36157547e350642eee900f3fad1d46b55
 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-4.15.3.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.15.3.ebuild
deleted file mode 100644 (file)
index 0b18318..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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
-       ;;
-*)
-       KEYWORDS="~amd64 ~x86"
-       SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}.tar.gz -> ${P}.tar.gz"
-       S="${WORKDIR}/pvr.mythtv-${PV}"
-       ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-       sys-libs/zlib
-       =media-tv/kodi-17*
-       =media-libs/kodi-platform-17*
-       "
-RDEPEND="
-       ${DEPEND}
-       "