net-dns/libidn: added Prefix keywords, bug #665088
[gentoo.git] / media-plugins / vdr-chanman / vdr-chanman-0.0.9.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit vdr-plugin-2
7
8 VERSION="993" # every bump, new version
9
10 DESCRIPTION="VDR plugin: change channel with a multi level choice"
11 HOMEPAGE="https://projects.vdr-developer.org/projects/plg-chanman"
12 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz"
13
14 SLOT="0"
15 LICENSE="GPL-2"
16 KEYWORDS="~amd64 ~x86"
17 IUSE=""
18
19 DEPEND=">=media-video/vdr-1.6.0"
20 RDEPEND="${DEPEND}"