Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs: emacs-cvs-23.0.0_p20070920-r1.ebuild ChangeLog emacs-cvs-22.1.50-r2.ebuild emacs-cvs-22.1.50_p20070829-r2.ebuild emacs-cvs-23.0.60-r1.ebuild emacs-cvs-23.0.50-r1.ebuild
Date: Sat, 01 Dec 2007 01:13:59
Message-Id: E1IyGvX-0006VQ-V5@stork.gentoo.org
1 ulm 07/12/01 01:13:51
2
3 Modified: emacs-cvs-23.0.0_p20070920-r1.ebuild ChangeLog
4 emacs-cvs-22.1.50-r2.ebuild
5 emacs-cvs-22.1.50_p20070829-r2.ebuild
6 emacs-cvs-23.0.60-r1.ebuild
7 emacs-cvs-23.0.50-r1.ebuild
8 Log:
9 Rename site-init file for USE=source.
10 (Portage version: 2.1.4_rc4)
11
12 Revision Changes Path
13 1.2 app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild?r1=1.1&r2=1.2
18
19 Index: emacs-cvs-23.0.0_p20070920-r1.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- emacs-cvs-23.0.0_p20070920-r1.ebuild 27 Nov 2007 16:03:26 -0000 1.1
26 +++ emacs-cvs-23.0.0_p20070920-r1.ebuild 1 Dec 2007 01:13:51 -0000 1.2
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2007 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild,v 1.1 2007/11/27 16:03:26 ulm Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild,v 1.2 2007/12/01 01:13:51 ulm Exp $
32
33 WANT_AUTOCONF="2.5"
34 WANT_AUTOMAKE="latest"
35 @@ -179,7 +179,7 @@
36 # This is not meant to install all the source -- just the
37 # C source you might find via find-function
38 doins src/*.[ch]
39 - sed 's/^X//' >00${PN}-${SLOT}-gentoo.el <<-EOF
40 + sed 's/^X//' >10${PN}-${SLOT}-gentoo.el <<-EOF
41
42 ;;; ${PN}-${SLOT} site-lisp configuration
43
44 @@ -187,7 +187,7 @@
45 X (setq find-function-C-source-directory
46 X "/usr/share/emacs/${FULL_VERSION}/src"))
47 EOF
48 - elisp-site-file-install 00${PN}-${SLOT}-gentoo.el
49 + elisp-site-file-install 10${PN}-${SLOT}-gentoo.el
50 fi
51
52 dodoc AUTHORS BUGS CONTRIBUTE README README.unicode || die "dodoc failed"
53
54
55
56 1.175 app-editors/emacs-cvs/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.175&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.175&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.174&r2=1.175
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
65 retrieving revision 1.174
66 retrieving revision 1.175
67 diff -u -r1.174 -r1.175
68 --- ChangeLog 27 Nov 2007 16:03:26 -0000 1.174
69 +++ ChangeLog 1 Dec 2007 01:13:51 -0000 1.175
70 @@ -1,6 +1,12 @@
71 # ChangeLog for app-editors/emacs-cvs
72 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.174 2007/11/27 16:03:26 ulm Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.175 2007/12/01 01:13:51 ulm Exp $
75 +
76 + 01 Dec 2007; Ulrich Mueller <ulm@g.o> emacs-cvs-22.1.50-r2.ebuild,
77 + emacs-cvs-22.1.50_p20070829-r2.ebuild,
78 + emacs-cvs-23.0.0_p20070920-r1.ebuild, emacs-cvs-23.0.50-r1.ebuild,
79 + emacs-cvs-23.0.60-r1.ebuild:
80 + Rename site-init file for USE=source.
81
82 *emacs-cvs-23.0.0_p20070920-r1 (27 Nov 2007)
83 *emacs-cvs-22.1.50_p20070829-r2 (27 Nov 2007)
84
85
86
87 1.2 app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild?rev=1.2&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild?rev=1.2&content-type=text/plain
91 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild?r1=1.1&r2=1.2
92
93 Index: emacs-cvs-22.1.50-r2.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild,v
96 retrieving revision 1.1
97 retrieving revision 1.2
98 diff -u -r1.1 -r1.2
99 --- emacs-cvs-22.1.50-r2.ebuild 27 Nov 2007 14:11:48 -0000 1.1
100 +++ emacs-cvs-22.1.50-r2.ebuild 1 Dec 2007 01:13:51 -0000 1.2
101 @@ -1,6 +1,6 @@
102 # Copyright 1999-2007 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild,v 1.1 2007/11/27 14:11:48 opfer Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild,v 1.2 2007/12/01 01:13:51 ulm Exp $
106
107 ECVS_AUTH="pserver"
108 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
109 @@ -187,7 +187,7 @@
110 # This is not meant to install all the source -- just the
111 # C source you might find via find-function
112 doins src/*.[ch]
113 - sed 's/^X//' >00${PN}-${SLOT}-gentoo.el <<-EOF
114 + sed 's/^X//' >10${PN}-${SLOT}-gentoo.el <<-EOF
115
116 ;;; ${PN}-${SLOT} site-lisp configuration
117
118 @@ -195,7 +195,7 @@
119 X (setq find-function-C-source-directory
120 X "/usr/share/emacs/${FULL_VERSION}/src"))
121 EOF
122 - elisp-site-file-install 00${PN}-${SLOT}-gentoo.el
123 + elisp-site-file-install 10${PN}-${SLOT}-gentoo.el
124 fi
125
126 dodoc AUTHORS BUGS CONTRIBUTE README || die "dodoc failed"
127
128
129
130 1.2 app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild
131
132 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild?rev=1.2&view=markup
133 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild?rev=1.2&content-type=text/plain
134 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild?r1=1.1&r2=1.2
135
136 Index: emacs-cvs-22.1.50_p20070829-r2.ebuild
137 ===================================================================
138 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild,v
139 retrieving revision 1.1
140 retrieving revision 1.2
141 diff -u -r1.1 -r1.2
142 --- emacs-cvs-22.1.50_p20070829-r2.ebuild 27 Nov 2007 16:03:26 -0000 1.1
143 +++ emacs-cvs-22.1.50_p20070829-r2.ebuild 1 Dec 2007 01:13:51 -0000 1.2
144 @@ -1,6 +1,6 @@
145 # Copyright 1999-2007 Gentoo Foundation
146 # Distributed under the terms of the GNU General Public License v2
147 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild,v 1.1 2007/11/27 16:03:26 ulm Exp $
148 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild,v 1.2 2007/12/01 01:13:51 ulm Exp $
149
150 WANT_AUTOCONF="2.5"
151 WANT_AUTOMAKE="latest"
152 @@ -174,7 +174,7 @@
153 # This is not meant to install all the source -- just the
154 # C source you might find via find-function
155 doins src/*.[ch]
156 - sed 's/^X//' >00${PN}-${SLOT}-gentoo.el <<-EOF
157 + sed 's/^X//' >10${PN}-${SLOT}-gentoo.el <<-EOF
158
159 ;;; ${PN}-${SLOT} site-lisp configuration
160
161 @@ -182,7 +182,7 @@
162 X (setq find-function-C-source-directory
163 X "/usr/share/emacs/${FULL_VERSION}/src"))
164 EOF
165 - elisp-site-file-install 00${PN}-${SLOT}-gentoo.el
166 + elisp-site-file-install 10${PN}-${SLOT}-gentoo.el
167 fi
168
169 dodoc AUTHORS BUGS CONTRIBUTE README || die "dodoc failed"
170
171
172
173 1.2 app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild
174
175 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?rev=1.2&view=markup
176 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?rev=1.2&content-type=text/plain
177 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?r1=1.1&r2=1.2
178
179 Index: emacs-cvs-23.0.60-r1.ebuild
180 ===================================================================
181 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v
182 retrieving revision 1.1
183 retrieving revision 1.2
184 diff -u -r1.1 -r1.2
185 --- emacs-cvs-23.0.60-r1.ebuild 27 Nov 2007 14:11:48 -0000 1.1
186 +++ emacs-cvs-23.0.60-r1.ebuild 1 Dec 2007 01:13:51 -0000 1.2
187 @@ -1,6 +1,6 @@
188 # Copyright 1999-2007 Gentoo Foundation
189 # Distributed under the terms of the GNU General Public License v2
190 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v 1.1 2007/11/27 14:11:48 opfer Exp $
191 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v 1.2 2007/12/01 01:13:51 ulm Exp $
192
193 ECVS_AUTH="pserver"
194 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
195 @@ -192,7 +192,7 @@
196 # This is not meant to install all the source -- just the
197 # C source you might find via find-function
198 doins src/*.[ch]
199 - sed 's/^X//' >00${PN}-${SLOT}-gentoo.el <<-EOF
200 + sed 's/^X//' >10${PN}-${SLOT}-gentoo.el <<-EOF
201
202 ;;; ${PN}-${SLOT} site-lisp configuration
203
204 @@ -200,7 +200,7 @@
205 X (setq find-function-C-source-directory
206 X "/usr/share/emacs/${FULL_VERSION}/src"))
207 EOF
208 - elisp-site-file-install 00${PN}-${SLOT}-gentoo.el
209 + elisp-site-file-install 10${PN}-${SLOT}-gentoo.el
210 fi
211
212 dodoc README README.unicode BUGS || die "dodoc failed"
213
214
215
216 1.2 app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild
217
218 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild?rev=1.2&view=markup
219 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild?rev=1.2&content-type=text/plain
220 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild?r1=1.1&r2=1.2
221
222 Index: emacs-cvs-23.0.50-r1.ebuild
223 ===================================================================
224 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v
225 retrieving revision 1.1
226 retrieving revision 1.2
227 diff -u -r1.1 -r1.2
228 --- emacs-cvs-23.0.50-r1.ebuild 27 Nov 2007 14:11:48 -0000 1.1
229 +++ emacs-cvs-23.0.50-r1.ebuild 1 Dec 2007 01:13:51 -0000 1.2
230 @@ -1,6 +1,6 @@
231 # Copyright 1999-2007 Gentoo Foundation
232 # Distributed under the terms of the GNU General Public License v2
233 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v 1.1 2007/11/27 14:11:48 opfer Exp $
234 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v 1.2 2007/12/01 01:13:51 ulm Exp $
235
236 ECVS_AUTH="pserver"
237 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
238 @@ -189,7 +189,7 @@
239 # This is not meant to install all the source -- just the
240 # C source you might find via find-function
241 doins src/*.[ch]
242 - sed 's/^X//' >00${PN}-${SLOT}-gentoo.el <<-EOF
243 + sed 's/^X//' >10${PN}-${SLOT}-gentoo.el <<-EOF
244
245 ;;; ${PN}-${SLOT} site-lisp configuration
246
247 @@ -197,7 +197,7 @@
248 X (setq find-function-C-source-directory
249 X "/usr/share/emacs/${FULL_VERSION}/src"))
250 EOF
251 - elisp-site-file-install 00${PN}-${SLOT}-gentoo.el
252 + elisp-site-file-install 10${PN}-${SLOT}-gentoo.el
253 fi
254
255 dodoc README BUGS || die "dodoc failed"
256
257
258
259 --
260 gentoo-commits@g.o mailing list