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.50-r1.ebuild
Date: Sun, 02 Dec 2007 18:22:12
Message-Id: E1IytS9-0006gP-4H@stork.gentoo.org
1 opfer 07/12/02 18:22:05
2
3 Modified: ChangeLog emacs-cvs-23.0.50-r1.ebuild
4 Log:
5 make activation of dbus support possible
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.176 app-editors/emacs-cvs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.176&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.176&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.175&r2=1.176
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
18 retrieving revision 1.175
19 retrieving revision 1.176
20 diff -u -r1.175 -r1.176
21 --- ChangeLog 1 Dec 2007 01:13:51 -0000 1.175
22 +++ ChangeLog 2 Dec 2007 18:22:04 -0000 1.176
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.175 2007/12/01 01:13:51 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.176 2007/12/02 18:22:04 opfer Exp $
28 +
29 + 02 Dec 2007; Christian Faulhammer <opfer@g.o>
30 + emacs-cvs-23.0.50-r1.ebuild:
31 + make activation of dbus support possible
32
33 01 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.3 app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.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.50-r1.ebuild?r1=1.2&r2=1.3
43
44 Index: emacs-cvs-23.0.50-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- emacs-cvs-23.0.50-r1.ebuild 1 Dec 2007 01:13:51 -0000 1.2
51 +++ emacs-cvs-23.0.50-r1.ebuild 2 Dec 2007 18:22:04 -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.50-r1.ebuild,v 1.2 2007/12/01 01:13:51 ulm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v 1.3 2007/12/02 18:22:04 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"
63 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~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 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 xpm"
66 RESTRICT="strip"
67
68 X_DEPEND="x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps"
69 @@ -34,6 +34,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 @@ -148,7 +149,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