summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/kodi-pvr-hts')
-rw-r--r--media-plugins/kodi-pvr-hts/Manifest4
-rw-r--r--media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.10.ebuild35
-rw-r--r--media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.11.ebuild35
-rw-r--r--media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.2.ebuild35
-rw-r--r--media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.6.ebuild35
5 files changed, 0 insertions, 144 deletions
diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest
index cb0ff7dac537..5b56ea1c0474 100644
--- a/media-plugins/kodi-pvr-hts/Manifest
+++ b/media-plugins/kodi-pvr-hts/Manifest
@@ -1,6 +1,2 @@
DIST kodi-pvr-hts-3.4.24.tar.gz 201592 BLAKE2B ad4db20f002c006f9c5dbeec65b136287fe6f7b6d973794e90c1e7c2edb3d13717db077edc91172a94c709afc623ce5fc29ccfa88ff34e8c6694b164a9223497 SHA512 66d0c0f090a1c22f748a2cf70a9790dc1fa74c05bbb3ad478cce92b2a116c8f2c25dbc72a9d6f2269a19da94c0ea9f7123bfffeebb9d2d6f29dd17411410fe16
-DIST kodi-pvr-hts-4.4.10.tar.gz 160286 BLAKE2B 598dab8413f14511b63159a034e233397e2b75018cd8d8f3702a5461c663a39eb9ef2c3088692f7c08b5ec9380c18477e95eaa044c6549ba53c5f3eaccaedc7a SHA512 c5a5a493ea38c6ec5427991b674c7b405e9dda5330e2f2df062a6b77b57afd8326eb03763d40701569dd11c2ad902bdbfea390ad6cce8cb39ac1b6f0450527bd
-DIST kodi-pvr-hts-4.4.11.tar.gz 160336 BLAKE2B 229096b80953cc2e757a2aa34eccf557a77e32250f5bed5a1dc242f70d54b017e1433efb869d9a8132ced1f5c40b22b5020440c10ab2db250bf62838761c415c SHA512 1e80e4d4683c46bc2f135464e017b39b637ef15958210513e6237b1d51d851f8178c55e06cb73b6a49978a48d4da43185e4c3e9bcfa848f3413f5f2a6a35a8a9
DIST kodi-pvr-hts-4.4.12.tar.gz 160405 BLAKE2B 7d192bf7a19672595cc0a6ca042943f5a59cc530596df65c848e940eba516c0cf429f59418f8f50d5ec930b36e8d496f2ed444b0d0c254941f4fb2b10407c087 SHA512 c04d9e72de8d4bae5699b48c4aa8839a468b81f5ff21b4f2607fee1bb10fe47f1de4574d7ace945a894e46246b9ee5c6b4df6f290b98ff77937a7c6edca675bf
-DIST kodi-pvr-hts-4.4.2.tar.gz 159871 BLAKE2B 56d054e934367225809409960ecc629ebeb92ac95845c10f82cc3942cbcc7e4cf7c32ebfec18a90f2bc3c09f62fcb5cc020fa2a66584ce6891e4012c1342e812 SHA512 ab0e1cee6eb5e8b0810b78bc4af70481f061ae5b8144c5a06370b6fc4c9a1a7713531de144ccdabc9d21cef659e7909bd49f89dfcf377f3520f20be5cd738e9e
-DIST kodi-pvr-hts-4.4.6.tar.gz 159925 BLAKE2B f4dc1e27a91164521aeb9c2f9969c5248ebc62e81211f552b151c5ddec082bb1c7ed8d44ff0ea5fe88ad7f8b592fbe0110d52cdebcbf579bc8198cb56a1935e2 SHA512 c9cba9a967d2ef3fc89277ae3f01c9045cc309dfce92747619a513b0b289f8b7ee68d589bb44655c1dc48a9020943e66e1b8e6e5ee3271cb7efb0d050a551459
diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.10.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.10.ebuild
deleted file mode 100644
index 5b0620a24709..000000000000
--- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.10.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils 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="Leia"
- 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="
- =dev-libs/libplatform-2*
- =media-libs/kodi-platform-18*
- =media-tv/kodi-18*
- "
-
-RDEPEND="
- ${DEPEND}
- "
diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.11.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.11.ebuild
deleted file mode 100644
index 5b0620a24709..000000000000
--- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.11.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils 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="Leia"
- 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="
- =dev-libs/libplatform-2*
- =media-libs/kodi-platform-18*
- =media-tv/kodi-18*
- "
-
-RDEPEND="
- ${DEPEND}
- "
diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.2.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.2.ebuild
deleted file mode 100644
index 9807816d0189..000000000000
--- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils 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="Leia"
- 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="
- =dev-libs/libplatform-2*
- =media-libs/kodi-platform-18*
- =media-tv/kodi-18*
- "
-
-RDEPEND="
- ${DEPEND}
- "
diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.6.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.6.ebuild
deleted file mode 100644
index 9807816d0189..000000000000
--- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils 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="Leia"
- 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="
- =dev-libs/libplatform-2*
- =media-libs/kodi-platform-18*
- =media-tv/kodi-18*
- "
-
-RDEPEND="
- ${DEPEND}
- "