diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-01-10 01:18:04 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-01-10 01:18:04 +0000 |
commit | d1452a90ea77cfac3a4bdf6a2fcc25760bde52a1 (patch) | |
tree | 4b46a5f0f79e881df7b9ff0d3a653069c6b2e107 /sys-apps/i2c | |
parent | Bug #283320: linux-info changes require that linux_config_exists is called be... (diff) | |
download | gentoo-2-d1452a90ea77cfac3a4bdf6a2fcc25760bde52a1.tar.gz gentoo-2-d1452a90ea77cfac3a4bdf6a2fcc25760bde52a1.tar.bz2 gentoo-2-d1452a90ea77cfac3a4bdf6a2fcc25760bde52a1.zip |
Bug #283320 cleanup. This package is actually building kernel modules, and should bring in linux-mod, not just linux-info.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/i2c')
-rw-r--r-- | sys-apps/i2c/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.10.0.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.9.2.ebuild | 8 |
3 files changed, 15 insertions, 10 deletions
diff --git a/sys-apps/i2c/ChangeLog b/sys-apps/i2c/ChangeLog index 86b469a6f411..83c78f240576 100644 --- a/sys-apps/i2c/ChangeLog +++ b/sys-apps/i2c/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/i2c -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.48 2007/11/04 10:31:29 phreak Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.49 2010/01/10 01:18:04 robbat2 Exp $ + + 10 Jan 2010; Robin H. Johnson <robbat2@gentoo.org> i2c-2.9.2.ebuild, + i2c-2.10.0.ebuild: + Bug #283320 cleanup. This package is actually building kernel modules, and + should bring in linux-mod, not just linux-info. 04 Nov 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing myself as the maintainer. diff --git a/sys-apps/i2c/i2c-2.10.0.ebuild b/sys-apps/i2c/i2c-2.10.0.ebuild index 2475afb6dac7..a40cefd9bcb8 100644 --- a/sys-apps/i2c/i2c-2.10.0.ebuild +++ b/sys-apps/i2c/i2c-2.10.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.10.0.ebuild,v 1.3 2006/07/13 18:48:59 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.10.0.ebuild,v 1.4 2010/01/10 01:18:04 robbat2 Exp $ -inherit eutils toolchain-funcs linux-info +inherit eutils toolchain-funcs linux-mod DESCRIPTION="I2C Bus kernel modules for linux-2.4.x" HOMEPAGE="http://www.lm-sensors.org/" @@ -15,7 +15,7 @@ KEYWORDS="-amd64 -ppc x86" IUSE="" pkg_setup() { - linux-info_pkg_setup + linux-mod_pkg_setup if kernel_is lt 2 4 10; then eerror "${P} requires kernel 2.4.10 or later" diff --git a/sys-apps/i2c/i2c-2.9.2.ebuild b/sys-apps/i2c/i2c-2.9.2.ebuild index 2929d6a9cbc6..0172a82faa10 100644 --- a/sys-apps/i2c/i2c-2.9.2.ebuild +++ b/sys-apps/i2c/i2c-2.9.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.9.2.ebuild,v 1.4 2006/07/13 18:48:59 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.9.2.ebuild,v 1.5 2010/01/10 01:18:04 robbat2 Exp $ -inherit eutils toolchain-funcs linux-info +inherit eutils toolchain-funcs linux-mod DESCRIPTION="I2C Bus kernel modules for linux-2.4.x" HOMEPAGE="http://www.lm-sensors.org/" @@ -15,7 +15,7 @@ KEYWORDS="-amd64 -ppc x86" IUSE="" pkg_setup() { - linux-info_pkg_setup + linux-mod_pkg_setup if kernel_is lt 2 4 10; then eerror "${P} requires kernel 2.4.10 or later" |