summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-01-25 23:15:32 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-01-25 23:15:32 +0000
commit46659c327cefbd0d903b6606d8ee4c40e2793ff9 (patch)
treea11ea18bd600bd335086cd2e2a2e4903786efb7b /sys-apps/i2c
parentold (diff)
downloadhistorical-46659c327cefbd0d903b6606d8ee4c40e2793ff9.tar.gz
historical-46659c327cefbd0d903b6606d8ee4c40e2793ff9.tar.bz2
historical-46659c327cefbd0d903b6606d8ee4c40e2793ff9.zip
Fixed headers and added CC variable support to close bug #39374.
Diffstat (limited to 'sys-apps/i2c')
-rw-r--r--sys-apps/i2c/ChangeLog6
-rw-r--r--sys-apps/i2c/Manifest12
-rw-r--r--sys-apps/i2c/i2c-2.6.5-r1.ebuild4
-rw-r--r--sys-apps/i2c/i2c-2.7.0.ebuild4
-rw-r--r--sys-apps/i2c/i2c-2.8.0.ebuild6
-rw-r--r--sys-apps/i2c/i2c-2.8.1.ebuild7
-rw-r--r--sys-apps/i2c/i2c-2.8.2.ebuild7
7 files changed, 26 insertions, 20 deletions
diff --git a/sys-apps/i2c/ChangeLog b/sys-apps/i2c/ChangeLog
index 9b6460006ea2..75c56179dff3 100644
--- a/sys-apps/i2c/ChangeLog
+++ b/sys-apps/i2c/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/i2c
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.11 2003/12/26 10:17:41 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.12 2004/01/25 23:15:20 plasmaroo Exp $
+
+ 25 Jan 2004; <plasmaroo@gentoo.org> i2c-2.8.1.ebuild, i2c-2.8.2.ebuild:
+ Added "CC" variable support to the ebuild to enable distcc
+ support. Closes bug #39374.
26 Dec 2003; <plasmaroo@gentoo.org> i2c-2.8.0.ebuild, i2c-2.8.1.ebuild:
Marked stable on 'x86'.
diff --git a/sys-apps/i2c/Manifest b/sys-apps/i2c/Manifest
index ba3ccf61094f..6a991b8ae13d 100644
--- a/sys-apps/i2c/Manifest
+++ b/sys-apps/i2c/Manifest
@@ -1,10 +1,10 @@
-MD5 53be1facc567b18662ea822e99784d56 i2c-2.8.0.ebuild 3980
-MD5 032aa154e2959b5597528f130b58d939 ChangeLog 2055
-MD5 bcb74ac03d2e4ce70ded752c1759ad19 i2c-2.8.2.ebuild 3980
-MD5 80f7bee1637f30d98c50ae855d0c1276 i2c-2.8.1.ebuild 3979
+MD5 4b00083aea40ab7c7ac4a94390978ad6 i2c-2.8.0.ebuild 3980
+MD5 9601e050f052d54d83910e0fec823b9c ChangeLog 2221
+MD5 0f14c057b864644adc667f3a521fe1b8 i2c-2.8.2.ebuild 4002
+MD5 84db55707ba7030b035ea576c7ea9e90 i2c-2.8.1.ebuild 4003
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 b1d10fe0101a9d6f2aec5fffc1788390 i2c-2.7.0.ebuild 1289
-MD5 14e680fd150dbc27e9cb7b28f2c5c27d i2c-2.6.5-r1.ebuild 1194
+MD5 0d45c6887348b148c86aae4c3abd94e1 i2c-2.7.0.ebuild 1292
+MD5 70a1e0aace87565be43f47848122cea6 i2c-2.6.5-r1.ebuild 1197
MD5 3576df9f3c7882d48106168eb8f7d51a files/digest-i2c-2.6.5-r1 61
MD5 9a742c848861fdb77a2ece979a81edc3 files/i2c-2.8.0-alphaCompile.patch 353
MD5 4a11fc0743bbab53667047d79e3ddb47 files/digest-i2c-2.8.2 61
diff --git a/sys-apps/i2c/i2c-2.6.5-r1.ebuild b/sys-apps/i2c/i2c-2.6.5-r1.ebuild
index 7904ef2b821f..26422dac1f57 100644
--- a/sys-apps/i2c/i2c-2.6.5-r1.ebuild
+++ b/sys-apps/i2c/i2c-2.6.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.6.5-r1.ebuild,v 1.5 2003/10/03 15:09:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.6.5-r1.ebuild,v 1.6 2004/01/25 23:15:20 plasmaroo Exp $
DESCRIPTION="I2C Bus support"
HOMEPAGE="http://www2.lm-sensors.nu/~lm78/"
diff --git a/sys-apps/i2c/i2c-2.7.0.ebuild b/sys-apps/i2c/i2c-2.7.0.ebuild
index 7853a2e66941..ce82b8545c51 100644
--- a/sys-apps/i2c/i2c-2.7.0.ebuild
+++ b/sys-apps/i2c/i2c-2.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.7.0.ebuild,v 1.9 2003/10/30 21:55:11 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.7.0.ebuild,v 1.10 2004/01/25 23:15:20 plasmaroo Exp $
DESCRIPTION="I2C Bus support"
HOMEPAGE="http://www2.lm-sensors.nu/~lm78/"
diff --git a/sys-apps/i2c/i2c-2.8.0.ebuild b/sys-apps/i2c/i2c-2.8.0.ebuild
index 5f4ca83a69cd..b8b63c06b36e 100644
--- a/sys-apps/i2c/i2c-2.8.0.ebuild
+++ b/sys-apps/i2c/i2c-2.8.0.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.0.ebuild,v 1.10 2003/12/26 10:17:41 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.0.ebuild,v 1.11 2004/01/25 23:15:20 plasmaroo Exp $
DESCRIPTION="I2C Bus support for 2.4.x kernels"
HOMEPAGE="http://www2.lm-sensors.nu/~lm78/"
SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz"
-LICENSE="GPL-2"
SLOT="${KV}"
+LICENSE="GPL-2"
KEYWORDS="x86 ~alpha ~amd64 ~ppc"
DEPEND=""
diff --git a/sys-apps/i2c/i2c-2.8.1.ebuild b/sys-apps/i2c/i2c-2.8.1.ebuild
index 8e1f1f61fa92..553ad3675c22 100644
--- a/sys-apps/i2c/i2c-2.8.1.ebuild
+++ b/sys-apps/i2c/i2c-2.8.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.1.ebuild,v 1.3 2003/12/26 10:17:41 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.1.ebuild,v 1.4 2004/01/25 23:15:20 plasmaroo Exp $
DESCRIPTION="I2C Bus support for 2.4.x kernels"
HOMEPAGE="http://www2.lm-sensors.nu/~lm78/"
@@ -84,7 +84,7 @@ src_compile () {
echo -n ' '; einfo "that contain 'No such file' references."
echo; echo '>>> Compiling...'
- emake LINUX=$LINUX clean all
+ emake CC=${CC} LINUX=$LINUX clean all
if [ $? != 0 ]; then
eerror "I2C requires the source of a compatible kernel"
eerror "version installed in /usr/src/linux"
@@ -97,6 +97,7 @@ src_compile () {
src_install() {
emake \
+ CC = ${CC} \
LINUX=$LINUX \
LINUX_INCLUDE_DIR=/usr/include/linux \
DESTDIR=${D} \
diff --git a/sys-apps/i2c/i2c-2.8.2.ebuild b/sys-apps/i2c/i2c-2.8.2.ebuild
index f5f0f9f5c933..519494f5f72b 100644
--- a/sys-apps/i2c/i2c-2.8.2.ebuild
+++ b/sys-apps/i2c/i2c-2.8.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.2.ebuild,v 1.1 2003/12/13 19:15:26 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.2.ebuild,v 1.2 2004/01/25 23:15:20 plasmaroo Exp $
DESCRIPTION="I2C Bus support for 2.4.x kernels"
HOMEPAGE="http://www2.lm-sensors.nu/~lm78/"
@@ -84,7 +84,7 @@ src_compile () {
echo -n ' '; einfo "that contain 'No such file' references."
echo; echo '>>> Compiling...'
- emake LINUX=$LINUX clean all
+ emake CC=${CC} LINUX=$LINUX clean all
if [ $? != 0 ]; then
eerror "I2C requires the source of a compatible kernel"
eerror "version installed in /usr/src/linux"
@@ -97,6 +97,7 @@ src_compile () {
src_install() {
emake \
+ CC=${CC} \
LINUX=$LINUX \
LINUX_INCLUDE_DIR=/usr/include/linux \
DESTDIR=${D} \