Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl: sbcl-1.0.31.ebuild sbcl-1.0.19.ebuild ChangeLog sbcl-1.0.26-r10.ebuild sbcl-1.0.27-r10.ebuild sbcl-1.0.28.ebuild
Date: Sun, 04 Oct 2009 14:54:39
Message-Id: E1MuSTt-0007O3-MX@stork.gentoo.org
1 ssuominen 09/10/04 14:54:37
2
3 Modified: sbcl-1.0.31.ebuild sbcl-1.0.19.ebuild ChangeLog
4 sbcl-1.0.26-r10.ebuild sbcl-1.0.27-r10.ebuild
5 sbcl-1.0.28.ebuild
6 Log:
7 Replace -Wl,--no-as-needed with function from flag-o-matic eclass.
8 (Portage version: 2.2_rc42/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-lisp/sbcl/sbcl-1.0.31.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild?r1=1.2&r2=1.3
16
17 Index: sbcl-1.0.31.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- sbcl-1.0.31.ebuild 30 Sep 2009 22:10:01 -0000 1.2
24 +++ sbcl-1.0.31.ebuild 4 Oct 2009 14:54:36 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild,v 1.2 2009/09/30 22:10:01 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild,v 1.3 2009/10/04 14:54:36 ssuominen Exp $
30
31 EAPI=2
32
33 @@ -109,7 +109,7 @@
34 src_compile() {
35 local bindir="${WORKDIR}"/sbcl-binary
36
37 - append-ldflags -Wl,--no-as-needed # see Bug #132992
38 + append-ldflags $(no-as-needed) # see Bug #132992
39
40 # clear the environment to get rid of non-ASCII strings, see bug 174702
41 # set HOME for paludis
42
43
44
45 1.8 dev-lisp/sbcl/sbcl-1.0.19.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild?rev=1.8&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild?rev=1.8&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild?r1=1.7&r2=1.8
50
51 Index: sbcl-1.0.19.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild,v
54 retrieving revision 1.7
55 retrieving revision 1.8
56 diff -u -r1.7 -r1.8
57 --- sbcl-1.0.19.ebuild 20 Mar 2009 15:42:33 -0000 1.7
58 +++ sbcl-1.0.19.ebuild 4 Oct 2009 14:54:36 -0000 1.8
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2009 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild,v 1.7 2009/03/20 15:42:33 armin76 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild,v 1.8 2009/10/04 14:54:36 ssuominen Exp $
64
65 inherit common-lisp-common-3 eutils flag-o-matic
66
67 @@ -121,7 +121,7 @@
68 src_compile() {
69 local bindir="${WORKDIR}"/sbcl-binary
70
71 - append-ldflags -Wl,--no-as-needed # see Bug #132992
72 + append-ldflags $(no-as-needed) # see Bug #132992
73
74 # clear the environment to get rid of non-ASCII strings, see bug 174702
75 # set HOME for paludis
76
77
78
79 1.161 dev-lisp/sbcl/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.161&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.161&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/ChangeLog?r1=1.160&r2=1.161
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v
88 retrieving revision 1.160
89 retrieving revision 1.161
90 diff -u -r1.160 -r1.161
91 --- ChangeLog 30 Sep 2009 22:10:01 -0000 1.160
92 +++ ChangeLog 4 Oct 2009 14:54:36 -0000 1.161
93 @@ -1,6 +1,11 @@
94 # ChangeLog for dev-lisp/sbcl
95 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.160 2009/09/30 22:10:01 maekke Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.161 2009/10/04 14:54:36 ssuominen Exp $
98 +
99 + 04 Oct 2009; Samuli Suominen <ssuominen@g.o> sbcl-1.0.19.ebuild,
100 + sbcl-1.0.26-r10.ebuild, sbcl-1.0.27-r10.ebuild, sbcl-1.0.28.ebuild,
101 + sbcl-1.0.31.ebuild:
102 + Replace -Wl,--no-as-needed with function from flag-o-matic eclass.
103
104 30 Sep 2009; Markus Meier <maekke@g.o> sbcl-1.0.26-r10.ebuild,
105 sbcl-1.0.27-r10.ebuild, sbcl-1.0.28.ebuild, sbcl-1.0.31.ebuild:
106
107
108
109 1.5 dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild?rev=1.5&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild?rev=1.5&content-type=text/plain
113 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild?r1=1.4&r2=1.5
114
115 Index: sbcl-1.0.26-r10.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild,v
118 retrieving revision 1.4
119 retrieving revision 1.5
120 diff -u -r1.4 -r1.5
121 --- sbcl-1.0.26-r10.ebuild 30 Sep 2009 22:10:01 -0000 1.4
122 +++ sbcl-1.0.26-r10.ebuild 4 Oct 2009 14:54:36 -0000 1.5
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2009 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild,v 1.4 2009/09/30 22:10:01 maekke Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild,v 1.5 2009/10/04 14:54:36 ssuominen Exp $
128
129 EAPI=2
130
131 @@ -111,7 +111,7 @@
132 src_compile() {
133 local bindir="${WORKDIR}"/sbcl-binary
134
135 - append-ldflags -Wl,--no-as-needed # see Bug #132992
136 + append-ldflags $(no-as-needed) # see Bug #132992
137
138 # clear the environment to get rid of non-ASCII strings, see bug 174702
139 # set HOME for paludis
140
141
142
143 1.5 dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild
144
145 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild?rev=1.5&view=markup
146 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild?rev=1.5&content-type=text/plain
147 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild?r1=1.4&r2=1.5
148
149 Index: sbcl-1.0.27-r10.ebuild
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild,v
152 retrieving revision 1.4
153 retrieving revision 1.5
154 diff -u -r1.4 -r1.5
155 --- sbcl-1.0.27-r10.ebuild 30 Sep 2009 22:10:01 -0000 1.4
156 +++ sbcl-1.0.27-r10.ebuild 4 Oct 2009 14:54:36 -0000 1.5
157 @@ -1,6 +1,6 @@
158 # Copyright 1999-2009 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild,v 1.4 2009/09/30 22:10:01 maekke Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild,v 1.5 2009/10/04 14:54:36 ssuominen Exp $
162
163 EAPI=2
164
165 @@ -111,7 +111,7 @@
166 src_compile() {
167 local bindir="${WORKDIR}"/sbcl-binary
168
169 - append-ldflags -Wl,--no-as-needed # see Bug #132992
170 + append-ldflags $(no-as-needed) # see Bug #132992
171
172 # clear the environment to get rid of non-ASCII strings, see bug 174702
173 # set HOME for paludis
174
175
176
177 1.3 dev-lisp/sbcl/sbcl-1.0.28.ebuild
178
179 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.28.ebuild?rev=1.3&view=markup
180 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.28.ebuild?rev=1.3&content-type=text/plain
181 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.28.ebuild?r1=1.2&r2=1.3
182
183 Index: sbcl-1.0.28.ebuild
184 ===================================================================
185 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.28.ebuild,v
186 retrieving revision 1.2
187 retrieving revision 1.3
188 diff -u -r1.2 -r1.3
189 --- sbcl-1.0.28.ebuild 30 Sep 2009 22:10:01 -0000 1.2
190 +++ sbcl-1.0.28.ebuild 4 Oct 2009 14:54:36 -0000 1.3
191 @@ -1,6 +1,6 @@
192 # Copyright 1999-2009 Gentoo Foundation
193 # Distributed under the terms of the GNU General Public License v2
194 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.28.ebuild,v 1.2 2009/09/30 22:10:01 maekke Exp $
195 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.28.ebuild,v 1.3 2009/10/04 14:54:36 ssuominen Exp $
196
197 EAPI=2
198
199 @@ -109,7 +109,7 @@
200 src_compile() {
201 local bindir="${WORKDIR}"/sbcl-binary
202
203 - append-ldflags -Wl,--no-as-needed # see Bug #132992
204 + append-ldflags $(no-as-needed) # see Bug #132992
205
206 # clear the environment to get rid of non-ASCII strings, see bug 174702
207 # set HOME for paludis