media-plugins/vdr-recstatus: pmasked removal

bug 703962

Closes: https://bugs.gentoo.org/703962
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
This commit is contained in:
Joerg Bornkessel
2020-02-04 20:19:42 +01:00
parent 83cf833b6e
commit 5c8c86f238
3 changed files with 0 additions and 35 deletions

View File

@@ -1 +0,0 @@
DIST vdr-recstatus-0.0.8.tgz 17586 BLAKE2B 681578e4e8c9a0699e4b4a6e1ecd22a768c6c1d7f3671e3dc8fc5a4b3ac69274e9cfc15dd7ffb451a442f286763f22a9cb5cd51081736ffeca7d0da57faf5431 SHA512 2a99b244ffe427a1b70a2d4b99458dc9ce0d382f2a34f8aa79ed7ae4852910c83aa5b38efd9311c61c4187602c7c8c9bc0cfa04a0080f75961239cbc4f0ec2a0

View File

@@ -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>

View File

@@ -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
}