diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-31 23:25:25 +0100 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-31 23:25:25 +0100 |
commit | fa6683572bcd23d1f1677fbdf3705a1132ffa34f (patch) | |
tree | 774b4b24a103ec3e2e992eb60de14581aa9784e4 | |
parent | last-minute changes (diff) | |
download | dotnet-fa6683572bcd23d1f1677fbdf3705a1132ffa34f.tar.gz dotnet-fa6683572bcd23d1f1677fbdf3705a1132ffa34f.tar.bz2 dotnet-fa6683572bcd23d1f1677fbdf3705a1132ffa34f.zip |
Smuxi is in tree.
-rw-r--r-- | net-irc/smuxi/Manifest | 3 | ||||
-rw-r--r-- | net-irc/smuxi/files/smuxi-0.6.3-mono-2.2.patch | 20 | ||||
-rw-r--r-- | net-irc/smuxi/smuxi-0.6.3.ebuild | 43 |
3 files changed, 0 insertions, 66 deletions
diff --git a/net-irc/smuxi/Manifest b/net-irc/smuxi/Manifest deleted file mode 100644 index 1826780..0000000 --- a/net-irc/smuxi/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -AUX smuxi-0.6.3-mono-2.2.patch 982 RMD160 e33dc0139d4b94225ebb71bc85fd64652e7152f3 SHA1 863a24f3f27113d77cb657719123d45e8312e36b SHA256 86c8640c5fae959496504119aba1fcf7c7a28c20b6ce37e8da8a6974afd03c81 -DIST smuxi-0.6.3.tar.gz 906997 RMD160 1a14b8190629c99e76777f6f1cee408e8a6140df SHA1 cbdd87e5d6ceaff3520de789185aa9b24ba83eb0 SHA256 ae75dbd729f616eb360f97c5d47430e05662fa8d7c44940210f7c5c36b18b97b -EBUILD smuxi-0.6.3.ebuild 1079 RMD160 d60d2933a0389465df7b9ceb643ff425ca20f97a SHA1 808fb2f0133788f8e04bd56e55abfccd27af2bbb SHA256 14e497cf9ee6281a49fe57e501e8e92ed3109db79bd3288b99cf6c4e81f43eec diff --git a/net-irc/smuxi/files/smuxi-0.6.3-mono-2.2.patch b/net-irc/smuxi/files/smuxi-0.6.3-mono-2.2.patch deleted file mode 100644 index ce831f8..0000000 --- a/net-irc/smuxi/files/smuxi-0.6.3-mono-2.2.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Frontend-GNOME/FindGroupChatDialog.cs 2008-12-26 16:42:42.000000000 -0700 -+++ src/Frontend-GNOME/FindGroupChatDialog.cs 2009-01-12 16:55:35.000000000 -0700 -@@ -115,12 +115,14 @@ - f_ListStore.Clear(); - CancelFindThread(); - -+ EventHandler d = delegate { -+ GdkWindow.Cursor = new Gdk.Cursor(Gdk.CursorType.Watch); -+ }; -+ - GroupChatModel filter = new GroupChatModel(null, nameFilter, null); - f_FindThread = new Thread(new ThreadStart(delegate { - try { -- Gtk.Application.Invoke(delegate { -- GdkWindow.Cursor = new Gdk.Cursor(Gdk.CursorType.Watch); -- }); -+ Gtk.Application.Invoke(d); - - IList<GroupChatModel> chats = f_ProtocolManager.FindGroupChats(filter); - diff --git a/net-irc/smuxi/smuxi-0.6.3.ebuild b/net-irc/smuxi/smuxi-0.6.3.ebuild deleted file mode 100644 index bbb6c41..0000000 --- a/net-irc/smuxi/smuxi-0.6.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gtk-sharp/gtk-sharp-2.12.7-r5.ebuild,v 1.1 2009/01/05 17:17:56 loki_val Exp $ - -EAPI="2" - -inherit base mono - -HOMEPAGE="http://www.smuxi.org/page/Download" -SRC_URI="http://smuxi.meebey.net/jaws/data/files/${P}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -LICENSE="|| ( LGPL-2.1 LGPL-3 )" - - -RDEPEND=">=dev-lang/mono-2.0 - >=dev-dotnet/smartirc4net-0.4.5.1 - >=dev-dotnet/nini-1.1.0-r2 - >=dev-dotnet/log4net-1.2.10-r2 - >=dev-dotnet/gtk-sharp-2.12 - >=dev-dotnet/gnome-sharp-2.12 - >=dev-dotnet/gconf-sharp-2.12 - >=dev-dotnet/glade-sharp-2.12 - >=dev-dotnet/glib-sharp-2.12" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.25 - >=sys-devel/gettext-0.17 - >=dev-util/pkgconfig-0.23" - -PATCHES=( "${FILESDIR}/${P}-mono-2.2.patch" ) - -src_configure() { - econf --disable-dependency-tracking \ - --enable-engine-irc \ - --enable-frontend-gnome -} - -src_install() { - emake DESTDIR="${D}" install - dodoc FEATURES TODO README || die "dodoc failed" -} |