summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-05-22 12:54:34 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-05-22 12:54:34 +0000
commit8c9a6f0e9ed896ddd1168beaf4fe0858281231ef (patch)
tree178fb579588d41c50eaae836708e77546dbfe433 /media-plugins/vdr-em84xx/vdr-em84xx-0.0.13.ebuild
parentStable on sparc wrt #179413 (diff)
downloadgentoo-2-8c9a6f0e9ed896ddd1168beaf4fe0858281231ef.tar.gz
gentoo-2-8c9a6f0e9ed896ddd1168beaf4fe0858281231ef.tar.bz2
gentoo-2-8c9a6f0e9ed896ddd1168beaf4fe0858281231ef.zip
Initial import of ebuild, written by me.
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-plugins/vdr-em84xx/vdr-em84xx-0.0.13.ebuild')
-rw-r--r--media-plugins/vdr-em84xx/vdr-em84xx-0.0.13.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-plugins/vdr-em84xx/vdr-em84xx-0.0.13.ebuild b/media-plugins/vdr-em84xx/vdr-em84xx-0.0.13.ebuild
new file mode 100644
index 000000000000..88a5d4b72f85
--- /dev/null
+++ b/media-plugins/vdr-em84xx/vdr-em84xx-0.0.13.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2003-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-em84xx/vdr-em84xx-0.0.13.ebuild,v 1.1 2007/05/22 12:54:34 zzam Exp $
+
+IUSE=""
+inherit vdr-plugin eutils
+
+RESTRICT="nomirror"
+DESCRIPTION="VDR plugin: use em84xx as video-output-device"
+HOMEPAGE="http://www.arghgra.de/"
+SRC_URI="http://www.arghgra.de/${P}.tar.gz"
+KEYWORDS="~x86"
+SLOT="0"
+LICENSE="GPL-2"
+
+DEPEND=">=media-video/vdr-1.3.36
+ media-video/em84xx-libraries"
+RDEPEND="${DEPEND}
+ media-video/em84xx-modules"
+
+PATCHES="${FILESDIR}/${PV}/gcc4.diff"
+
+VDR_RCADDON_FILE="${FILESDIR}/rc-addon-0.0.13.sh"
+VDR_CONFD_FILE="${FILESDIR}/confd-0.0.13"
+