blob: fc3d9e981affd9e3e74ae20a6a10ae689e0459f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-clock/vdr-clock-0.0.6.ebuild,v 1.4 2008/04/28 08:05:18 zzam Exp $
inherit vdr-plugin
DESCRIPTION="Video Disk Recorder Clock PlugIn"
HOMEPAGE="http://vdr.humpen.at"
SRC_URI="http://vdr.humpen.at/uploads/media/${P}.tgz
mirror://vdrfiles/${PN}/${P}.tgz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 x86"
IUSE=""
DEPEND=">=media-video/vdr-1.2.0"
PATCHES=("${FILESDIR}/${PV}/pingpong-fixes.diff")
|