diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-03-02 19:31:05 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-03-02 19:31:05 +0000 |
commit | 3cd373b649d370d081feb3a93248020272ea1cc1 (patch) | |
tree | 5bc33c9d66b0e4a17aaf03b10c0159bdfa5d7b78 /sys-apps/i2c | |
parent | Using := instead of = for CC (diff) | |
download | historical-3cd373b649d370d081feb3a93248020272ea1cc1.tar.gz historical-3cd373b649d370d081feb3a93248020272ea1cc1.tar.bz2 historical-3cd373b649d370d081feb3a93248020272ea1cc1.zip |
reunstable mask 2.7.0
Diffstat (limited to 'sys-apps/i2c')
-rw-r--r-- | sys-apps/i2c/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.7.0.ebuild | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-apps/i2c/ChangeLog b/sys-apps/i2c/ChangeLog index c2c12846b84a..196c91a1dfae 100644 --- a/sys-apps/i2c/ChangeLog +++ b/sys-apps/i2c/ChangeLog @@ -1,11 +1,13 @@ # 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.4 2003/03/01 11:00:28 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.5 2003/03/02 19:31:05 lostlogic Exp $ -*i2c-2.7.0 (20 Jan 2003): i2c-2.7.0.ebuild files/digest-i2c-2.7.0 : +*i2c-2.7.0 (20 Jan 2003) - 01 Mar 2003; Seemant Kulleen <seemant@gentoo.org> : + 02 Mar 2003; Brandon Low <lostlogic@gentoo.org> i2c-2.7.0.ebuild: + mark unstable for the time being awaiting some fixage + 01 Mar 2003; Seemant Kulleen <seemant@gentoo.org> i2c-2.7.0.ebuild : Moved 2.7.0 to stable x86 It was causing breakage because lm_sensors depends on this, and that went to stable x86 @@ -13,7 +15,7 @@ Update to latest version, unstable marked for a few days, although this code is well tested in the lolo and gentoo-sources. -*i2c-2.6.5 (08 Dec 2002): +*i2c-2.6.5 (08 Dec 2002) 08 Dec 2002; Seth Chandler <sethbc@gentoo.org>: i2c-2.6.5-r1.ebuild added to portage, originally contributed by Jonathan Kelly <j0n@tpg.com.au> diff --git a/sys-apps/i2c/i2c-2.7.0.ebuild b/sys-apps/i2c/i2c-2.7.0.ebuild index d4d7075a135c..ccc60582a46f 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. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.7.0.ebuild,v 1.3 2003/03/01 11:00:28 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.7.0.ebuild,v 1.4 2003/03/02 19:31:05 lostlogic Exp $ S=${WORKDIR}/${P} DESCRIPTION="I2C Bus support" @@ -8,7 +8,7 @@ SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz" HOMEPAGE="http://www2.lm-sensors.nu/~lm78" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~x86 ~ppc" LICENSE="GPL-2" DEPEND="virtual/linux-sources" |