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/qemacs: qemacs-0.3.2_pre20070226.ebuild ChangeLog
Date: Fri, 24 Oct 2008 17:36:20
Message-Id: E1KtQa3-0001wq-Lt@stork.gentoo.org
1 ulm 08/10/24 17:36:11
2
3 Modified: qemacs-0.3.2_pre20070226.ebuild ChangeLog
4 Log:
5 Inherit toolchain-funcs and call econf with --cc option, bug 243572.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.10 app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild?r1=1.9&r2=1.10
14
15 Index: qemacs-0.3.2_pre20070226.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- qemacs-0.3.2_pre20070226.ebuild 5 Oct 2008 11:31:50 -0000 1.9
22 +++ qemacs-0.3.2_pre20070226.ebuild 24 Oct 2008 17:36:11 -0000 1.10
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild,v 1.9 2008/10/05 11:31:50 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild,v 1.10 2008/10/24 17:36:11 ulm Exp $
28
29 -inherit eutils versionator flag-o-matic
30 +inherit eutils flag-o-matic toolchain-funcs
31
32 DESCRIPTION="QEmacs (for Quick Emacs) is a very small but powerful UNIX editor"
33 HOMEPAGE="http://fabrice.bellard.free.fr/qemacs/"
34 @@ -51,7 +51,8 @@
35 src_compile() {
36 # when using any other CFLAGS than -O0, qemacs will segfault on startup, see bug #92011
37 replace-flags -O? -O0
38 - econf $(use_enable X x11) \
39 + econf --cc="$(tc-getCC)" \
40 + $(use_enable X x11) \
41 $(use_enable png) \
42 $(use_enable xv) \
43 || die "econf failed"
44
45
46
47 1.38 app-editors/qemacs/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?rev=1.38&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?rev=1.38&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?r1=1.37&r2=1.38
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v
56 retrieving revision 1.37
57 retrieving revision 1.38
58 diff -u -r1.37 -r1.38
59 --- ChangeLog 5 Oct 2008 11:31:50 -0000 1.37
60 +++ ChangeLog 24 Oct 2008 17:36:11 -0000 1.38
61 @@ -1,6 +1,10 @@
62 # ChangeLog for app-editors/qemacs
63 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.37 2008/10/05 11:31:50 flameeyes Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.38 2008/10/24 17:36:11 ulm Exp $
66 +
67 + 24 Oct 2008; Ulrich Mueller <ulm@g.o>
68 + qemacs-0.3.2_pre20070226.ebuild:
69 + Inherit toolchain-funcs and call econf with --cc option, bug 243572.
70
71 05 Oct 2008; Diego Pettenò <flameeyes@g.o>
72 qemacs-0.3.2_pre20070226.ebuild: