media-plugins/vdr-recstatus: pmasked removal
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Tue, 4 Feb 2020 19:19:42 +0000 (20:19 +0100)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Tue, 4 Feb 2020 19:28:04 +0000 (20:28 +0100)
bug 703962

Closes: https://bugs.gentoo.org/703962
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
media-plugins/vdr-recstatus/Manifest [deleted file]
media-plugins/vdr-recstatus/metadata.xml [deleted file]
media-plugins/vdr-recstatus/vdr-recstatus-0.0.8.ebuild [deleted file]

diff --git a/media-plugins/vdr-recstatus/Manifest b/media-plugins/vdr-recstatus/Manifest
deleted file mode 100644 (file)
index 0ccb28b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST vdr-recstatus-0.0.8.tgz 17586 BLAKE2B 681578e4e8c9a0699e4b4a6e1ecd22a768c6c1d7f3671e3dc8fc5a4b3ac69274e9cfc15dd7ffb451a442f286763f22a9cb5cd51081736ffeca7d0da57faf5431 SHA512 2a99b244ffe427a1b70a2d4b99458dc9ce0d382f2a34f8aa79ed7ae4852910c83aa5b38efd9311c61c4187602c7c8c9bc0cfa04a0080f75961239cbc4f0ec2a0
diff --git a/media-plugins/vdr-recstatus/metadata.xml b/media-plugins/vdr-recstatus/metadata.xml
deleted file mode 100644 (file)
index 27f419c..0000000
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>
diff --git a/media-plugins/vdr-recstatus/vdr-recstatus-0.0.8.ebuild b/media-plugins/vdr-recstatus/vdr-recstatus-0.0.8.ebuild
deleted file mode 100644 (file)
index fab4031..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR plugin: displays the recording status of the available devices"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.5.7"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       vdr-plugin-2_src_prepare
-
-       if has_version ">=media-video/vdr-1.7.28"; then
-               sed -i "s:SetRecording(\([^,]*\),[^)]*)):SetRecording(\1\):" recstatus.c
-       fi
-}