summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/qtsharp/qtsharp-3.3.1.ebuild')
-rw-r--r--kde-base/qtsharp/qtsharp-3.3.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-base/qtsharp/qtsharp-3.3.1.ebuild b/kde-base/qtsharp/qtsharp-3.3.1.ebuild
new file mode 100644
index 000000000000..e9cc62f2d988
--- /dev/null
+++ b/kde-base/qtsharp/qtsharp-3.3.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qtsharp/qtsharp-3.3.1.ebuild,v 1.1 2004/11/06 17:23:33 danarmak Exp $
+
+KMNAME=kdebindings
+inherit kde-meta
+
+DESCRIPTION="C# bindings for QT"
+KEYWORDS="~x86"
+IUSE=""
+# DEPEND="dev-dotnet/csant" -- TBA when a csant ebuild exists. Disabled for now to let repoman let me commit this.
+PATCHES="$FILESDIR/no-gtk-glib-check.diff"
+
+pkg_setup() {
+ ewarn "This package is considered broken by upstream. You're on your own."
+ ewarn "This won't build. Portage doesn't have a csant ebuild yet."
+}