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: xemacs-21.5.31.ebuild ChangeLog
Date: Sat, 30 Apr 2011 08:12:18
Message-Id: 20110430081203.812AB20054@flycatcher.gentoo.org
1 graaff 11/04/30 08:12:03
2
3 Modified: xemacs-21.5.31.ebuild ChangeLog
4 Log:
5 Fix USE=debug for changed configure options.
6
7 (Portage version: 2.1.9.42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-editors/xemacs/xemacs-21.5.31.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild?r1=1.1&r2=1.2
15
16 Index: xemacs-21.5.31.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xemacs-21.5.31.ebuild 30 Apr 2011 08:03:43 -0000 1.1
23 +++ xemacs-21.5.31.ebuild 30 Apr 2011 08:12:03 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v 1.1 2011/04/30 08:03:43 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v 1.2 2011/04/30 08:12:03 graaff Exp $
29
30 # Note: xemacs currently does not work with a hardened profile. If you
31 # want to use xemacs on a hardened profile then compile with the
32 @@ -154,8 +154,8 @@
33 myconf="${myconf} --without-database"
34 fi
35
36 - use debug && myconf="${myconf} --with-optimization=no --with-debug" ||
37 - myconf="${myconf} --with-optimization=yes"
38 + use debug && myconf="${myconf} --with-debug" ||
39 + myconf="${myconf} --with-optimization"
40
41 econf ${myconf} \
42 $(use_with gif ) \
43 @@ -171,7 +171,6 @@
44 --with-site-lisp=yes \
45 --with-site-modules=yes \
46 --with-newgc \
47 - --with-optimizations \
48 --enable-option-checking=no \
49 --with-last-packages=/usr/lib/xemacs \
50 || die "configuration failed"
51
52
53
54 1.145 app-editors/xemacs/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.145&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.145&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.144&r2=1.145
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
63 retrieving revision 1.144
64 retrieving revision 1.145
65 diff -u -r1.144 -r1.145
66 --- ChangeLog 30 Apr 2011 08:03:43 -0000 1.144
67 +++ ChangeLog 30 Apr 2011 08:12:03 -0000 1.145
68 @@ -1,6 +1,9 @@
69 # ChangeLog for app-editors/xemacs
70 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.144 2011/04/30 08:03:43 graaff Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.145 2011/04/30 08:12:03 graaff Exp $
73 +
74 + 30 Apr 2011; Hans de Graaff <graaff@g.o> xemacs-21.5.31.ebuild:
75 + Fix USE=debug for changed configure options.
76
77 *xemacs-21.5.31 (30 Apr 2011)