summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-10-20 00:00:37 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-10-20 00:00:37 +0000
commit6956f78ffe03ad38ca9fc672ab1b983dd8071ee5 (patch)
treec8c8fdb5e0506fadb5ceae32d57ead0b07c77f6f /kde-base/qtsharp/qtsharp-3.5.8.ebuild
parentVersion bump, bug #195981 (diff)
downloadhistorical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.tar.gz
historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.tar.bz2
historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.zip
Bump to KDE 3.5.8.
Package-Manager: portage-2.1.3.15
Diffstat (limited to 'kde-base/qtsharp/qtsharp-3.5.8.ebuild')
-rw-r--r--kde-base/qtsharp/qtsharp-3.5.8.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-base/qtsharp/qtsharp-3.5.8.ebuild b/kde-base/qtsharp/qtsharp-3.5.8.ebuild
new file mode 100644
index 000000000000..0a2aa87d1a00
--- /dev/null
+++ b/kde-base/qtsharp/qtsharp-3.5.8.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qtsharp/qtsharp-3.5.8.ebuild,v 1.1 2007/10/19 23:58:06 philantrop Exp $
+
+KMNAME=kdebindings
+KM_MAKEFILESREV=1
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+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."
+}