summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2021-03-08 08:56:37 -0500
committerCraig Andrews <candrews@gentoo.org>2021-03-08 08:56:56 -0500
commit863f0443486b382973e9d0fb7a9924b946b50eb9 (patch)
tree94adb5838ae8ecc23c95adbf04ee387cbcd38d68 /media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.1.1.ebuild
parentmedia-plugins/kodi-pvr-mythtv: 7.3.1 version bump (diff)
downloadgentoo-863f0443486b382973e9d0fb7a9924b946b50eb9.tar.gz
gentoo-863f0443486b382973e9d0fb7a9924b946b50eb9.tar.bz2
gentoo-863f0443486b382973e9d0fb7a9924b946b50eb9.zip
media-plugins/kodi-pvr-mythtv: Cleanup old versions
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.1.1.ebuild')
-rw-r--r--media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.1.1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.1.1.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.1.1.ebuild
deleted file mode 100644
index 3e6fb192fd68..000000000000
--- a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.1.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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="Matrix"
- 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-19*
- "
-RDEPEND="
- ${DEPEND}
- "