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.0_p20070920.ebuild
Date: Sat, 13 Oct 2007 21:32:21
Message-Id: E1IgoR5-00059q-Ji@stork.gentoo.org
1 ulm 07/10/13 21:22:15
2
3 Modified: ChangeLog emacs-cvs-23.0.0_p20070920.ebuild
4 Log:
5 Fix compilation failure with USE=-X.
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.164 app-editors/emacs-cvs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.164&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.164&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.163&r2=1.164
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
18 retrieving revision 1.163
19 retrieving revision 1.164
20 diff -u -r1.163 -r1.164
21 --- ChangeLog 12 Oct 2007 23:31:12 -0000 1.163
22 +++ ChangeLog 13 Oct 2007 21:22:15 -0000 1.164
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-editors/emacs-cvs
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.163 2007/10/12 23:31:12 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.164 2007/10/13 21:22:15 ulm Exp $
28 +
29 + 13 Oct 2007; Ulrich Mueller <ulm@g.o>
30 + +files/emacs-cvs-no-x-compile.patch, emacs-cvs-23.0.0_p20070920.ebuild:
31 + Fix compilation failure with USE=-X.
32
33 *emacs-cvs-23.0.60 (12 Oct 2007)
34
35
36
37
38 1.3 app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild?r1=1.2&r2=1.3
43
44 Index: emacs-cvs-23.0.0_p20070920.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- emacs-cvs-23.0.0_p20070920.ebuild 12 Oct 2007 16:42:03 -0000 1.2
51 +++ emacs-cvs-23.0.0_p20070920.ebuild 13 Oct 2007 21:22:15 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild,v 1.2 2007/10/12 16:42:03 ulm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild,v 1.3 2007/10/13 21:22:15 ulm Exp $
57
58 WANT_AUTOCONF="2.5"
59 WANT_AUTOMAKE="latest"
60 @@ -71,6 +71,7 @@
61 epatch "${FILESDIR}/${PN}-freebsd-sparc.patch"
62 epatch "${FILESDIR}/${PN}-make-tramp-temp-file.patch"
63 epatch "${FILESDIR}/${PN}-makeinfo-regexp.patch"
64 + epatch "${FILESDIR}/${PN}-no-x-compile.patch"
65 # ALSA is detected and used even if not requested by the USE=alsa flag.
66 # So remove the automagic check
67 use alsa || epatch "${FILESDIR}/${PN}-disable_alsa_detection-r1.patch"
68
69
70
71 --
72 gentoo-commits@g.o mailing list