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: Thu, 28 Feb 2008 05:52:01
Message-Id: E1JUbgT-0000ej-BD@stork.gentoo.org
1 ulm 08/02/28 05:51:57
2
3 Modified: emacs-cvs-23.0.60-r2.ebuild ChangeLog
4 Log:
5 Drop libotf USE flag.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.11 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.11&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.11&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.10&r2=1.11
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.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- emacs-cvs-23.0.60-r2.ebuild 21 Feb 2008 10:57:05 -0000 1.10
22 +++ emacs-cvs-23.0.60-r2.ebuild 28 Feb 2008 05:51:56 -0000 1.11
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.10 2008/02/21 10:57:05 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.11 2008/02/28 05:51:56 ulm Exp $
28
29 ECVS_AUTH="pserver"
30 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
31 @@ -21,7 +21,7 @@
32 SLOT="23"
33 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
34
35 -IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos libotf m17n-lib motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
36 +IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
37 RESTRICT="strip"
38
39 RDEPEND="sys-libs/ncurses
40 @@ -48,9 +48,9 @@
41 media-libs/fontconfig
42 media-libs/freetype
43 virtual/xft
44 - libotf? (
45 + m17n-lib? (
46 >=dev-libs/libotf-0.9.4
47 - m17n-lib? ( >=dev-libs/m17n-lib-1.5.1 )
48 + >=dev-libs/m17n-lib-1.5.1
49 )
50 )
51 gtk? ( =x11-libs/gtk+-2* )
52 @@ -138,14 +138,14 @@
53
54 myconf="${myconf} $(use_enable xft font-backend)"
55 myconf="${myconf} $(use_with xft freetype) $(use_with xft)"
56 - if use xft && use libotf; then
57 - myconf="${myconf} --with-libotf $(use_with m17n-lib m17n-flt)"
58 +
59 + if use xft; then
60 + myconf="${myconf} $(use-with m17n-lib libotf)"
61 + myconf="${myconf} $(use_with m17n-lib m17n-flt)"
62 else
63 myconf="${myconf} --without-libotf --without-m17n-flt"
64 - use libotf && einfo \
65 - "USE flag \"libotf\" has no effect because xft is not set."
66 - use m17n-lib && einfo "USE flag \"m17n-lib\" has no effect" \
67 - "because xft and libotf are not both set."
68 + use m17n-lib && einfo \
69 + "USE flag \"m17n-lib\" has no effect because xft is not set."
70 fi
71
72 # GTK+ is the default toolkit if USE=gtk is chosen with other
73
74
75
76 1.199 app-editors/emacs-cvs/ChangeLog
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.199&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.199&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.198&r2=1.199
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
85 retrieving revision 1.198
86 retrieving revision 1.199
87 diff -u -r1.198 -r1.199
88 --- ChangeLog 26 Feb 2008 13:27:34 -0000 1.198
89 +++ ChangeLog 28 Feb 2008 05:51:56 -0000 1.199
90 @@ -1,6 +1,9 @@
91 # ChangeLog for app-editors/emacs-cvs
92 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.198 2008/02/26 13:27:34 opfer Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.199 2008/02/28 05:51:56 ulm Exp $
95 +
96 + 28 Feb 2008; Ulrich Mueller <ulm@g.o> emacs-cvs-23.0.60-r2.ebuild:
97 + Drop libotf USE flag; Upstream says that libotf without m17n-flt is useless.
98
99 21 Feb 2008; Christian Faulhammer <opfer@g.o>
100 emacs-cvs-23.0.60-r2.ebuild:
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list