media-plugins/vdr-remote: drop old

Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Aaron Bauman
2020-09-23 20:48:58 -04:00
parent 809afd2b71
commit d0db351a14
2 changed files with 0 additions and 29 deletions

View File

@@ -1,2 +1 @@
DIST vdr-remote-0.6.0.tgz 32869 BLAKE2B 3503e26678d6765152dc6610e476122b713eaae419f3701bfe75fb7714042ab4d0505f8a026a2fcb46d9c869e9b15e31ad7fc1b43b12b29d4b364f641c4117d1 SHA512 1836255d40c9a491d1f0dcab7779a3f75d125b4d28bce00954c2d774c83172e4d69763e34e3f7d9540a951faeead0c12d4a44b0a367a92caae3b22bb3f8c524d
DIST vdr-remote-0.7.0.tgz 34267 BLAKE2B bd7c2b0ef794191eb9211bc9696a48d933af37fc1ec84eda137a50d0727388e9b4338f2d835211f75d1172fd4dca40a184729fbbef9722f49afd5b88490c0467 SHA512 18c758e9cd519ffc6ccd2a1b53109d7f1ac1c65a32ae43b9eae41ea64ff2ec9721c557ca75a03620b9fee1463608ab0a84d09fad31e233804695570eadec3728

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit vdr-plugin-2
DESCRIPTION="VDR Plugin: use various devices for controlling vdr (keyboards, lirc, remotes bundled with tv-cards)"
HOMEPAGE="http://www.escape-edv.de/endriss/vdr/"
SRC_URI="http://www.escape-edv.de/endriss/vdr/${P}.tgz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
IUSE="systemd"
DEPEND=">=media-video/vdr-2.0.0"
pkg_setup() {
vdr-plugin-2_pkg_setup
if use systemd; then
if ! getent group input | grep -q vdr; then
einfo "add user 'vdr' to group 'input' for full access to remote control device"
gpasswd -a vdr input
fi
fi
}