summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2021-03-03 15:26:16 -0500
committerCraig Andrews <candrews@gentoo.org>2021-03-03 15:26:40 -0500
commit258b15908ebe9e90ce43f96ad9e5ecd98e9ec6f5 (patch)
tree951e89762503bcfdd7ac9b7b1a0581cf95ebd4fa
parentmedia-plugins/kodi-pvr-hts: 8.2.3 version bump (diff)
downloadgentoo-258b1590.tar.gz
gentoo-258b1590.tar.bz2
gentoo-258b1590.zip
media-plugins/kodi-pvr-hts: Cleanup old version
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Craig Andrews <candrews@gentoo.org>
-rw-r--r--media-plugins/kodi-pvr-hts/Manifest1
-rw-r--r--media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.2.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest
index a49125d06bb6..ff8cccb300d3 100644
--- a/media-plugins/kodi-pvr-hts/Manifest
+++ b/media-plugins/kodi-pvr-hts/Manifest
@@ -1,2 +1 @@
-DIST kodi-pvr-hts-8.2.2.tar.gz 181445 BLAKE2B 9a8d375cf2c42408bacc4a963a8882b2bf06676c22a65376135f3619000f3cbd7fa8b929b47a174bfe60da790e85deef28f75c46e2b1ee56664a05fddb589ca7 SHA512 ffd53a3d02bd8ea5586cb217d687e5d01b4e46ab7fb7d429f1a5aed8ceb03f044dc7f97885edaba8b89bcf3ef6d4d72e05faf4797016361f9709641e36d8d081
DIST kodi-pvr-hts-8.2.3.tar.gz 181557 BLAKE2B ef26b3bf29cdf1f57e91cf2fb74adf997e2b33cdc6f50d23bd86812317f44f3ba921049df92daab19a5bd534bb07c70b6bb64219ab24df02004758782328cb0b SHA512 ee40dc22827959c663f97af1c1140337c592caf1b6d64503b5d1540bb59f284a90a27df4da2547c382b2eefa1e8754eaea35bf83203ef2e8eb447de93b858b04
diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.2.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.2.ebuild
deleted file mode 100644
index 2229139c850a..000000000000
--- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.2.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}
- "