blob: f8b8238736a246cd46823511fde53813009d8eae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-chanman/vdr-chanman-0.0.6.ebuild,v 1.1 2008/01/27 18:53:31 hd_brummy Exp $
inherit vdr-plugin
DESCRIPTION="VDR plugin: change channel with a multi level choice."
HOMEPAGE="http://www.messinalug.org/${PN}/"
SRC_URI="http://www.messinalug.org/${PN}/download/${P}.tgz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=media-video/vdr-1.4.6"
|