# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=1 inherit gnome2 DESCRIPTION="An RSS reader plugin for Evolution" HOMEPAGE="http://gnome.eu.org/index.php/Evolution_RSS_Reader_Plugin" SRC_URI="http://gnome.eu.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="dbus" RDEPEND=">=mail-client/evolution-2.22 >=gnome-base/gconf-2 net-libs/libsoup:2.4 >=x11-libs/gtk+-2.4 >=gnome-base/libgnome-2.14 >=gnome-base/libgnomeui-2 >=gnome-extra/evolution-data-server-1.2 || ( net-libs/xulrunner www-client/seamonkey www-client/mozilla-firefox ) dbus? ( dev-libs/dbus-glib )" DEPEND="${RDEPEND} dev-util/pkgconfig >=dev-util/intltool-0.21 sys-devel/libtool sys-devel/gettext" DOCS="AUTHORS ChangeLog FAQ NEWS README TODO" pkg_setup() { G2CONF="${G2CONF} $(use_enable dbus)" }