summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-14 13:09:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-14 22:11:41 +0200
commit4beb04c536ad5444dc4fcb30de36a3bc8a45db5d (patch)
tree32fa93525fb0900c0c5d771970af05bcc0fe6b16 /media-plugins
parentmedia-plugins/kodi-pvr-mediaportal-tvserver: drop 8.2.1 (diff)
downloadgentoo-4beb04c536ad5444dc4fcb30de36a3bc8a45db5d.tar.gz
gentoo-4beb04c536ad5444dc4fcb30de36a3bc8a45db5d.tar.bz2
gentoo-4beb04c536ad5444dc4fcb30de36a3bc8a45db5d.zip
media-plugins/kodi-pvr-mythtv: drop 7.3.1
Pinned dep on media-tv/kodi-19, to be cleaned up. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/kodi-pvr-mythtv/Manifest1
-rw-r--r--media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.3.1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/media-plugins/kodi-pvr-mythtv/Manifest b/media-plugins/kodi-pvr-mythtv/Manifest
deleted file mode 100644
index 001e84916fae..000000000000
--- a/media-plugins/kodi-pvr-mythtv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kodi-pvr-mythtv-7.3.1.tar.gz 707026 BLAKE2B 54f70e0ab72a3be020c6e142fa29b962296944d564492862a8171bce710434190ed887e5391a776c6ca9fb62877e533e42ba325d4636580c6eee97be5c2fcccb SHA512 19635d83e464035a0bf5d7cd27006059ee932ceb5bb4eb8797a8342ad063e8081393541e0c7f52230d91fba83a870bc9c83ece352ff114c82c7640d8201665b1
diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.3.1.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.3.1.ebuild
deleted file mode 100644
index ce4832290c29..000000000000
--- a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-7.3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 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}
- "