summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-12-13 18:30:32 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-12-13 18:30:32 +0000
commitbb5328f5aae368d16b676776b806423ebc237a61 (patch)
tree280859fd18e1818dcfe1299e89fff389b61dc068 /app-editors/emacs-cvs
parentDisable tests as they use X11. (diff)
downloadgentoo-2-bb5328f5aae368d16b676776b806423ebc237a61.tar.gz
gentoo-2-bb5328f5aae368d16b676776b806423ebc237a61.tar.bz2
gentoo-2-bb5328f5aae368d16b676776b806423ebc237a61.zip
add dbus support
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r--app-editors/emacs-cvs/ChangeLog6
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index 4e8503ba0c06..144cf0bbf1a8 100644
--- a/app-editors/emacs-cvs/ChangeLog
+++ b/app-editors/emacs-cvs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/emacs-cvs
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.178 2007/12/07 15:16:20 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.179 2007/12/13 18:30:32 opfer Exp $
+
+ 13 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
+ emacs-cvs-23.0.60-r1.ebuild:
+ add dbus support
02 Dec 2007; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-22.1.50-r2.ebuild,
emacs-cvs-22.1.50_p20070829-r2.ebuild,
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild
index df9b967932df..7bd067581769 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
ECVS_AUTH="pserver"
ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -20,7 +20,7 @@ SRC_URI=""
LICENSE="GPL-3 FDL-1.2 BSD"
SLOT="23-unicode"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="alsa gif gpm gtk gzip-el hesiod jpeg kerberos motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
+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"
RESTRICT="strip"
X_DEPEND="x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps"
@@ -33,6 +33,7 @@ RDEPEND="sys-libs/ncurses
spell? ( || ( app-text/ispell app-text/aspell ) )
alsa? ( media-libs/alsa-lib )
gpm? ( sys-libs/gpm )
+ dbus? ( sys-apps/dbus )
X? (
$X_DEPEND
x11-misc/emacs-desktop
@@ -151,7 +152,7 @@ src_compile() {
myconf="${myconf} $(use_with hesiod)"
myconf="${myconf} $(use_with kerberos) $(use_with kerberos kerberos5)"
- myconf="${myconf} $(use_with gpm)"
+ myconf="${myconf} $(use_with gpm) $(use_with dbus)"
econf \
--program-suffix=-${EMACS_SUFFIX} \