summaryrefslogtreecommitdiff
blob: 70fef5fee25d7042860a72391b26f35a90753785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-skinreel/vdr-skinreel-0.0.1.ebuild,v 1.1 2006/03/07 20:55:31 zzam Exp $

inherit vdr-plugin

DESCRIPTION="Video Disk Recorder - Skin Plugin"
HOMEPAGE="http://www.vdr-wiki.de/wiki/index.php/Skinreel-plugin"
SRC_URI="mirror://vdrfiles/${PN}/${P}.tgz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=media-video/vdr-1.3.22"

pkg_postinst() {
	vdr-plugin_pkg_postinst

	ewarn "You can not use this skin with"
	ewarn "an unmodified dvb-card (fullfeatured) with only 2MB of RAM."
}