media-plugins/vdr-permashift: restricted to vdr-2.2.0
[gentoo.git] / media-plugins / vdr-permashift / vdr-permashift-1.0.1-r1.ebuild
1 # Copyright 2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit vdr-plugin-2
7
8 DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on RAM"
9 HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/"
10 SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2014/11/${P}.tgz"
11
12 LICENSE="GPL-2+"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15
16 DEPEND="~media-video/vdr-2.2.0[permashift]"
17 RDEPEND="${DEPEND}"
18
19 QA_FLAGS_IGNORED="
20         usr/lib/vdr/plugins/libvdr-.*
21         usr/lib64/vdr/plugins/libvdr-.*"