diff options
author | Bart Lauwers <blauwers@gentoo.org> | 2004-07-11 14:31:31 +0000 |
---|---|---|
committer | Bart Lauwers <blauwers@gentoo.org> | 2004-07-11 14:31:31 +0000 |
commit | c78084195c67f5d800c492d736830c4f7db5f763 (patch) | |
tree | 85b540f18a4158e8b73785407ee0088f86068262 /media-tv/rivatv/rivatv-0.8.4.ebuild | |
parent | bind-9.2.2-r3 stable on x86 (diff) | |
download | historical-c78084195c67f5d800c492d736830c4f7db5f763.tar.gz historical-c78084195c67f5d800c492d736830c4f7db5f763.tar.bz2 historical-c78084195c67f5d800c492d736830c4f7db5f763.zip |
Version bump + fixes + new ebuild which should work on 2.6 per Bug#45811
Diffstat (limited to 'media-tv/rivatv/rivatv-0.8.4.ebuild')
-rw-r--r-- | media-tv/rivatv/rivatv-0.8.4.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/media-tv/rivatv/rivatv-0.8.4.ebuild b/media-tv/rivatv/rivatv-0.8.4.ebuild index e077793b8e9e..278a1925e8ef 100644 --- a/media-tv/rivatv/rivatv-0.8.4.ebuild +++ b/media-tv/rivatv/rivatv-0.8.4.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/rivatv/rivatv-0.8.4.ebuild,v 1.4 2004/06/25 00:34:06 agriffis Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/media-tv/rivatv/rivatv-0.8.4.ebuild,v 1.5 2004/07/11 14:31:31 blauwers Exp $ S=${WORKDIR}/${P/_/-} DESCRIPTION="kernel driver for nVidia based cards with video-in" @@ -14,13 +12,7 @@ DEPEND="virtual/x11 SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" - -#src_unpack() { - #unpack ${A} - #cd ${S} - #epatch ${FILESDIR}/${P/_/-}-configure.patch -#} - +IUSE="" src_compile() { #cd rivatv/linux/drivers/media/video |