# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit mono versionator DESCRIPTION="Mono bindings to Evolution" HOMEPAGE="http://www.gnome.org/projects/beagle/" SRC_URI="mirror://gnome/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=gnome-extra/evolution-data-server-1.2 >=dev-lang/mono-1.0 >=dev-dotnet/gtk-sharp-2.3.90" src_install() { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog MAINTAINERS NEWS README }