diff options
author | 2024-09-14 13:09:25 +0200 | |
---|---|---|
committer | 2024-09-14 22:11:40 +0200 | |
commit | e62ee04b54b28e1b2211ac358cb3d18a359efc09 (patch) | |
tree | 928af18efba36a951bd3b57ed3b8e0a1775c3387 /media-plugins/kodi-pvr-hts | |
parent | media-plugins/kodi-pvr-filmon: drop 6.1.2 (diff) | |
download | gentoo-e62ee04b54b28e1b2211ac358cb3d18a359efc09.tar.gz gentoo-e62ee04b54b28e1b2211ac358cb3d18a359efc09.tar.bz2 gentoo-e62ee04b54b28e1b2211ac358cb3d18a359efc09.zip |
media-plugins/kodi-pvr-hts: drop 8.4.0
Pinned dep on media-tv/kodi-19, to be cleaned up.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-pvr-hts')
-rw-r--r-- | media-plugins/kodi-pvr-hts/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.4.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest deleted file mode 100644 index 1fa2273daec2..000000000000 --- a/media-plugins/kodi-pvr-hts/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kodi-pvr-hts-8.4.0.tar.gz 214128 BLAKE2B b69589c2bb92cf5f77b6c5a35afa37b8995388179ab316c3c84baa20a79dc86cef89b99bf2afbc5e8f89f7f85e261c83eeca2b92e94b62a5f8de41da4bd64ea6 SHA512 929d32e0702b7199cf2e80a7bd7b0ec6654194fbd17f15defa11da7aa41e068bf999cad25ebb7dcb594e5895354824483b4a4e896cc97a7b06b9183d21c0fbff diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.4.0.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.4.0.ebuild deleted file mode 100644 index 2229139c850a..000000000000 --- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.4.0.ebuild +++ /dev/null @@ -1,33 +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="Tvheadend Live TV and Radio PVR client addon for Kodi" -HOMEPAGE="https://github.com/kodi-pvr/pvr.hts" -SRC_URI="" - -if [[ ${PV} == 9999 ]]; then - SRC_URI="" - EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.hts.git" - inherit git-r3 -else - CODENAME="Matrix" - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/pvr.hts-${PV}-${CODENAME}" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-19* - " - -RDEPEND=" - ${DEPEND} - " |