Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-2.1.0.ebuild nano-1.2.5.ebuild nano-1.3.12-r1.ebuild ChangeLog nano-2.1.1-r1.ebuild nano-2.0.7.ebuild nano-2.1.1.ebuild
Date: Sat, 10 May 2008 10:29:03
Message-Id: E1JumK3-0002F9-01@stork.gentoo.org
1 vapier 08/05/10 10:28:58
2
3 Modified: nano-2.1.0.ebuild nano-1.2.5.ebuild
4 nano-1.3.12-r1.ebuild ChangeLog
5 nano-2.1.1-r1.ebuild nano-2.0.7.ebuild
6 nano-2.1.1.ebuild
7 Log:
8 Fix spell configure flag: it is --enable-speller, not --enable-spell.
9 (Portage version: 2.2_pre5)
10
11 Revision Changes Path
12 1.3 app-editors/nano/nano-2.1.0.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild?r1=1.2&r2=1.3
17
18 Index: nano-2.1.0.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- nano-2.1.0.ebuild 29 Mar 2008 20:15:07 -0000 1.2
25 +++ nano-2.1.0.ebuild 10 May 2008 10:28:58 -0000 1.3
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild,v 1.2 2008/03/29 20:15:07 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild,v 1.3 2008/05/10 10:28:58 vapier Exp $
31
32 inherit eutils
33 if [[ ${PV} == "9999" ]] ; then
34 @@ -46,7 +46,7 @@
35 $(use_enable !minimal multibuffer) \
36 $(use_enable !minimal nanorc) \
37 --disable-wrapping-as-root \
38 - $(use_enable spell) \
39 + $(use_enable spell speller) \
40 $(use_enable justify) \
41 $(use_enable debug) \
42 $(use_enable nls) \
43
44
45
46 1.6 app-editors/nano/nano-1.2.5.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild?rev=1.6&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild?rev=1.6&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild?r1=1.5&r2=1.6
51
52 Index: nano-1.2.5.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild,v
55 retrieving revision 1.5
56 retrieving revision 1.6
57 diff -u -r1.5 -r1.6
58 --- nano-1.2.5.ebuild 10 Oct 2007 06:07:36 -0000 1.5
59 +++ nano-1.2.5.ebuild 10 May 2008 10:28:58 -0000 1.6
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2007 Gentoo Foundation
62 +# Copyright 1999-2008 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild,v 1.5 2007/10/10 06:07:36 opfer Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild,v 1.6 2008/05/10 10:28:58 vapier Exp $
66
67 inherit eutils
68
69 @@ -31,7 +31,7 @@
70 --enable-multibuffer \
71 --enable-nanorc \
72 $(use_enable justify) \
73 - $(use_enable spell) \
74 + $(use_enable spell speller) \
75 $(use_enable debug) \
76 $(use_enable nls) \
77 ${myconf} \
78 @@ -40,7 +40,7 @@
79 }
80
81 src_install() {
82 - make DESTDIR="${D}" install || die
83 + emake DESTDIR="${D}" install || die
84
85 if use build ; then
86 rm -r "${D}"/usr/share
87
88
89
90 1.19 app-editors/nano/nano-1.3.12-r1.ebuild
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild?rev=1.19&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild?rev=1.19&content-type=text/plain
94 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild?r1=1.18&r2=1.19
95
96 Index: nano-1.3.12-r1.ebuild
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v
99 retrieving revision 1.18
100 retrieving revision 1.19
101 diff -u -r1.18 -r1.19
102 --- nano-1.3.12-r1.ebuild 10 Oct 2007 06:07:36 -0000 1.18
103 +++ nano-1.3.12-r1.ebuild 10 May 2008 10:28:58 -0000 1.19
104 @@ -1,6 +1,6 @@
105 -# Copyright 1999-2007 Gentoo Foundation
106 +# Copyright 1999-2008 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v 1.18 2007/10/10 06:07:36 opfer Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v 1.19 2008/05/10 10:28:58 vapier Exp $
110
111 #ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
112 #ECVS_MODULE="nano"
113 @@ -47,7 +47,7 @@
114 --enable-multibuffer \
115 --enable-nanorc \
116 --disable-wrapping-as-root \
117 - $(use_enable spell) \
118 + $(use_enable spell speller) \
119 $(use_enable justify) \
120 $(use_enable debug) \
121 $(use_enable nls) \
122 @@ -59,7 +59,7 @@
123 }
124
125 src_install() {
126 - make DESTDIR="${D}" install || die
127 + emake DESTDIR="${D}" install || die
128
129 dodoc ChangeLog README doc/nanorc.sample AUTHORS BUGS NEWS TODO
130 dohtml *.html
131
132
133
134 1.188 app-editors/nano/ChangeLog
135
136 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?rev=1.188&view=markup
137 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?rev=1.188&content-type=text/plain
138 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?r1=1.187&r2=1.188
139
140 Index: ChangeLog
141 ===================================================================
142 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
143 retrieving revision 1.187
144 retrieving revision 1.188
145 diff -u -r1.187 -r1.188
146 --- ChangeLog 10 May 2008 10:23:39 -0000 1.187
147 +++ ChangeLog 10 May 2008 10:28:58 -0000 1.188
148 @@ -1,6 +1,11 @@
149 # ChangeLog for app-editors/nano
150 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
151 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.187 2008/05/10 10:23:39 vapier Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.188 2008/05/10 10:28:58 vapier Exp $
153 +
154 + 10 May 2008; Mike Frysinger <vapier@g.o> nano-1.2.5.ebuild,
155 + nano-1.3.12-r1.ebuild, nano-2.0.7.ebuild, nano-2.1.0.ebuild,
156 + nano-2.1.1.ebuild, nano-2.1.1-r1.ebuild:
157 + Fix spell configure flag: it is --enable-speller, not --enable-spell.
158
159 *nano-2.1.1-r1 (10 May 2008)
160
161
162
163
164 1.2 app-editors/nano/nano-2.1.1-r1.ebuild
165
166 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.1-r1.ebuild?rev=1.2&view=markup
167 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.1-r1.ebuild?rev=1.2&content-type=text/plain
168 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.1-r1.ebuild?r1=1.1&r2=1.2
169
170 Index: nano-2.1.1-r1.ebuild
171 ===================================================================
172 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1-r1.ebuild,v
173 retrieving revision 1.1
174 retrieving revision 1.2
175 diff -u -r1.1 -r1.2
176 --- nano-2.1.1-r1.ebuild 10 May 2008 10:23:39 -0000 1.1
177 +++ nano-2.1.1-r1.ebuild 10 May 2008 10:28:58 -0000 1.2
178 @@ -1,6 +1,6 @@
179 # Copyright 1999-2008 Gentoo Foundation
180 # Distributed under the terms of the GNU General Public License v2
181 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1-r1.ebuild,v 1.1 2008/05/10 10:23:39 vapier Exp $
182 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1-r1.ebuild,v 1.2 2008/05/10 10:28:58 vapier Exp $
183
184 inherit eutils
185 if [[ ${PV} == "9999" ]] ; then
186 @@ -46,7 +46,7 @@
187 $(use_enable !minimal multibuffer) \
188 $(use_enable !minimal nanorc) \
189 --disable-wrapping-as-root \
190 - $(use_enable spell) \
191 + $(use_enable spell speller) \
192 $(use_enable justify) \
193 $(use_enable debug) \
194 $(use_enable nls) \
195
196
197
198 1.8 app-editors/nano/nano-2.0.7.ebuild
199
200 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.7.ebuild?rev=1.8&view=markup
201 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.7.ebuild?rev=1.8&content-type=text/plain
202 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.7.ebuild?r1=1.7&r2=1.8
203
204 Index: nano-2.0.7.ebuild
205 ===================================================================
206 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.7.ebuild,v
207 retrieving revision 1.7
208 retrieving revision 1.8
209 diff -u -r1.7 -r1.8
210 --- nano-2.0.7.ebuild 26 Feb 2008 02:20:30 -0000 1.7
211 +++ nano-2.0.7.ebuild 10 May 2008 10:28:58 -0000 1.8
212 @@ -1,6 +1,6 @@
213 # Copyright 1999-2008 Gentoo Foundation
214 # Distributed under the terms of the GNU General Public License v2
215 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.7.ebuild,v 1.7 2008/02/26 02:20:30 rich0 Exp $
216 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.7.ebuild,v 1.8 2008/05/10 10:28:58 vapier Exp $
217
218 inherit eutils
219 if [[ ${PV} == "9999" ]] ; then
220 @@ -46,7 +46,7 @@
221 --enable-multibuffer \
222 --enable-nanorc \
223 --disable-wrapping-as-root \
224 - $(use_enable spell) \
225 + $(use_enable spell speller) \
226 $(use_enable justify) \
227 $(use_enable debug) \
228 $(use_enable nls) \
229
230
231
232 1.4 app-editors/nano/nano-2.1.1.ebuild
233
234 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.1.ebuild?rev=1.4&view=markup
235 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.1.ebuild?rev=1.4&content-type=text/plain
236 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.1.ebuild?r1=1.3&r2=1.4
237
238 Index: nano-2.1.1.ebuild
239 ===================================================================
240 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1.ebuild,v
241 retrieving revision 1.3
242 retrieving revision 1.4
243 diff -u -r1.3 -r1.4
244 --- nano-2.1.1.ebuild 10 May 2008 10:03:49 -0000 1.3
245 +++ nano-2.1.1.ebuild 10 May 2008 10:28:58 -0000 1.4
246 @@ -1,6 +1,6 @@
247 # Copyright 1999-2008 Gentoo Foundation
248 # Distributed under the terms of the GNU General Public License v2
249 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1.ebuild,v 1.3 2008/05/10 10:03:49 vapier Exp $
250 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1.ebuild,v 1.4 2008/05/10 10:28:58 vapier Exp $
251
252 inherit eutils
253 if [[ ${PV} == "9999" ]] ; then
254 @@ -46,7 +46,7 @@
255 $(use_enable !minimal multibuffer) \
256 $(use_enable !minimal nanorc) \
257 --disable-wrapping-as-root \
258 - $(use_enable spell) \
259 + $(use_enable spell speller) \
260 $(use_enable justify) \
261 $(use_enable debug) \
262 $(use_enable nls) \
263
264
265
266 --
267 gentoo-commits@l.g.o mailing list