# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit mono gnome2 DESCRIPTION="Evolution# is a .NET language binding for various Evolution (tm) libraries" HOMEPAGE="http://ximian.com/products/evolution/" SRC_URI="http://dev.gentoo.org/~kzimmerm/evolution-sharp-cvs-snapshot-2005-02-21.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=gnome-extra/evolution-data-server-1.0 >=dev-dotnet/mono-0.91 >=dev-dotnet/gtk-sharp-0.91.1" DOCS="AUTHORS ChangeLog INSTALL MAINTAINERS NEWS README" src_unpack() { unpack ${A} cd ${S} ./autogen.sh || die "autogen.sh failed" }