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: emacs-cvs-23.0.60-r2.ebuild ChangeLog
Date: Wed, 06 Feb 2008 12:39:31
Message-Id: E1JMjYl-0005Eb-PZ@stork.gentoo.org
1 ulm 08/02/06 12:39:27
2
3 Modified: emacs-cvs-23.0.60-r2.ebuild ChangeLog
4 Log:
5 Remove --with-gtk configure option, upstream dropped support for it.
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.6 app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?r1=1.5&r2=1.6
14
15 Index: emacs-cvs-23.0.60-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- emacs-cvs-23.0.60-r2.ebuild 3 Feb 2008 10:27:00 -0000 1.5
22 +++ emacs-cvs-23.0.60-r2.ebuild 6 Feb 2008 12:39:27 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.5 2008/02/03 10:27:00 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.6 2008/02/06 12:39:27 ulm Exp $
28
29 ECVS_AUTH="pserver"
30 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
31 @@ -146,22 +146,17 @@
32 # possibilities. Emacs upstream thinks this should be standard
33 # policy on all distributions
34 if use gtk; then
35 - echo
36 - einfo "Configuring to build with GTK support, disabling all other toolkits"
37 - echo
38 + einfo "Configuring to build with GTK+ support, disabling all other toolkits"
39 myconf="${myconf} --with-x-toolkit=gtk"
40 elif use Xaw3d; then
41 einfo "Configuring to build with Xaw3d (athena) support"
42 myconf="${myconf} --with-x-toolkit=athena"
43 - myconf="${myconf} --without-gtk"
44 elif use motif; then
45 einfo "Configuring to build with motif toolkit support"
46 myconf="${myconf} --with-x-toolkit=motif"
47 - myconf="${myconf} --without-gtk"
48 else
49 einfo "Configuring to build with no toolkit"
50 myconf="${myconf} --with-x-toolkit=no"
51 - myconf="${myconf} --without-gtk"
52 fi
53 else
54 myconf="${myconf} --without-x"
55
56
57
58 1.191 app-editors/emacs-cvs/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.191&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.191&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.190&r2=1.191
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
67 retrieving revision 1.190
68 retrieving revision 1.191
69 diff -u -r1.190 -r1.191
70 --- ChangeLog 2 Feb 2008 09:14:26 -0000 1.190
71 +++ ChangeLog 6 Feb 2008 12:39:27 -0000 1.191
72 @@ -1,6 +1,9 @@
73 # ChangeLog for app-editors/emacs-cvs
74 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.190 2008/02/02 09:14:26 ulm Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.191 2008/02/06 12:39:27 ulm Exp $
77 +
78 + 06 Feb 2008; Ulrich Mueller <ulm@g.o> emacs-cvs-23.0.60-r2.ebuild:
79 + Remove --with-gtk configure option, upstream dropped support for it.
80
81 02 Feb 2008; Ulrich Mueller <ulm@g.o> emacs-cvs-22.1.90.ebuild,
82 emacs-cvs-22.1.9999.ebuild, emacs-cvs-23.0.50_pre20080201.ebuild,
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list