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.50_pre20080201.ebuild emacs-cvs-22.2.9999.ebuild emacs-cvs-23.0.9999.ebuild
Date: Tue, 22 Apr 2008 17:50:01
Message-Id: E1JoMcw-0000cn-Ok@stork.gentoo.org
1 ulm 08/04/22 17:49:58
2
3 Modified: emacs-cvs-23.0.50_pre20080201.ebuild
4 emacs-cvs-22.2.9999.ebuild
5 emacs-cvs-23.0.9999.ebuild
6 Log:
7 Fix spelling of einfo messages.
8 (Portage version: 2.1.5_rc5)
9
10 Revision Changes Path
11 1.7 app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild?r1=1.6&r2=1.7
16
17 Index: emacs-cvs-23.0.50_pre20080201.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- emacs-cvs-23.0.50_pre20080201.ebuild 28 Mar 2008 06:40:50 -0000 1.6
24 +++ emacs-cvs-23.0.50_pre20080201.ebuild 22 Apr 2008 17:49:58 -0000 1.7
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild,v 1.6 2008/03/28 06:40:50 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild,v 1.7 2008/04/22 17:49:58 ulm Exp $
30
31 WANT_AUTOCONF="latest"
32 WANT_AUTOMAKE="latest"
33 @@ -114,16 +114,14 @@
34 # possibilities. Emacs upstream thinks this should be standard
35 # policy on all distributions
36 if use gtk; then
37 - echo
38 - einfo "Configuring to build with GTK support, disabling all other toolkits"
39 - echo
40 + einfo "Configuring to build with GIMP Toolkit (GTK+)"
41 myconf="${myconf} --with-x-toolkit=gtk"
42 elif use Xaw3d; then
43 - einfo "Configuring to build with Xaw3d (athena) support"
44 + einfo "Configuring to build with Xaw3d (Athena) toolkit"
45 myconf="${myconf} --with-x-toolkit=athena"
46 myconf="${myconf} --without-gtk"
47 elif use motif; then
48 - einfo "Configuring to build with motif toolkit support"
49 + einfo "Configuring to build with Motif toolkit"
50 myconf="${myconf} --with-x-toolkit=motif"
51 myconf="${myconf} --without-gtk"
52 else
53
54
55
56 1.5 app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild?rev=1.5&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild?rev=1.5&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild?r1=1.4&r2=1.5
61
62 Index: emacs-cvs-22.2.9999.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild,v
65 retrieving revision 1.4
66 retrieving revision 1.5
67 diff -u -r1.4 -r1.5
68 --- emacs-cvs-22.2.9999.ebuild 28 Mar 2008 06:55:30 -0000 1.4
69 +++ emacs-cvs-22.2.9999.ebuild 22 Apr 2008 17:49:58 -0000 1.5
70 @@ -1,6 +1,6 @@
71 # Copyright 1999-2008 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild,v 1.4 2008/03/28 06:55:30 ulm Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild,v 1.5 2008/04/22 17:49:58 ulm Exp $
75
76 ECVS_AUTH="pserver"
77 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
78 @@ -130,14 +130,14 @@
79 # possibilities. Emacs upstream thinks this should be standard
80 # policy on all distributions
81 if use gtk; then
82 - einfo "Configuring to build with GTK+ support"
83 + einfo "Configuring to build with GIMP Toolkit (GTK+)"
84 myconf="${myconf} --with-x-toolkit=gtk"
85 elif use Xaw3d; then
86 - einfo "Configuring to build with Xaw3d (athena) support"
87 + einfo "Configuring to build with Xaw3d (Athena) toolkit"
88 myconf="${myconf} --with-x-toolkit=athena"
89 myconf="${myconf} --without-gtk"
90 elif use motif; then
91 - einfo "Configuring to build with motif toolkit support"
92 + einfo "Configuring to build with Motif toolkit"
93 myconf="${myconf} --with-x-toolkit=motif"
94 myconf="${myconf} --without-gtk"
95 else
96
97
98
99 1.4 app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild
100
101 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild?rev=1.4&view=markup
102 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild?rev=1.4&content-type=text/plain
103 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild?r1=1.3&r2=1.4
104
105 Index: emacs-cvs-23.0.9999.ebuild
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v
108 retrieving revision 1.3
109 retrieving revision 1.4
110 diff -u -r1.3 -r1.4
111 --- emacs-cvs-23.0.9999.ebuild 28 Mar 2008 06:55:30 -0000 1.3
112 +++ emacs-cvs-23.0.9999.ebuild 22 Apr 2008 17:49:58 -0000 1.4
113 @@ -1,6 +1,6 @@
114 # Copyright 1999-2008 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v 1.3 2008/03/28 06:55:30 ulm Exp $
117 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v 1.4 2008/04/22 17:49:58 ulm Exp $
118
119 ECVS_AUTH="pserver"
120 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
121 @@ -152,13 +152,13 @@
122 # possibilities. Emacs upstream thinks this should be standard
123 # policy on all distributions
124 if use gtk; then
125 - einfo "Configuring to build with GTK+ support"
126 + einfo "Configuring to build with GIMP Toolkit (GTK+)"
127 myconf="${myconf} --with-x-toolkit=gtk"
128 elif use Xaw3d; then
129 - einfo "Configuring to build with Xaw3d (athena) support"
130 + einfo "Configuring to build with Xaw3d (Athena) toolkit"
131 myconf="${myconf} --with-x-toolkit=athena"
132 elif use motif; then
133 - einfo "Configuring to build with motif toolkit support"
134 + einfo "Configuring to build with Motif toolkit"
135 myconf="${myconf} --with-x-toolkit=motif"
136 else
137 einfo "Configuring to build with no toolkit"
138
139
140
141 --
142 gentoo-commits@l.g.o mailing list