summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mylchreest <johnm@gentoo.org>2003-08-14 09:24:57 +0000
committerJohn Mylchreest <johnm@gentoo.org>2003-08-14 09:24:57 +0000
commit70d01ddf1d1a9fa77e4fa74b10941bbd152a57d5 (patch)
tree2702c0a3cfba7514abbf5086e1f029b1eee8edd2 /sys-apps/i2c
parentAdding sys-apps/i2c-2.8 hardmask. (diff)
downloadgentoo-2-70d01ddf1d1a9fa77e4fa74b10941bbd152a57d5.tar.gz
gentoo-2-70d01ddf1d1a9fa77e4fa74b10941bbd152a57d5.tar.bz2
gentoo-2-70d01ddf1d1a9fa77e4fa74b10941bbd152a57d5.zip
Adding warning to 2.8.0 struct b0rkage. this wont work with bttv or other similar drivers
Diffstat (limited to 'sys-apps/i2c')
-rw-r--r--sys-apps/i2c/Manifest2
-rw-r--r--sys-apps/i2c/i2c-2.8.0.ebuild26
2 files changed, 26 insertions, 2 deletions
diff --git a/sys-apps/i2c/Manifest b/sys-apps/i2c/Manifest
index d54c0efcfbaf..d13b63acb74e 100644
--- a/sys-apps/i2c/Manifest
+++ b/sys-apps/i2c/Manifest
@@ -1,5 +1,5 @@
MD5 43cc36b5825346c6fbfeeaa7a7f62710 i2c-2.6.5-r1.ebuild 1299
-MD5 7c56f085097d746642f623a6f18103b8 i2c-2.8.0.ebuild 3273
+MD5 9a094182b93b32831727fd7286acfea2 i2c-2.8.0.ebuild 4422
MD5 715f7f27a3c4a3a343ed69d0517a31b8 ChangeLog 1095
MD5 7faa978b01cce1ea95f3b82a05cf482e i2c-2.7.0.ebuild 1295
MD5 3576df9f3c7882d48106168eb8f7d51a files/digest-i2c-2.6.5-r1 61
diff --git a/sys-apps/i2c/i2c-2.8.0.ebuild b/sys-apps/i2c/i2c-2.8.0.ebuild
index 54548894d89d..9a2324913a3c 100644
--- a/sys-apps/i2c/i2c-2.8.0.ebuild
+++ b/sys-apps/i2c/i2c-2.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.0.ebuild,v 1.1 2003/08/13 20:32:35 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.0.ebuild,v 1.2 2003/08/14 09:24:49 johnm Exp $
# plasmaroo@plasmaroo.squirrelserver.co.uk, datestamp Tue Aug 12, 11:11 PM
@@ -30,6 +30,30 @@ src_compile () {
einfo "*****************************************************************"
echo
+ eerror "*****************************************************************"
+ eerror
+ eerror "WARNING: This i2c support is not recommended for things such as "
+ eerror "WARNING: BTTV"
+ eerror
+ eerror "*****************************************************************"
+ eerror
+ eerror "http://www2.lm-sensors.nu/~lm78/cvs/browse.cgi/lm_sensors2/README"
+ eerror
+ eerror "35 ADDITIONALLY, i2c-2.8.0 is not API compatible to earlier i2c"
+ eerror "36 releases due to struct changes; therefore you must NOT ENABLE"
+ eerror "37 any other i2c drivers (e.g. bttv) in the kernel."
+ eerror "38 Do NOT use lm-sensors 2.8.0 or i2c-2.8.0 if you require bttv."
+ eerror
+ eerror "Please try out http://www.ensicaen.ismra.fr/~delvare/devel/i2c/"
+ eerror "for a kernel patch which will fix this problem. Please note that"
+ eerror "nor the lm_sensors team nor the package maintainers will be able"
+ eerror "to support you if you encounter problems with I2C when using"
+ eerror "other modules with requirements on I2C..."
+ eerror
+ eerror "*****************************************************************"
+ echo
+ sleep 10
+
if [ "$LINUX" != "" ]; then
einfo "Cross-compiling using:- $LINUX"
einfo "Using headers from:- `echo $LINUX/include/linux | sed 's/\/\//\//'`"