summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2004-12-12 19:07:01 +0000
committerDan Armak <danarmak@gentoo.org>2004-12-12 19:07:01 +0000
commitc5e9da8c4975e0604783395d1c0f285176982afd (patch)
tree508566ae83bf618a7db49a6ab58586ecd6e175e5 /kde-base/qtsharp
parentUpdate the vimrc link to the new devrel handbook rather than the old howtos (... (diff)
downloadgentoo-2-c5e9da8c4975e0604783395d1c0f285176982afd.tar.gz
gentoo-2-c5e9da8c4975e0604783395d1c0f285176982afd.tar.bz2
gentoo-2-c5e9da8c4975e0604783395d1c0f285176982afd.zip
Corrected warning message and dep. The ebuild is still masked and nonfunctional.
Diffstat (limited to 'kde-base/qtsharp')
-rw-r--r--kde-base/qtsharp/ChangeLog6
-rw-r--r--kde-base/qtsharp/qtsharp-3.3.1.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/qtsharp/ChangeLog b/kde-base/qtsharp/ChangeLog
index 5c151cbc29f5..670e7ed2a0a6 100644
--- a/kde-base/qtsharp/ChangeLog
+++ b/kde-base/qtsharp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/qtsharp
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/qtsharp/ChangeLog,v 1.4 2004/12/10 20:22:02 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qtsharp/ChangeLog,v 1.5 2004/12/12 19:07:01 danarmak Exp $
+
+ 12 Dec 2004; Dan Armak <danarmak@gentoo.org> qtsharp-3.3.1.ebuild:
+ Corrected warning message and dep. The ebuild is still masked and
+ nonfunctional.
10 Dec 2004; Dan Armak <danarmak@gentoo.org> files/no-gtk-glib-check.diff,
qtsharp-3.3.1.ebuild:
diff --git a/kde-base/qtsharp/qtsharp-3.3.1.ebuild b/kde-base/qtsharp/qtsharp-3.3.1.ebuild
index 963eb646271b..3172b72524b9 100644
--- a/kde-base/qtsharp/qtsharp-3.3.1.ebuild
+++ b/kde-base/qtsharp/qtsharp-3.3.1.ebuild
@@ -1,6 +1,6 @@
# 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.4 2004/12/10 20:22:02 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qtsharp/qtsharp-3.3.1.ebuild,v 1.5 2004/12/12 19:07:01 danarmak Exp $
KMNAME=kdebindings
KM_MAKEFILESREV=1
@@ -9,10 +9,10 @@ inherit kde-meta
DESCRIPTION="C# bindings for QT"
KEYWORDS="~x86"
IUSE=""
-DEPEND="dev-dotnet/csant"
+DEPEND="dev-dotnet/pnet"
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."
+ 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."
}