Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/iwlwifi: ChangeLog iwlwifi-1.2.22.ebuild
Date: Wed, 12 Dec 2007 03:05:17
Message-Id: E1J2HuF-0002n5-S4@stork.gentoo.org
1 compnerd 07/12/12 03:05:07
2
3 Modified: ChangeLog iwlwifi-1.2.22.ebuild
4 Log:
5 Third times a charm, fix bug #191031
6 (Portage version: 2.1.4_rc9)
7
8 Revision Changes Path
9 1.15 net-wireless/iwlwifi/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwlwifi/ChangeLog?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwlwifi/ChangeLog?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwlwifi/ChangeLog?r1=1.14&r2=1.15
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-wireless/iwlwifi/ChangeLog,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- ChangeLog 12 Dec 2007 03:01:04 -0000 1.14
22 +++ ChangeLog 12 Dec 2007 03:05:07 -0000 1.15
23 @@ -1,6 +1,11 @@
24 # ChangeLog for net-wireless/iwlwifi
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwlwifi/ChangeLog,v 1.14 2007/12/12 03:01:04 compnerd Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwlwifi/ChangeLog,v 1.15 2007/12/12 03:05:07 compnerd Exp $
28 +
29 + 12 Dec 2007; Saleem Abdulrasool <compnerd@g.o>
30 + iwlwifi-1.2.22.ebuild:
31 + restrict tests as they fail, and add firmware loading support in the kernel.
32 + Thanks to MATSUU Takuto (bug #191031)
33
34 12 Dec 2007; Saleem Abdulrasool <compnerd@g.o>
35 iwlwifi-1.2.22.ebuild:
36
37
38
39 1.3 net-wireless/iwlwifi/iwlwifi-1.2.22.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwlwifi/iwlwifi-1.2.22.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwlwifi/iwlwifi-1.2.22.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwlwifi/iwlwifi-1.2.22.ebuild?r1=1.2&r2=1.3
44
45 Index: iwlwifi-1.2.22.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-wireless/iwlwifi/iwlwifi-1.2.22.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- iwlwifi-1.2.22.ebuild 12 Dec 2007 03:01:04 -0000 1.2
52 +++ iwlwifi-1.2.22.ebuild 12 Dec 2007 03:05:07 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwlwifi/iwlwifi-1.2.22.ebuild,v 1.2 2007/12/12 03:01:04 compnerd Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwlwifi/iwlwifi-1.2.22.ebuild,v 1.3 2007/12/12 03:05:07 compnerd Exp $
58
59 inherit eutils linux-mod
60
61 @@ -18,13 +18,15 @@
62 ipw4965? ( =net-wireless/iwl4965-ucode-4.44.1.18 )
63 !ipw3945? ( !ipw4965? ( =net-wireless/iwl3945-ucode-2.14.1.5 =net-wireless/iwl4965-ucode-4.44.1.18 ) )"
64
65 +RESTRICT="test"
66 +
67 pkg_setup() {
68 if kernel_is lt 2 6 22 ; then
69 eerror "iwlwifi requires a kernel >=2.6.22."
70 eerror "Please set your /usr/src/linux symlink accordingly."
71 die "invalid /usr/src/linux symlink"
72 else
73 - CONFIG_CHECK="MAC80211"
74 + CONFIG_CHECK="MAC80211 FW_LOADER"
75 fi
76
77 if kernel_is gt 2 6 23 ; then
78 @@ -58,3 +60,8 @@
79 BUILD_PARAMS="${BUILD_PARAMS} CONFIG_IWL3945=m CONFIG_IWL4965=m"
80 fi
81 }
82 +
83 +src_install() {
84 + linux-mod_src_install
85 + dodoc CHANGES ISSUES README.iwlwifi
86 +}
87
88
89
90 --
91 gentoo-commits@g.o mailing list