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: emacs-24.5.ebuild ChangeLog
Date: Thu, 02 Jul 2015 16:11:05
Message-Id: 20150702161059.41DD074E@oystercatcher.gentoo.org
1 ulm 15/07/02 16:10:59
2
3 Modified: emacs-24.5.ebuild ChangeLog
4 Log:
5 Repeat the warning from upstream's configure about GTK+ breakage, and display it more prominently using ewarn.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.2 app-editors/emacs/emacs-24.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?r1=1.1&r2=1.2
15
16 Index: emacs-24.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- emacs-24.5.ebuild 11 Apr 2015 08:25:18 -0000 1.1
23 +++ emacs-24.5.ebuild 2 Jul 2015 16:10:59 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v 1.1 2015/04/11 08:25:18 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v 1.2 2015/07/02 16:10:59 ulm Exp $
29
30 EAPI=5
31
32 @@ -146,6 +146,15 @@
33 local f
34 if use gtk; then
35 einfo "Configuring to build with GIMP Toolkit (GTK+)"
36 + while read line; do ewarn "${line}"; done <<-EOF
37 + Your version of GTK+ will have problems with closing open
38 + displays. This is no problem if you just use one display, but
39 + if you use more than one and close one of them Emacs may crash.
40 + See <http://bugzilla.gnome.org/show_bug.cgi?id=85715>.
41 + If you intend to use more than one display, then it is strongly
42 + recommended that you compile Emacs with the Athena/Lucid or the
43 + Motif toolkit instead.
44 + EOF
45 myconf+=" --with-x-toolkit=$(usex gtk3 gtk3 gtk2)"
46 for f in motif Xaw3d athena; do
47 use ${f} && ewarn \
48
49
50
51 1.682 app-editors/emacs/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.682&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.682&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.681&r2=1.682
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
60 retrieving revision 1.681
61 retrieving revision 1.682
62 diff -u -r1.681 -r1.682
63 --- ChangeLog 17 Apr 2015 11:51:07 -0000 1.681
64 +++ ChangeLog 2 Jul 2015 16:10:59 -0000 1.682
65 @@ -1,6 +1,10 @@
66 # ChangeLog for app-editors/emacs
67 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.681 2015/04/17 11:51:07 ulm Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.682 2015/07/02 16:10:59 ulm Exp $
70 +
71 + 02 Jul 2015; Ulrich Müller <ulm@g.o> emacs-24.5.ebuild:
72 + Repeat the warning from upstream's configure about GTK+ breakage, and display
73 + it more prominently using ewarn.
74
75 17 Apr 2015; Ulrich Müller <ulm@g.o> -emacs-23.4-r11.ebuild,
76 -emacs-24.3-r6.ebuild: