# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.10.1.ebuild,v 1.14 2007/01/20 10:22:17 welp Exp $ inherit virtualx multilib eutils DESCRIPTION="Jabber client written in PyGTK" HOMEPAGE="http://www.gajim.org/" SRC_URI="http://www.gajim.org/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86" IUSE="dbus gnome libnotify nls spell srv" RDEPEND="!<=dev-python/gnome-python-2 >=dev-python/pygtk-2.8.2 >=dev-python/pysqlite-2.0.5 dbus? ( || ( ( >=sys-apps/dbus-0.90 dev-python/dbus-python dev-libs/dbus-glib ) ( =dev-python/gnome-python-extras-2.10 ) libnotify? ( x11-misc/notification-daemon ) srv? ( net-dns/bind-tools )" DEPEND="dev-util/intltool dev-util/pkgconfig !gnome? ( spell? ( >=app-text/gtkspell-2.0.11 ) ) input_devices_keyboard? ( x11-libs/libXScrnSaver )" pkg_setup() { if use dbus; then if has_version "= 4.0.2," ewarn "and rebuild the following packages :" ewarn " - x11-libs/gtk+" ewarn " - dev-python/pygtk" ewarn " - dev-lang/python" ewarn ewarn "Please see bug #109298." ewarn fi }