summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-plugins/vdr-xvdr/metadata.xml11
-rw-r--r--media-plugins/vdr-xvdr/vdr-xvdr-9999.ebuild35
-rw-r--r--profiles/package.mask8
3 files changed, 0 insertions, 54 deletions
diff --git a/media-plugins/vdr-xvdr/metadata.xml b/media-plugins/vdr-xvdr/metadata.xml
deleted file mode 100644
index 88a3b492d20a..000000000000
--- a/media-plugins/vdr-xvdr/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vdr@gentoo.org</email>
- <name>Gentoo VDR Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">pipelka/vdr-plugin-xvdr</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-plugins/vdr-xvdr/vdr-xvdr-9999.ebuild b/media-plugins/vdr-xvdr/vdr-xvdr-9999.ebuild
deleted file mode 100644
index 94eb4a907f73..000000000000
--- a/media-plugins/vdr-xvdr/vdr-xvdr-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit vdr-plugin-2 git-2
-
-EGIT_REPO_URI="https://github.com/pipelka/vdr-plugin-xvdr.git"
-
-DESCRIPTION="VDR plugin: XVDR Streamserver Plugin"
-HOMEPAGE="https://github.com/pipelka/vdr-plugin-xvdr"
-SRC_URI=""
-KEYWORDS=""
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.6"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}-plugin
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- fix_vdr_libsi_include "${S}"/src/live/livepatfilter.h
-}
-
-src_install() {
- vdr-plugin-2_src_install
-
- insinto /etc/vdr/plugins/xvdr
- doins xvdr/*.conf
- diropts -gvdr -ovdr
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 0c55a5d0d172..bbf6ca8468ed 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -180,14 +180,6 @@ media-plugins/vdr-vodcatcher
# masked for removal on End Sep 2018
media-plugins/vdr-xine
-# Joerg Bornkessel <hd_brummy@gentoo.org> (02/Sep/2018)
-# dead on upstream since 2014
-# not git-r3 eclass adaption
-# only pmasked -9999.ebuild in the tree
-# bug 665134
-# masked for removal on End Sep 2018
-media-plugins/vdr-xvdr
-
# Matthias Maier <tamiko@gentoo.org> (1 Sep 2018)
# Mask 0.7.0 and 1.0.1 for the time being until a compatible LLVM version
# made it into the tree, bug #665192