Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Anton Brondz (df1b068dbb698c7d987d3f2f0f6aaca20a2cf12d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Anton Brondz <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Anton Brondz (df1b068dbb698c7d987d3f2f0f6aaca20a2cf12d)
  • Date: Fri, 22 Sep 2006 16:11:57 -0500

GIT changes to master grimoire by Anton Brondz <dinolinux AT sourcemage.org>:

kernels/i2c/DETAILS | 15 ++++++---------
kernels/i2c/HISTORY | 3 +++
2 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit df1b068dbb698c7d987d3f2f0f6aaca20a2cf12d
Author: Anton Brondz <dinolinux AT sourcemage.org>
Commit: Anton Brondz <dinolinux AT sourcemage.org>

i2c: updated to 2.10.0

diff --git a/kernels/i2c/DETAILS b/kernels/i2c/DETAILS
index 9910e68..bce77f1 100755
--- a/kernels/i2c/DETAILS
+++ b/kernels/i2c/DETAILS
@@ -1,21 +1,17 @@
SPELL=i2c
- VERSION=2.9.0
+ VERSION=2.10.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://secure.netroedge.com/~lm78/archive/$SOURCE
-
SOURCE_HASH=sha512:12523ac21d9b29a1f5455b92bc9be09fe0796e955294f2a6beab2edf1e7b547730314c158c583aad0b88be266969991b504c764d93deacab4676b1137eb7cf3b
- WEB_SITE=http://secure.netroedge.com/~lm78/
+ SOURCE_URL[0]=http://dl.lm-sensors.org/i2c/releases/$SOURCE
+
SOURCE_HASH=sha512:c92949b6262deb1d803a9fa04271de02b21793458004f522cc37a910159b848aeb8c752e018f70e893e06d3b266ac889b3af60062e07d71171e6c2d8852176c3
+ WEB_SITE=http://lm-sensors.org/
ENTERED=20011021
- UPDATED=20031219
KEYWORDS="kernels"
BUILD_API=1
SHORT="i2c provides kernel modules to read the I-Squared-C bus,
required by lm_sensors."
LICENSE[0]=GPL
cat << EOF
-
-2.2 What is the SMBus? And the I2C bus?
-
- The SMBus is the "System Management Bus". More specifically, it
+The SMBus is the "System Management Bus". More specifically, it
is a 2-wire, low-speed serial communication bus used for basic health
monitoring and hardware management. It is a specific implementation of
the more general I2C (pronunciation: I-squared-C) bus. In fact, both
@@ -31,4 +27,5 @@ pure I2C devices. Other hosts are in fac
implement the SMBus protocol in terms of I2C operations. But these
hosts can also talk to pure I2C devices.

+NOTE: This spell is for 2.4.x kernels only.
EOF
diff --git a/kernels/i2c/HISTORY b/kernels/i2c/HISTORY
index f16a077..ceeac45 100644
--- a/kernels/i2c/HISTORY
+++ b/kernels/i2c/HISTORY
@@ -1,3 +1,6 @@
+2006-09-22 Anton Brondz <dinolinux AT sourcemage.org>
+ * DETAILS: updated to 2.10.0, updated description, updated WEB_SITE
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line




  • [SM-Commit] GIT changes to master grimoire by Anton Brondz (df1b068dbb698c7d987d3f2f0f6aaca20a2cf12d), Anton Brondz, 09/22/2006

Archive powered by MHonArc 2.6.24.

Top of Page