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: ChangeLog emacs-cvs-22.1.9999.ebuild emacs-cvs-23.0.60-r1.ebuild emacs-cvs-22.1.90.ebuild emacs-cvs-23.0.50-r1.ebuild
Date: Fri, 01 Feb 2008 14:59:40
Message-Id: E1JKxMe-0000cI-UX@stork.gentoo.org
1 ulm 08/02/01 14:59:36
2
3 Modified: ChangeLog emacs-cvs-22.1.9999.ebuild
4 emacs-cvs-23.0.60-r1.ebuild
5 emacs-cvs-22.1.90.ebuild
6 emacs-cvs-23.0.50-r1.ebuild
7 Log:
8 Change to new syntax of eselect-emacs.
9 (Portage version: 2.1.4.1)
10
11 Revision Changes Path
12 1.187 app-editors/emacs-cvs/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.187&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.187&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.186&r2=1.187
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
21 retrieving revision 1.186
22 retrieving revision 1.187
23 diff -u -r1.186 -r1.187
24 --- ChangeLog 31 Jan 2008 06:11:23 -0000 1.186
25 +++ ChangeLog 1 Feb 2008 14:59:36 -0000 1.187
26 @@ -1,6 +1,11 @@
27 # ChangeLog for app-editors/emacs-cvs
28 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.186 2008/01/31 06:11:23 ulm Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.187 2008/02/01 14:59:36 ulm Exp $
31 +
32 + 01 Feb 2008; Ulrich Mueller <ulm@g.o> emacs-cvs-22.1.90.ebuild,
33 + emacs-cvs-22.1.9999.ebuild, emacs-cvs-23.0.50-r1.ebuild,
34 + emacs-cvs-23.0.60-r1.ebuild:
35 + Change to new syntax of eselect-emacs.
36
37 *emacs-cvs-22.1.9999 (31 Jan 2008)
38 *emacs-cvs-22.1.90 (31 Jan 2008)
39
40
41
42 1.2 app-editors/emacs-cvs/emacs-cvs-22.1.9999.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.9999.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.9999.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.9999.ebuild?r1=1.1&r2=1.2
47
48 Index: emacs-cvs-22.1.9999.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.9999.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- emacs-cvs-22.1.9999.ebuild 31 Jan 2008 06:11:23 -0000 1.1
55 +++ emacs-cvs-22.1.9999.ebuild 1 Feb 2008 14:59:36 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.9999.ebuild,v 1.1 2008/01/31 06:11:23 ulm Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.9999.ebuild,v 1.2 2008/02/01 14:59:36 ulm Exp $
61
62 ECVS_AUTH="pserver"
63 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
64 @@ -24,7 +24,7 @@
65 RESTRICT="strip"
66
67 RDEPEND="sys-libs/ncurses
68 - >=app-admin/eselect-emacs-0.7-r1
69 + >=app-admin/eselect-emacs-1.2
70 net-libs/liblockfile
71 hesiod? ( net-dns/hesiod )
72 kerberos? ( virtual/krb5 )
73 @@ -235,7 +235,7 @@
74
75 elisp-site-regen
76 emacs-infodir-rebuild
77 - eselect emacs update --if-unset
78 + eselect emacs update ifunset
79
80 if use X; then
81 elog "You need to install some fonts for Emacs. Under monolithic"
82 @@ -255,5 +255,5 @@
83 pkg_postrm() {
84 elisp-site-regen
85 emacs-infodir-rebuild
86 - eselect emacs update --if-unset
87 + eselect emacs update ifunset
88 }
89
90
91
92 1.11 app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?rev=1.11&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?rev=1.11&content-type=text/plain
96 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?r1=1.10&r2=1.11
97
98 Index: emacs-cvs-23.0.60-r1.ebuild
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v
101 retrieving revision 1.10
102 retrieving revision 1.11
103 diff -u -r1.10 -r1.11
104 --- emacs-cvs-23.0.60-r1.ebuild 30 Jan 2008 20:59:48 -0000 1.10
105 +++ emacs-cvs-23.0.60-r1.ebuild 1 Feb 2008 14:59:36 -0000 1.11
106 @@ -1,6 +1,6 @@
107 # Copyright 1999-2008 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v 1.10 2008/01/30 20:59:48 ulm Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v 1.11 2008/02/01 14:59:36 ulm Exp $
111
112 ECVS_AUTH="pserver"
113 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
114 @@ -24,7 +24,7 @@
115 RESTRICT="strip"
116
117 RDEPEND="sys-libs/ncurses
118 - >=app-admin/eselect-emacs-0.7-r1
119 + >=app-admin/eselect-emacs-1.2
120 net-libs/liblockfile
121 hesiod? ( net-dns/hesiod )
122 kerberos? ( virtual/krb5 )
123 @@ -241,7 +241,7 @@
124
125 elisp-site-regen
126 emacs-infodir-rebuild
127 - eselect emacs update --if-unset
128 + eselect emacs update ifunset
129
130 if use X; then
131 elog "You need to install some fonts for Emacs. Under monolithic"
132 @@ -261,5 +261,5 @@
133 pkg_postrm() {
134 elisp-site-regen
135 emacs-infodir-rebuild
136 - eselect emacs update --if-unset
137 + eselect emacs update ifunset
138 }
139
140
141
142 1.2 app-editors/emacs-cvs/emacs-cvs-22.1.90.ebuild
143
144 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.90.ebuild?rev=1.2&view=markup
145 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.90.ebuild?rev=1.2&content-type=text/plain
146 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.90.ebuild?r1=1.1&r2=1.2
147
148 Index: emacs-cvs-22.1.90.ebuild
149 ===================================================================
150 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.90.ebuild,v
151 retrieving revision 1.1
152 retrieving revision 1.2
153 diff -u -r1.1 -r1.2
154 --- emacs-cvs-22.1.90.ebuild 31 Jan 2008 06:11:23 -0000 1.1
155 +++ emacs-cvs-22.1.90.ebuild 1 Feb 2008 14:59:36 -0000 1.2
156 @@ -1,6 +1,6 @@
157 # Copyright 1999-2008 Gentoo Foundation
158 # Distributed under the terms of the GNU General Public License v2
159 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.90.ebuild,v 1.1 2008/01/31 06:11:23 ulm Exp $
160 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.90.ebuild,v 1.2 2008/02/01 14:59:36 ulm Exp $
161
162 inherit autotools elisp-common eutils flag-o-matic
163
164 @@ -15,7 +15,7 @@
165 RESTRICT="strip"
166
167 RDEPEND="sys-libs/ncurses
168 - >=app-admin/eselect-emacs-0.7-r1
169 + >=app-admin/eselect-emacs-1.2
170 net-libs/liblockfile
171 hesiod? ( net-dns/hesiod )
172 kerberos? ( virtual/krb5 )
173 @@ -216,7 +216,7 @@
174
175 elisp-site-regen
176 emacs-infodir-rebuild
177 - eselect emacs update --if-unset
178 + eselect emacs update ifunset
179
180 if use X; then
181 elog "You need to install some fonts for Emacs. Under monolithic"
182 @@ -236,5 +236,5 @@
183 pkg_postrm() {
184 elisp-site-regen
185 emacs-infodir-rebuild
186 - eselect emacs update --if-unset
187 + eselect emacs update ifunset
188 }
189
190
191
192 1.11 app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild
193
194 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild?rev=1.11&view=markup
195 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild?rev=1.11&content-type=text/plain
196 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild?r1=1.10&r2=1.11
197
198 Index: emacs-cvs-23.0.50-r1.ebuild
199 ===================================================================
200 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v
201 retrieving revision 1.10
202 retrieving revision 1.11
203 diff -u -r1.10 -r1.11
204 --- emacs-cvs-23.0.50-r1.ebuild 30 Jan 2008 20:59:48 -0000 1.10
205 +++ emacs-cvs-23.0.50-r1.ebuild 1 Feb 2008 14:59:36 -0000 1.11
206 @@ -1,6 +1,6 @@
207 # Copyright 1999-2008 Gentoo Foundation
208 # Distributed under the terms of the GNU General Public License v2
209 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v 1.10 2008/01/30 20:59:48 ulm Exp $
210 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v 1.11 2008/02/01 14:59:36 ulm Exp $
211
212 ECVS_AUTH="pserver"
213 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
214 @@ -25,7 +25,7 @@
215
216 RDEPEND="!=app-editors/emacs-cvs-23.0.0-r6
217 sys-libs/ncurses
218 - >=app-admin/eselect-emacs-0.7-r1
219 + >=app-admin/eselect-emacs-1.2
220 net-libs/liblockfile
221 hesiod? ( net-dns/hesiod )
222 kerberos? ( virtual/krb5 )
223 @@ -238,7 +238,7 @@
224
225 elisp-site-regen
226 emacs-infodir-rebuild
227 - eselect emacs update --if-unset
228 + eselect emacs update ifunset
229
230 if use X; then
231 elog "You need to install some fonts for Emacs. Under monolithic"
232 @@ -258,5 +258,5 @@
233 pkg_postrm() {
234 elisp-site-regen
235 emacs-infodir-rebuild
236 - eselect emacs update --if-unset
237 + eselect emacs update ifunset
238 }
239
240
241
242 --
243 gentoo-commits@l.g.o mailing list