Gentoo Archives: gentoo-commits

From: "Roy Marples (uberlord)" <uberlord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/wpa_supplicant: ChangeLog wpa_supplicant-0.5.8.ebuild wpa_supplicant-0.6.0.ebuild wpa_supplicant-0.5.7.ebuild
Date: Tue, 25 Sep 2007 12:20:08
Message-Id: E1Ia9GR-0007d8-Uv@stork.gentoo.org
1 uberlord 07/09/25 12:11:43
2
3 Modified: ChangeLog wpa_supplicant-0.5.8.ebuild
4 wpa_supplicant-0.6.0.ebuild
5 wpa_supplicant-0.5.7.ebuild
6 Log:
7 wpa_supplicant requires libs from /usr so it's moving back. Symlinks are in place so that baselayout still works.
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.100 net-wireless/wpa_supplicant/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog?rev=1.100&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog?rev=1.100&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog?r1=1.99&r2=1.100
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v
20 retrieving revision 1.99
21 retrieving revision 1.100
22 diff -u -r1.99 -r1.100
23 --- ChangeLog 11 Sep 2007 14:24:51 -0000 1.99
24 +++ ChangeLog 25 Sep 2007 12:11:43 -0000 1.100
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-wireless/wpa_supplicant
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 1.99 2007/09/11 14:24:51 uberlord Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 1.100 2007/09/25 12:11:43 uberlord Exp $
30 +
31 + 25 Sep 2007; Roy Marples <uberlord@g.o>
32 + wpa_supplicant-0.5.7.ebuild, wpa_supplicant-0.5.8.ebuild,
33 + wpa_supplicant-0.6.0.ebuild:
34 + wpa_supplicant requires libs from /usr so it's moving back. Symlinks are in
35 + place so that baselayout still works.
36
37 11 Sep 2007; Roy Marples <uberlord@g.o>
38 wpa_supplicant-0.5.8.ebuild, wpa_supplicant-0.6.0.ebuild:
39
40
41
42 1.4 net-wireless/wpa_supplicant/wpa_supplicant-0.5.8.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.8.ebuild?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.8.ebuild?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.8.ebuild?r1=1.3&r2=1.4
47
48 Index: wpa_supplicant-0.5.8.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.8.ebuild,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- wpa_supplicant-0.5.8.ebuild 11 Sep 2007 14:24:51 -0000 1.3
55 +++ wpa_supplicant-0.5.8.ebuild 25 Sep 2007 12:11:43 -0000 1.4
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2007 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.8.ebuild,v 1.3 2007/09/11 14:24:51 uberlord Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.8.ebuild,v 1.4 2007/09/25 12:11:43 uberlord Exp $
61
62 inherit eutils toolchain-funcs
63
64 @@ -157,10 +157,13 @@
65 }
66
67 src_install() {
68 - into /
69 dosbin wpa_supplicant
70 dobin wpa_cli wpa_passphrase
71
72 + # baselayout-1 compat
73 + dosym /usr/sbin/wpa_supplicant /sbin/wpa_supplicant
74 + dosym /usr/bin/wpa_cli /bin/wpa_cli
75 +
76 exeinto /etc/wpa_supplicant/
77 newexe "${FILESDIR}"/wpa_cli.sh wpa_cli.sh
78 insinto /etc/wpa_supplicant/
79
80
81
82 1.6 net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild?rev=1.6&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild?rev=1.6&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild?r1=1.5&r2=1.6
87
88 Index: wpa_supplicant-0.6.0.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild,v
91 retrieving revision 1.5
92 retrieving revision 1.6
93 diff -u -r1.5 -r1.6
94 --- wpa_supplicant-0.6.0.ebuild 11 Sep 2007 14:24:51 -0000 1.5
95 +++ wpa_supplicant-0.6.0.ebuild 25 Sep 2007 12:11:43 -0000 1.6
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2007 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild,v 1.5 2007/09/11 14:24:51 uberlord Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.6.0.ebuild,v 1.6 2007/09/25 12:11:43 uberlord Exp $
101
102 inherit eutils toolchain-funcs
103
104 @@ -159,10 +159,13 @@
105 }
106
107 src_install() {
108 - into /
109 dosbin wpa_supplicant
110 dobin wpa_cli wpa_passphrase
111
112 + # baselayout-1 compat
113 + dosym /usr/sbin/wpa_supplicant /sbin/wpa_supplicant
114 + dosym /usr/bin/wpa_cli /bin/wpa_cli
115 +
116 exeinto /etc/wpa_supplicant/
117 newexe "${FILESDIR}"/wpa_cli.sh wpa_cli.sh
118 insinto /etc/wpa_supplicant/
119
120
121
122 1.9 net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild
123
124 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild?rev=1.9&view=markup
125 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild?rev=1.9&content-type=text/plain
126 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild?r1=1.8&r2=1.9
127
128 Index: wpa_supplicant-0.5.7.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild,v
131 retrieving revision 1.8
132 retrieving revision 1.9
133 diff -u -r1.8 -r1.9
134 --- wpa_supplicant-0.5.7.ebuild 1 Jul 2007 11:06:24 -0000 1.8
135 +++ wpa_supplicant-0.5.7.ebuild 25 Sep 2007 12:11:43 -0000 1.9
136 @@ -1,6 +1,6 @@
137 # Copyright 1999-2007 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild,v 1.8 2007/07/01 11:06:24 uberlord Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.7.ebuild,v 1.9 2007/09/25 12:11:43 uberlord Exp $
141
142 inherit eutils toolchain-funcs
143
144 @@ -159,10 +159,13 @@
145 }
146
147 src_install() {
148 - into /
149 dosbin wpa_supplicant
150 dobin wpa_cli wpa_passphrase
151
152 + # baselayout-1 compat
153 + dosym /usr/sbin/wpa_supplicant /sbin/wpa_supplicant
154 + dosym /usr/bin/wpa_cli /bin/wpa_cli
155 +
156 exeinto /etc/wpa_supplicant/
157 newexe "${FILESDIR}"/wpa_cli.sh wpa_cli.sh
158 insinto /etc/wpa_supplicant/
159
160
161
162 --
163 gentoo-commits@g.o mailing list