# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 eutils DESCRIPTION="Library for writing gnome database programs" HOMEPAGE="http://www.gnome-db.org/" LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="~x86" IUSE="gnome eds" RDEPEND=">=gnome-extra/libgda-1.1.99 >=x11-libs/gtk+-2.4 >=gnome-base/libglade-2.0 >=gnome-base/libgnomeui-2.0 >=gnome-base/libbonoboui-2.0 >=gnome-base/gconf-2 gnome? ( >=x11-libs/gtksourceview-1.0 ) eds? ( >=gnome-extra/evolution-data-server-1 )" DEPEND=">=dev-util/pkgconfig-0.8 >=dev-util/intltool-0.22 >=sys-devel/gettext-0.11 >=app-text/scrollkeeper-0.3.11 ${RDEPEND}" src_unpack() { unpack ${A} gnome2_omf_fix ${S}/doc/Makefile.in } G2CONF="${G2CONF} `use_enable gnome`"