summaryrefslogtreecommitdiff
blob: 8cfaad51b1750d879c4a309d914d486fe5ca88d0 (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.3 2006/05/06 15:56:39 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 ~amd64"
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."
}