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-r1.ebuild
Date: Mon, 30 Aug 2010 18:50:51
Message-Id: 20100830185048.06A2820051@flycatcher.gentoo.org
1 graaff 10/08/30 18:50:47
2
3 Modified: ChangeLog xemacs-21.4.22-r1.ebuild
4 Log:
5 Revert hwoarang's patch. It is not clear what it being fixed, and the fix itself looks suspicious.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.139 app-editors/xemacs/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.139&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.139&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.138&r2=1.139
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
18 retrieving revision 1.138
19 retrieving revision 1.139
20 diff -u -r1.138 -r1.139
21 --- ChangeLog 24 Aug 2010 18:02:12 -0000 1.138
22 +++ ChangeLog 30 Aug 2010 18:50:47 -0000 1.139
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-editors/xemacs
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.138 2010/08/24 18:02:12 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.139 2010/08/30 18:50:47 graaff Exp $
28 +
29 + 30 Aug 2010; Hans de Graaff <graaff@g.o> xemacs-21.4.22-r1.ebuild:
30 + Revert hwoarang's patch. It is not clear what it being fixed, and the fix
31 + itself looks suspicious.
32
33 24 Aug 2010; Markos Chandras <hwoarang@g.o>
34 xemacs-21.4.22-r1.ebuild,
35
36
37
38 1.12 app-editors/xemacs/xemacs-21.4.22-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild?r1=1.11&r2=1.12
43
44 Index: xemacs-21.4.22-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- xemacs-21.4.22-r1.ebuild 24 Aug 2010 18:02:12 -0000 1.11
51 +++ xemacs-21.4.22-r1.ebuild 30 Aug 2010 18:50:47 -0000 1.12
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 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-r1.ebuild,v 1.11 2010/08/24 18:02:12 hwoarang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r1.ebuild,v 1.12 2010/08/30 18:50:47 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 @@ -69,9 +69,6 @@
61 # Security bug #275397
62 epatch "${FILESDIR}"/${P}-large-images.patch
63
64 - # implicit pointer conversion patch to fix compilation problems
65 - # on amd64 when using strict feature
66 - epatch "${FILESDIR}"/${P}-implicit-pointer-conversion.patch
67 # Run autoconf. XEmacs tries to be smart by providing a stub
68 # configure.ac file for autoconf 2.59 but this throws our
69 # autotools eclass so it must be removed first.