# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="Evolution module for connecting to Microsoft Exchange" HOMEPAGE="http://www.novell.com/products/connector/" SRC_URI="http://ftp.ximian.com/pub/source/evolution/${PF}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="debug ldap doc" # Just reading from configure.in ... RDEPEND="virtual/glibc >=net-mail/evolution-1.2 >=dev-libs/glib-2.0 >=gnome-base/ORBit2-2.3 >=gnome-base/gconf-2.0 >=net-libs/libsoup-1.99 >=gnome-base/libglade-2.0 >=gnome-base/libgnomeui-2.0 >=gnome-base/libbonobo-2.0 ldap? ( >=net-nds/openldap-2.0 )" DEPEND="${REDEPEND} sys-devel/libtool sys-devel/gettext doc? ( dev-util/gtk-doc )" GCONF="`use_with ldap openldap` `use_with debug e2k-debug`" USE_DESTDIR="1"