summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-14 13:09:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-14 22:11:42 +0200
commitd117a9c559a3fdb5659a270598a0b347bda6d01e (patch)
tree91304099af1c7b3ba2b38e29796f5ca6a26dba1c /media-plugins
parentmedia-plugins/kodi-pvr-stalker: drop 7.1.1 (diff)
downloadgentoo-d117a9c559a3fdb5659a270598a0b347bda6d01e.tar.gz
gentoo-d117a9c559a3fdb5659a270598a0b347bda6d01e.tar.bz2
gentoo-d117a9c559a3fdb5659a270598a0b347bda6d01e.zip
media-plugins/kodi-pvr-vbox: drop 8.1.2
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-vbox/Manifest1
-rw-r--r--media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-8.1.2.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/media-plugins/kodi-pvr-vbox/Manifest b/media-plugins/kodi-pvr-vbox/Manifest
deleted file mode 100644
index fe8444906622..000000000000
--- a/media-plugins/kodi-pvr-vbox/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kodi-pvr-vbox-8.1.2.tar.gz 163016 BLAKE2B a140551485e4bcfa1b067d56b571a046afd7e10944c1b34221739b2a3c9ef6f17523b01a019ba7e049557970a1c9eaa9bf6733887357ab89d498774ca1e1aa20 SHA512 f0e3bed8305d9f7762ed41c3350029e5b374cacf3bf936e5b35503f651761e7addca1f961a7d44739dfd92e48bdd7756c53b616e2183c91c446afc2411598eed
diff --git a/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-8.1.2.ebuild b/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-8.1.2.ebuild
deleted file mode 100644
index 349e008af303..000000000000
--- a/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-8.1.2.ebuild
+++ /dev/null
@@ -1,37 +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="Kodi's VBox Home TV Gateway PVR client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.vbox"
-SRC_URI=""
-
-case ${PV} in
-9999)
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vbox.git"
- inherit git-r3
- ;;
-*)
- CODENAME="Matrix"
- KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/kodi-pvr/pvr.vbox/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/pvr.vbox-${PV}-${CODENAME}"
- ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- =media-tv/kodi-19*
- dev-libs/tinyxml2
- "
-
-RDEPEND="
- ${DEPEND}
- "