diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 17:20:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 17:20:13 +0000 |
commit | f2175c52f837fdca15432c47713a1e6570915a8c (patch) | |
tree | 462b2a8b6d70929313ef380780d8c6e64769374f /sys-apps/i2c | |
parent | update libgd DEPEND (Manifest recommit) (diff) | |
download | gentoo-2-f2175c52f837fdca15432c47713a1e6570915a8c.tar.gz gentoo-2-f2175c52f837fdca15432c47713a1e6570915a8c.tar.bz2 gentoo-2-f2175c52f837fdca15432c47713a1e6570915a8c.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'sys-apps/i2c')
-rw-r--r-- | sys-apps/i2c/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.6.5-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.7.0.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.0.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.1.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.2.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.3.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.4.ebuild | 3 |
8 files changed, 20 insertions, 10 deletions
diff --git a/sys-apps/i2c/ChangeLog b/sys-apps/i2c/ChangeLog index bee36c15837b..35f9971ac867 100644 --- a/sys-apps/i2c/ChangeLog +++ b/sys-apps/i2c/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/i2c # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.17 2004/06/24 22:11:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.18 2004/06/30 17:20:13 agriffis Exp $ + + 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> i2c-2.6.5-r1.ebuild, + i2c-2.7.0.ebuild, i2c-2.8.0.ebuild, i2c-2.8.1.ebuild, i2c-2.8.2.ebuild, + i2c-2.8.3.ebuild, i2c-2.8.4.ebuild: + sync IUSE (missing), trim trailing whitespace 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> i2c-2.7.0.ebuild, i2c-2.8.0.ebuild, i2c-2.8.1.ebuild, i2c-2.8.2.ebuild, i2c-2.8.3.ebuild, diff --git a/sys-apps/i2c/i2c-2.6.5-r1.ebuild b/sys-apps/i2c/i2c-2.6.5-r1.ebuild index c3a4dc8580c3..a84dec2e2d98 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-2004 Gentoo Foundation # 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.7 2004/06/24 22:11:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.6.5-r1.ebuild,v 1.8 2004/06/30 17:20:13 agriffis Exp $ DESCRIPTION="I2C Bus support" HOMEPAGE="http://www2.lm-sensors.nu/~lm78/" @@ -9,6 +9,7 @@ SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc" +IUSE="" DEPEND="virtual/linux-sources" diff --git a/sys-apps/i2c/i2c-2.7.0.ebuild b/sys-apps/i2c/i2c-2.7.0.ebuild index 208de8780661..bcfbbf679524 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-2004 Gentoo Foundation # 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.12 2004/06/24 22:11:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.7.0.ebuild,v 1.13 2004/06/30 17:20:13 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="${KV}" KEYWORDS="x86 amd64 alpha ~ppc" +IUSE="" DEPEND="virtual/linux-sources" @@ -48,5 +49,3 @@ pkg_postinst() { einfo "IMPORTANT ... *disable* kernel i2c support or *enable it as a module*" einfo } - - diff --git a/sys-apps/i2c/i2c-2.8.0.ebuild b/sys-apps/i2c/i2c-2.8.0.ebuild index 11bb62738488..5f37788870e6 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-2004 Gentoo Foundation # 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.14 2004/06/25 23:42:18 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.0.ebuild,v 1.15 2004/06/30 17:20:13 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz" SLOT="${KV}" LICENSE="GPL-2" KEYWORDS="x86 ~alpha amd64 ~ppc" +IUSE="" DEPEND="" diff --git a/sys-apps/i2c/i2c-2.8.1.ebuild b/sys-apps/i2c/i2c-2.8.1.ebuild index b2d86aaa5db6..686e7f3bcdd3 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-2004 Gentoo Foundation # 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.8 2004/06/25 23:42:18 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.1.ebuild,v 1.9 2004/06/30 17:20:13 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="${KV}" KEYWORDS="x86 ~alpha amd64 ~ppc" +IUSE="" DEPEND="" diff --git a/sys-apps/i2c/i2c-2.8.2.ebuild b/sys-apps/i2c/i2c-2.8.2.ebuild index fee876031eb3..ee78814b1712 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-2004 Gentoo Foundation # 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.4 2004/06/24 22:11:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.2.ebuild,v 1.5 2004/06/30 17:20:13 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="${KV}" KEYWORDS="~x86 ~alpha ~amd64 ~ppc" +IUSE="" DEPEND="" diff --git a/sys-apps/i2c/i2c-2.8.3.ebuild b/sys-apps/i2c/i2c-2.8.3.ebuild index a4320f582e0e..4777e08e6e0b 100644 --- a/sys-apps/i2c/i2c-2.8.3.ebuild +++ b/sys-apps/i2c/i2c-2.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.3.ebuild,v 1.3 2004/06/24 22:11:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.3.ebuild,v 1.4 2004/06/30 17:20:13 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="${KV}" KEYWORDS="~x86" +IUSE="" DEPEND="" diff --git a/sys-apps/i2c/i2c-2.8.4.ebuild b/sys-apps/i2c/i2c-2.8.4.ebuild index 7fb01e02ddac..683ec5fba3c5 100644 --- a/sys-apps/i2c/i2c-2.8.4.ebuild +++ b/sys-apps/i2c/i2c-2.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.4.ebuild,v 1.3 2004/06/24 22:11:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.4.ebuild,v 1.4 2004/06/30 17:20:13 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="${KV}" KEYWORDS="~x86" +IUSE="" DEPEND="" |