diff options
Diffstat (limited to 'x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.1.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.1.ebuild b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.1.ebuild deleted file mode 100644 index f084057c00ed..000000000000 --- a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.1.ebuild,v 1.7 2010/10/23 15:08:05 ssuominen Exp $ - -inherit flag-o-matic x-modular -DESCRIPTION="X.Org driver for TV-out on ivtvdev cards" -HOMEPAGE="http://ivtvdriver.org/" -SRC_URI="http://dl.ivtvdriver.org/xf86-video-ivtv/${P}.tar.gz" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="x11-base/xorg-server - x11-misc/imake" -RDEPEND="x11-proto/xextproto - x11-proto/videoproto - x11-proto/xproto - >=x11-base/xorg-server-1.1.1-r4" -XDPVER="-1" -src_compile() { - - append-flags "-I/usr/src/linux/include" - x-modular_src_compile -} - -src_install() { - - x-modular_src_install - dodoc README || die "Failed to install doc" -} |