diff options
author | Craig Andrews <candrews@gentoo.org> | 2021-01-16 19:13:08 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2021-01-16 19:14:04 -0500 |
commit | cd0f5b5a2d09d2ad00f5fb205d02d3e3a8bdd9fb (patch) | |
tree | 1261704a5ec6cf7047857be64134b9a3fa2539c3 /media-plugins/kodi-pvr-hts | |
parent | media-plugins/kodi-pvr-hts: 8.2.2 version bump (diff) | |
download | gentoo-cd0f5b5a2d09d2ad00f5fb205d02d3e3a8bdd9fb.tar.gz gentoo-cd0f5b5a2d09d2ad00f5fb205d02d3e3a8bdd9fb.tar.bz2 gentoo-cd0f5b5a2d09d2ad00f5fb205d02d3e3a8bdd9fb.zip |
media-plugins/kodi-pvr-hts: Cleanup old version
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@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.2.1.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 index 0ec11538ceaa..9ffd30adcdcc 100644 --- a/media-plugins/kodi-pvr-hts/Manifest +++ b/media-plugins/kodi-pvr-hts/Manifest @@ -1,2 +1 @@ -DIST kodi-pvr-hts-8.2.1.tar.gz 181436 BLAKE2B db87525f707ad2b093c48ce864d18718702d48c511ffff78fac0b1eeecdc728eb3e94f065de19b543d611b44486aef054ec8e50c0b2cee5506a48f64d17a5212 SHA512 96f67c8988237589c56aa4581c8f6017f9568c55329da3fedacff36e9e5d6eb5d18fab6528575af77566d67f5481a9b17ae3ca8a7a9b3e1d9b1ce9668b6245ae DIST kodi-pvr-hts-8.2.2.tar.gz 181445 BLAKE2B 9a8d375cf2c42408bacc4a963a8882b2bf06676c22a65376135f3619000f3cbd7fa8b929b47a174bfe60da790e85deef28f75c46e2b1ee56664a05fddb589ca7 SHA512 ffd53a3d02bd8ea5586cb217d687e5d01b4e46ab7fb7d429f1a5aed8ceb03f044dc7f97885edaba8b89bcf3ef6d4d72e05faf4797016361f9709641e36d8d081 diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.1.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.1.ebuild deleted file mode 100644 index 2229139c850a..000000000000 --- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-8.2.1.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} - " |