blob: e3a26f8f45057f1293e2dce81bad94cf88191e99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-pilot/vdr-pilot-0.0.8.ebuild,v 1.1 2006/03/24 11:16:16 zzam Exp $
IUSE=""
inherit vdr-plugin eutils
DESCRIPTION="VDR plugin: Another way for viewing EPG and zap to channels"
HOMEPAGE="http://famillejacques.free.fr/vdr/"
SRC_URI="http://famillejacques.free.fr/vdr/pilot/${P}.tgz"
KEYWORDS="~x86"
SLOT="0"
LICENSE="GPL-2"
DEPEND=">=media-video/vdr-1.3.8"
PATCHES="${FILESDIR}/${P}-includes.diff"
|