Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/xemacs: ChangeLog xemacs-21.4.22-r2.ebuild
Date: Tue, 04 Oct 2011 18:48:29
Message-Id: 20111004184818.0E41D2004B@flycatcher.gentoo.org
1 graaff 11/10/04 18:48:18
2
3 Modified: ChangeLog xemacs-21.4.22-r2.ebuild
4 Log:
5 Respect C compiler choice, reported by Ian Delany in bug 385609.
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.150 app-editors/xemacs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.150&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.150&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.149&r2=1.150
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
19 retrieving revision 1.149
20 retrieving revision 1.150
21 diff -u -r1.149 -r1.150
22 --- ChangeLog 26 Sep 2011 18:28:02 -0000 1.149
23 +++ ChangeLog 4 Oct 2011 18:48:17 -0000 1.150
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-editors/xemacs
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.149 2011/09/26 18:28:02 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.150 2011/10/04 18:48:17 graaff Exp $
29 +
30 + 04 Oct 2011; Hans de Graaff <graaff@g.o> xemacs-21.4.22-r2.ebuild:
31 + Respect C compiler choice, reported by Ian Delany in bug 385609.
32
33 26 Sep 2011; Hans de Graaff <graaff@g.o> xemacs-21.4.22-r2.ebuild,
34 +files/xemacs-21.4.22-libpng15.patch:
35
36
37
38 1.6 app-editors/xemacs/xemacs-21.4.22-r2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild?r1=1.5&r2=1.6
43
44 Index: xemacs-21.4.22-r2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- xemacs-21.4.22-r2.ebuild 26 Sep 2011 18:28:02 -0000 1.5
51 +++ xemacs-21.4.22-r2.ebuild 4 Oct 2011 18:48:17 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild,v 1.5 2011/09/26 18:28:02 graaff Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild,v 1.6 2011/10/04 18:48:17 graaff Exp $
57
58 # Note: xemacs currently does not work with a hardened profile. If you
59 # want to use xemacs on a hardened profile then compile with the
60 @@ -9,7 +9,7 @@
61 EAPI="1"
62
63 export WANT_AUTOCONF="2.1"
64 -inherit autotools eutils
65 +inherit autotools eutils toolchain-funcs
66
67 DESCRIPTION="highly customizable open source text editor and application development system"
68 HOMEPAGE="http://www.xemacs.org/"
69 @@ -181,6 +181,7 @@
70 $(use_with ldap ) \
71 $(use_with eolconv file-coding ) \
72 $(use_with pop ) \
73 + --compiler=$(tc-getCC) \
74 --prefix=/usr \
75 --with-ncurses \
76 --with-msw=no \