mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -1 +0,0 @@
|
||||
DIST vdr-recstatus-0.0.8.tgz 17586 BLAKE2B 681578e4e8c9a0699e4b4a6e1ecd22a768c6c1d7f3671e3dc8fc5a4b3ac69274e9cfc15dd7ffb451a442f286763f22a9cb5cd51081736ffeca7d0da57faf5431 SHA512 2a99b244ffe427a1b70a2d4b99458dc9ce0d382f2a34f8aa79ed7ae4852910c83aa5b38efd9311c61c4187602c7c8c9bc0cfa04a0080f75961239cbc4f0ec2a0
|
||||
@@ -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>
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user