# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/qtsharp/qtsharp-3.5.9.ebuild,v 1.1 2008/02/20 23:35:13 philantrop Exp $ KMNAME=kdebindings KM_MAKEFILESREV=1 EAPI="1" inherit kde-meta DESCRIPTION="C# bindings for QT" KEYWORDS="~amd64 ~x86" # broken according to upstream - 3.4a1 README; see also note below IUSE="" DEPEND="dev-dotnet/pnet" PATCHES="$FILESDIR/no-gtk-glib-check.diff" pkg_setup() { ewarn "This package is outdated and should be replaced by dev-dotnet/qtsharp," ewarn "except that dev-dotnet/qtsharp doesn't fully work yet (?), so this is still here." }