diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-05-20 15:32:45 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-05-20 15:32:45 +0000 |
commit | f9af3cd80837d77bc2c2303ca00c9f6ab2c9a8d7 (patch) | |
tree | 67f22f38b16d67a1cb14a5f40cdee36607583ec1 /media-tv | |
parent | Don't install linux headers, bug 271365; Remove installation of v4l2-ctl to b... (diff) | |
download | gentoo-2-f9af3cd80837d77bc2c2303ca00c9f6ab2c9a8d7.tar.gz gentoo-2-f9af3cd80837d77bc2c2303ca00c9f6ab2c9a8d7.tar.bz2 gentoo-2-f9af3cd80837d77bc2c2303ca00c9f6ab2c9a8d7.zip |
Don't install linux headers, bug 271365; Remove installation of v4l2-ctl to be in separate ebuild, bug 278255
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtv-utils/ivtv-utils-1.4.0-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/media-tv/ivtv-utils/ivtv-utils-1.4.0-r1.ebuild b/media-tv/ivtv-utils/ivtv-utils-1.4.0-r1.ebuild index fa95bfcbb7f5..1425b3e2cce9 100644 --- a/media-tv/ivtv-utils/ivtv-utils-1.4.0-r1.ebuild +++ b/media-tv/ivtv-utils/ivtv-utils-1.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ivtv-utils-1.4.0-r1.ebuild,v 1.1 2010/05/20 15:31:31 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ivtv-utils-1.4.0-r1.ebuild,v 1.2 2010/05/20 15:32:45 beandog Exp $ EAPI=2 @@ -46,13 +46,13 @@ pkg_setup() { eerror "See http://ivtvdriver.org/ for more information" die "This only works on 2.6.29 or newer kernels" fi - + ewarn "Make sure that your I2C and V4L kernel drivers are loaded as" ewarn "modules, and not compiled into the kernel, or IVTV will not" ewarn "work." - + linux-mod_pkg_setup - + BUILD_PARAMS="KDIR=${KV_DIR}" } @@ -66,7 +66,7 @@ src_install() { # Installed separately now rm "${D}"/usr/bin/v4l2-ctl - + cd "${S}" dodoc README doc/* ChangeLog use perl && dodoc utils/perl/README.ptune @@ -74,7 +74,7 @@ src_install() { pkg_postinst() { linux-mod_pkg_postinst - + elog "" elog "This version of the IVTV utils supports hardware listed at:" elog "http://www.ivtvdriver.org/index.php/Supported_hardware" @@ -93,4 +93,4 @@ pkg_postinst() { ewarn "" elog "For more information, see the IVTV driver homepage at:" elog "http://www.ivtvdriver.org/" -} +} |