diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-01 11:00:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-01 11:00:28 +0000 |
commit | f4f10c3346fe76ba8780038fc4a58423a955270b (patch) | |
tree | 627721128a92e8dc2856f479f70394dfa2535c4d /sys-apps/i2c | |
parent | ChangeLog I forgot to commit (diff) | |
download | gentoo-2-f4f10c3346fe76ba8780038fc4a58423a955270b.tar.gz gentoo-2-f4f10c3346fe76ba8780038fc4a58423a955270b.tar.bz2 gentoo-2-f4f10c3346fe76ba8780038fc4a58423a955270b.zip |
moved to stable
Diffstat (limited to 'sys-apps/i2c')
-rw-r--r-- | sys-apps/i2c/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.7.0.ebuild | 8 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sys-apps/i2c/ChangeLog b/sys-apps/i2c/ChangeLog index 6bd28b4f272a..c2c12846b84a 100644 --- a/sys-apps/i2c/ChangeLog +++ b/sys-apps/i2c/ChangeLog @@ -1,8 +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.3 2003/02/12 09:00:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.4 2003/03/01 11:00:28 seemant Exp $ -*i2c-2.7.0 (20 Jan 2003): +*i2c-2.7.0 (20 Jan 2003): i2c-2.7.0.ebuild files/digest-i2c-2.7.0 : + + 01 Mar 2003; Seemant Kulleen <seemant@gentoo.org> : + + Moved 2.7.0 to stable x86 It was causing breakage because lm_sensors depends on this, and + that went to stable x86 20 Jan 2003; Brandon Low <lostlogic@gentoo.org>: i2c-2.7.0.ebuild Update to latest version, unstable marked for a few days, although diff --git a/sys-apps/i2c/i2c-2.7.0.ebuild b/sys-apps/i2c/i2c-2.7.0.ebuild index 0b01182801e5..d4d7075a135c 100644 --- a/sys-apps/i2c/i2c-2.7.0.ebuild +++ b/sys-apps/i2c/i2c-2.7.0.ebuild @@ -1,15 +1,15 @@ # 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.2 2003/02/13 16:01:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.7.0.ebuild,v 1.3 2003/03/01 11:00:28 seemant Exp $ -S="${WORKDIR}/${P}" +S=${WORKDIR}/${P} DESCRIPTION="I2C Bus support" SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz" HOMEPAGE="http://www2.lm-sensors.nu/~lm78" -KEYWORDS="~x86 ~ppc" -LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86 ~ppc" +LICENSE="GPL-2" DEPEND="virtual/linux-sources" |