diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-03-17 19:59:41 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-03-17 19:59:41 +0000 |
commit | 73c9749ab7c84af7ae1f53fe7a118953494f4773 (patch) | |
tree | e5138bf69e0df6e0ec85443fb4a0761ca2393941 /net-im | |
parent | Fixed Perl support, added preliminary support for gtkspell. (diff) | |
download | historical-73c9749ab7c84af7ae1f53fe7a118953494f4773.tar.gz historical-73c9749ab7c84af7ae1f53fe7a118953494f4773.tar.bz2 historical-73c9749ab7c84af7ae1f53fe7a118953494f4773.zip |
Added full spelling support.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gnugadu/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/gnugadu/Manifest | 4 | ||||
-rw-r--r-- | net-im/gnugadu/gnugadu-2.0_pre8.ebuild | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/net-im/gnugadu/ChangeLog b/net-im/gnugadu/ChangeLog index a8e811c1426b..cb8557f517b4 100644 --- a/net-im/gnugadu/ChangeLog +++ b/net-im/gnugadu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/gnugadu # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/ChangeLog,v 1.4 2004/03/17 19:50:00 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/ChangeLog,v 1.5 2004/03/17 19:59:41 spock Exp $ + + 17 Mar 2004; Michal Januszewski <spock@gentoo.org> gnugadu-2.0_pre8.ebuild: + Added full spelling support, thanks to MadeJ <madej@afn.no-ip.org> for his + comments on gtkspell. 17 Mar 2004; Michal Januszewski <spock@gentoo.org> gnugadu-2.0_pre8.ebuild: Fixed Perl support, added preliminary support for gtkspell. diff --git a/net-im/gnugadu/Manifest b/net-im/gnugadu/Manifest index 09ce171722ef..00b52205f688 100644 --- a/net-im/gnugadu/Manifest +++ b/net-im/gnugadu/Manifest @@ -1,7 +1,7 @@ MD5 04c375152de7139ace81ad43c46ce6c5 gnugadu-2.0_pre6.ebuild 1256 -MD5 b1852c4afef94366c6f2ea1385dda5cc gnugadu-2.0_pre8.ebuild 1440 +MD5 feaba6e5199b2e8be9fba431c7819467 gnugadu-2.0_pre8.ebuild 1378 MD5 ccfc59a189a22da6a3d69f093b380aec gnugadu-2.0_pre7.ebuild 1288 -MD5 d34a56e0cd643ab2a6f6ba279379e6dd ChangeLog 907 +MD5 6504e1c0adf486c4f2353802ab85d22a ChangeLog 1087 MD5 d94d306da3804e41296e1bf04c7c9cae metadata.xml 255 MD5 baa3a461b1bc11936966878547fb5233 files/digest-gnugadu-2.0_pre6 64 MD5 9e3c7a139cbf838ed9e6863762c42546 files/digest-gnugadu-2.0_pre7 64 diff --git a/net-im/gnugadu/gnugadu-2.0_pre8.ebuild b/net-im/gnugadu/gnugadu-2.0_pre8.ebuild index 7a183edb0ab1..f0c673280ef7 100644 --- a/net-im/gnugadu/gnugadu-2.0_pre8.ebuild +++ b/net-im/gnugadu/gnugadu-2.0_pre8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0_pre8.ebuild,v 1.2 2004/03/17 19:50:00 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0_pre8.ebuild,v 1.3 2004/03/17 19:59:41 spock Exp $ IUSE="debug tlen esd oss xosd arts jabber perl spell" @@ -25,14 +25,12 @@ DEPEND=">=x11-libs/gtk+-2.2.0 arts? ( >=kde-base/arts-0.9.5 ) esd? ( media-sound/esound ) tlen? ( net-libs/libtlen ) - spell? ( app-text/gtkspell )" + spell? ( =app-text/gtkspell-2.0.2 )" src_compile() { myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp --with-sms --with-update --with-external" - - # we don't use this just yet as it appears to be somewhat broken - # use spell && myconf="${myconf} --with-gtkspell" + use spell && myconf="${myconf} --with-gtkspell" econf ${myconf} \ `use_enable debug` \ |