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-23.0.50_pre20080201.ebuild emacs-cvs-22.2.9999.ebuild emacs-cvs-23.0.9999.ebuild
Date: Sun, 01 Jun 2008 11:34:04
Message-Id: E1K2lp0-0002WM-QC@stork.gentoo.org
1 ulm 08/06/01 11:33:58
2
3 Modified: ChangeLog emacs-cvs-23.0.50_pre20080201.ebuild
4 emacs-cvs-22.2.9999.ebuild
5 emacs-cvs-23.0.9999.ebuild
6 Log:
7 Cleanup after bootstrapping. Depend on openmotif explicitely for USE=motif.
8 (Portage version: 2.1.5.2)
9
10 Revision Changes Path
11 1.206 app-editors/emacs-cvs/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.206&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.206&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.205&r2=1.206
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
20 retrieving revision 1.205
21 retrieving revision 1.206
22 diff -u -r1.205 -r1.206
23 --- ChangeLog 15 May 2008 15:31:11 -0000 1.205
24 +++ ChangeLog 1 Jun 2008 11:33:58 -0000 1.206
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-editors/emacs-cvs
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.205 2008/05/15 15:31:11 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.206 2008/06/01 11:33:58 ulm Exp $
30 +
31 + 01 Jun 2008; Ulrich Mueller <ulm@g.o> emacs-cvs-22.2.9999.ebuild,
32 + emacs-cvs-23.0.50_pre20080201.ebuild, emacs-cvs-23.0.9999.ebuild:
33 + Cleanup after bootstrapping, to prevent dumping emacs again in src_install.
34 + Depend on x11-libs/openmotif explicitely for USE=motif.
35
36 28 Mar 2008; Ulrich Mueller <ulm@g.o> emacs-cvs-22.2.9999.ebuild,
37 emacs-cvs-23.0.50_pre20080201.ebuild, emacs-cvs-23.0.9999.ebuild:
38
39
40
41 1.8 app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild?rev=1.8&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild?rev=1.8&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild?r1=1.7&r2=1.8
46
47 Index: emacs-cvs-23.0.50_pre20080201.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild,v
50 retrieving revision 1.7
51 retrieving revision 1.8
52 diff -u -r1.7 -r1.8
53 --- emacs-cvs-23.0.50_pre20080201.ebuild 22 Apr 2008 17:49:58 -0000 1.7
54 +++ emacs-cvs-23.0.50_pre20080201.ebuild 1 Jun 2008 11:33:58 -0000 1.8
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $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 $
59 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild,v 1.8 2008/06/01 11:33:58 ulm Exp $
60
61 WANT_AUTOCONF="latest"
62 WANT_AUTOMAKE="latest"
63 @@ -40,9 +40,7 @@
64 gtk? ( =x11-libs/gtk+-2* )
65 !gtk? (
66 Xaw3d? ( x11-libs/Xaw3d )
67 - !Xaw3d? (
68 - motif? ( virtual/motif )
69 - )
70 + !Xaw3d? ( motif? ( x11-libs/openmotif ) )
71 )
72 )"
73
74 @@ -144,6 +142,9 @@
75 ${myconf} || die "econf emacs failed"
76
77 emake CC="$(tc-getCC)" bootstrap || die "make bootstrap failed"
78 + # cleanup, otherwise emacs will be dumped again in src_install
79 + (cd src; emake versionclean)
80 + emake CC="$(tc-getCC)" || die "emake failed"
81 }
82
83 src_install () {
84
85
86
87 1.6 app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild?rev=1.6&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild?rev=1.6&content-type=text/plain
91 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild?r1=1.5&r2=1.6
92
93 Index: emacs-cvs-22.2.9999.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild,v
96 retrieving revision 1.5
97 retrieving revision 1.6
98 diff -u -r1.5 -r1.6
99 --- emacs-cvs-22.2.9999.ebuild 22 Apr 2008 17:49:58 -0000 1.5
100 +++ emacs-cvs-22.2.9999.ebuild 1 Jun 2008 11:33:58 -0000 1.6
101 @@ -1,6 +1,6 @@
102 # Copyright 1999-2008 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.2.9999.ebuild,v 1.5 2008/04/22 17:49:58 ulm Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild,v 1.6 2008/06/01 11:33:58 ulm Exp $
106
107 ECVS_AUTH="pserver"
108 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
109 @@ -43,9 +43,7 @@
110 gtk? ( =x11-libs/gtk+-2* )
111 !gtk? (
112 Xaw3d? ( x11-libs/Xaw3d )
113 - !Xaw3d? (
114 - motif? ( virtual/motif )
115 - )
116 + !Xaw3d? ( motif? ( x11-libs/openmotif ) )
117 )
118 )"
119
120 @@ -159,6 +157,9 @@
121 ${myconf} || die "econf emacs failed"
122
123 emake CC="$(tc-getCC)" bootstrap || die "make bootstrap failed"
124 + # cleanup, otherwise emacs will be dumped again in src_install
125 + (cd src; emake versionclean)
126 + emake CC="$(tc-getCC)" || die "emake failed"
127 }
128
129 src_install () {
130
131
132
133 1.5 app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild
134
135 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild?rev=1.5&view=markup
136 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild?rev=1.5&content-type=text/plain
137 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild?r1=1.4&r2=1.5
138
139 Index: emacs-cvs-23.0.9999.ebuild
140 ===================================================================
141 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v
142 retrieving revision 1.4
143 retrieving revision 1.5
144 diff -u -r1.4 -r1.5
145 --- emacs-cvs-23.0.9999.ebuild 22 Apr 2008 17:49:58 -0000 1.4
146 +++ emacs-cvs-23.0.9999.ebuild 1 Jun 2008 11:33:58 -0000 1.5
147 @@ -1,6 +1,6 @@
148 # Copyright 1999-2008 Gentoo Foundation
149 # Distributed under the terms of the GNU General Public License v2
150 -# $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 $
151 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v 1.5 2008/06/01 11:33:58 ulm Exp $
152
153 ECVS_AUTH="pserver"
154 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
155 @@ -56,9 +56,7 @@
156 gtk? ( =x11-libs/gtk+-2* )
157 !gtk? (
158 Xaw3d? ( x11-libs/Xaw3d )
159 - !Xaw3d? (
160 - motif? ( virtual/motif )
161 - )
162 + !Xaw3d? ( motif? ( x11-libs/openmotif ) )
163 )
164 )"
165
166 @@ -179,6 +177,9 @@
167 ${myconf} || die "econf emacs failed"
168
169 emake CC="$(tc-getCC)" bootstrap || die "make bootstrap failed"
170 + # cleanup, otherwise emacs will be dumped again in src_install
171 + (cd src; emake versionclean)
172 + emake CC="$(tc-getCC)" || die "emake failed"
173 }
174
175 src_install () {
176
177
178
179 --
180 gentoo-commits@l.g.o mailing list