summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-08-27 14:23:22 +0000
committerSteve Dibb <beandog@gentoo.org>2007-08-27 14:23:22 +0000
commite4e085ea4c9b942f0af10b4d1c21ddbfc1c68118 (patch)
treef8a2b3608cc766f1e2f61b18e8d26a5b56313ec4 /media-tv/ivtv
parentalpha/ia64/x86 stable (diff)
downloadgentoo-2-e4e085ea4c9b942f0af10b4d1c21ddbfc1c68118.tar.gz
gentoo-2-e4e085ea4c9b942f0af10b4d1c21ddbfc1c68118.tar.bz2
gentoo-2-e4e085ea4c9b942f0af10b4d1c21ddbfc1c68118.zip
Add ewarn to compile kernel options as modules
(Portage version: 2.1.2.12)
Diffstat (limited to 'media-tv/ivtv')
-rw-r--r--media-tv/ivtv/ChangeLog6
-rw-r--r--media-tv/ivtv/ivtv-1.0.1.ebuild8
-rw-r--r--media-tv/ivtv/ivtv-1.0.2.ebuild8
3 files changed, 19 insertions, 3 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog
index 81927b42bca8..7f7b44bc11ef 100644
--- a/media-tv/ivtv/ChangeLog
+++ b/media-tv/ivtv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/ivtv
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.89 2007/08/27 13:58:02 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.90 2007/08/27 14:23:22 beandog Exp $
+
+ 27 Aug 2007; Steve Dibb <beandog@gentoo.org> ivtv-1.0.1.ebuild,
+ ivtv-1.0.2.ebuild:
+ Add ewarn to compile kernel options as modules
*ivtv-1.0.2 (27 Aug 2007)
diff --git a/media-tv/ivtv/ivtv-1.0.1.ebuild b/media-tv/ivtv/ivtv-1.0.1.ebuild
index 41f0cec89636..18fa829d0735 100644
--- a/media-tv/ivtv/ivtv-1.0.1.ebuild
+++ b/media-tv/ivtv/ivtv-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.1.ebuild,v 1.2 2007/08/25 22:01:59 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.1.ebuild,v 1.3 2007/08/27 14:23:22 beandog Exp $
inherit eutils linux-mod
@@ -62,6 +62,12 @@ pkg_setup() {
ewarn ""
fi
+ ewarn ""
+ 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."
+ ewarn ""
+
linux-mod_pkg_setup
BUILD_PARAMS="KDIR=${KV_DIR}"
diff --git a/media-tv/ivtv/ivtv-1.0.2.ebuild b/media-tv/ivtv/ivtv-1.0.2.ebuild
index 7166a4c1294e..2647873fca48 100644
--- a/media-tv/ivtv/ivtv-1.0.2.ebuild
+++ b/media-tv/ivtv/ivtv-1.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild,v 1.2 2007/08/27 13:58:30 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild,v 1.3 2007/08/27 14:23:22 beandog Exp $
inherit eutils linux-mod
@@ -62,6 +62,12 @@ pkg_setup() {
ewarn ""
fi
+ ewarn ""
+ 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."
+ ewarn ""
+
linux-mod_pkg_setup
BUILD_PARAMS="KDIR=${KV_DIR}"