Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs: ChangeLog emacs-cvs-23.0.60-r1.ebuild
Date: Thu, 13 Dec 2007 18:30:42
Message-Id: E1J2spN-0003VM-1P@stork.gentoo.org
1 opfer 07/12/13 18:30:33
2
3 Modified: ChangeLog emacs-cvs-23.0.60-r1.ebuild
4 Log:
5 add dbus support
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.179 app-editors/emacs-cvs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.179&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.179&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.178&r2=1.179
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
18 retrieving revision 1.178
19 retrieving revision 1.179
20 diff -u -r1.178 -r1.179
21 --- ChangeLog 7 Dec 2007 15:16:20 -0000 1.178
22 +++ ChangeLog 13 Dec 2007 18:30:32 -0000 1.179
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.178 2007/12/07 15:16:20 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.179 2007/12/13 18:30:32 opfer Exp $
28 +
29 + 13 Dec 2007; Christian Faulhammer <opfer@g.o>
30 + emacs-cvs-23.0.60-r1.ebuild:
31 + add dbus support
32
33 02 Dec 2007; Ulrich Mueller <ulm@g.o> emacs-cvs-22.1.50-r2.ebuild,
34 emacs-cvs-22.1.50_p20070829-r2.ebuild,
35
36
37
38 1.4 app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?r1=1.3&r2=1.4
43
44 Index: emacs-cvs-23.0.60-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- emacs-cvs-23.0.60-r1.ebuild 2 Dec 2007 20:01:33 -0000 1.3
51 +++ emacs-cvs-23.0.60-r1.ebuild 13 Dec 2007 18:30:32 -0000 1.4
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.60-r1.ebuild,v 1.3 2007/12/02 20:01:33 ulm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v 1.4 2007/12/13 18:30:32 opfer Exp $
57
58 ECVS_AUTH="pserver"
59 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
60 @@ -20,7 +20,7 @@
61 LICENSE="GPL-3 FDL-1.2 BSD"
62 SLOT="23-unicode"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 -IUSE="alsa gif gpm gtk gzip-el hesiod jpeg kerberos motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
65 +IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
66 RESTRICT="strip"
67
68 X_DEPEND="x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps"
69 @@ -33,6 +33,7 @@
70 spell? ( || ( app-text/ispell app-text/aspell ) )
71 alsa? ( media-libs/alsa-lib )
72 gpm? ( sys-libs/gpm )
73 + dbus? ( sys-apps/dbus )
74 X? (
75 $X_DEPEND
76 x11-misc/emacs-desktop
77 @@ -151,7 +152,7 @@
78
79 myconf="${myconf} $(use_with hesiod)"
80 myconf="${myconf} $(use_with kerberos) $(use_with kerberos kerberos5)"
81 - myconf="${myconf} $(use_with gpm)"
82 + myconf="${myconf} $(use_with gpm) $(use_with dbus)"
83
84 econf \
85 --program-suffix=-${EMACS_SUFFIX} \
86
87
88
89 --
90 gentoo-commits@g.o mailing list