diff options
author | 2011-06-06 06:21:03 +0000 | |
---|---|---|
committer | 2011-06-06 06:21:03 +0000 | |
commit | 14a1aa22951696ed0cd2ad2c24954daaaf0972b2 (patch) | |
tree | 39f3d15afb8e13e07dcf0fadf986cc9c7b469d73 /net-wireless | |
parent | Linux-3.0 changes. (diff) | |
download | gentoo-2-14a1aa22951696ed0cd2ad2c24954daaaf0972b2.tar.gz gentoo-2-14a1aa22951696ed0cd2ad2c24954daaaf0972b2.tar.bz2 gentoo-2-14a1aa22951696ed0cd2ad2c24954daaaf0972b2.zip |
Linux-3.0 changes.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/hostap-driver/ChangeLog | 8 | ||||
-rw-r--r-- | net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild | 6 | ||||
-rw-r--r-- | net-wireless/hostap-driver/hostap-driver-0.4.9.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-wireless/hostap-driver/ChangeLog b/net-wireless/hostap-driver/ChangeLog index 8aa292d68b68..98fc86ac79ee 100644 --- a/net-wireless/hostap-driver/ChangeLog +++ b/net-wireless/hostap-driver/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/hostap-driver -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/ChangeLog,v 1.59 2007/02/22 03:09:42 peper Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/ChangeLog,v 1.60 2011/06/06 06:21:03 robbat2 Exp $ + + 06 Jun 2011; Robin H. Johnson <robbat2@gentoo.org> + hostap-driver-0.4.7.ebuild, hostap-driver-0.4.9.ebuild: + Linux-3.0 changes. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild b/net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild index fc9084548fe6..22d5390ee606 100644 --- a/net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild +++ b/net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild,v 1.5 2006/07/18 12:30:57 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/hostap-driver-0.4.7.ebuild,v 1.6 2011/06/06 06:21:03 robbat2 Exp $ inherit toolchain-funcs eutils linux-mod @@ -34,7 +34,7 @@ pcmcia_src_unpack() { if linux_chkconfig_present PCMCIA; then einfo "Kernel based PCMCIA support has been detected." else - if kernel_is 2 6; then + if kernel_is -ge 2 6; then einfo "We have detected that you are running a 2.6 kernel" einfo "but you are not using the built-in PCMCIA support." einfo "We will assume you know what you are doing, but please" diff --git a/net-wireless/hostap-driver/hostap-driver-0.4.9.ebuild b/net-wireless/hostap-driver/hostap-driver-0.4.9.ebuild index 90b28d62de47..832f0fbd1d84 100644 --- a/net-wireless/hostap-driver/hostap-driver-0.4.9.ebuild +++ b/net-wireless/hostap-driver/hostap-driver-0.4.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/hostap-driver-0.4.9.ebuild,v 1.4 2006/09/03 09:03:42 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-driver/hostap-driver-0.4.9.ebuild,v 1.5 2011/06/06 06:21:03 robbat2 Exp $ inherit toolchain-funcs eutils linux-mod @@ -34,7 +34,7 @@ pcmcia_src_unpack() { if linux_chkconfig_present PCMCIA; then einfo "Kernel based PCMCIA support has been detected." else - if kernel_is 2 6; then + if kernel_is -ge 2 6; then einfo "We have detected that you are running a 2.6 kernel" einfo "but you are not using the built-in PCMCIA support." einfo "We will assume you know what you are doing, but please" |