diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-10-14 22:53:31 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-10-14 22:53:31 +0000 |
commit | b3d5b70f9c4e87b97e37c0756702d85daa5a2e9c (patch) | |
tree | 190e91070730db1d7846b0d43c7c7725e4610ef1 /net-im/gnugadu | |
parent | support the -d parameter with mktemp (diff) | |
download | gentoo-2-b3d5b70f9c4e87b97e37c0756702d85daa5a2e9c.tar.gz gentoo-2-b3d5b70f9c4e87b97e37c0756702d85daa5a2e9c.tar.bz2 gentoo-2-b3d5b70f9c4e87b97e37c0756702d85daa5a2e9c.zip |
Changed --with-spell to use_with.. Closes bug #61430.
Diffstat (limited to 'net-im/gnugadu')
-rw-r--r-- | net-im/gnugadu/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/gnugadu/gnugadu-2.0.5.ebuild | 6 | ||||
-rw-r--r-- | net-im/gnugadu/gnugadu-2.0.6.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-im/gnugadu/ChangeLog b/net-im/gnugadu/ChangeLog index af27a4814a48..9d0d77eb133b 100644 --- a/net-im/gnugadu/ChangeLog +++ b/net-im/gnugadu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/gnugadu # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/ChangeLog,v 1.22 2004/10/02 18:15:36 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/ChangeLog,v 1.23 2004/10/14 22:53:31 spock Exp $ + + 15 Oct 2004; Michal Januszewski <spock@gentoo.org> gnugadu-2.0.5.ebuild, + gnugadu-2.0.6.ebuild: + Changed --with-spell to use_with.. Closes bug #61430. 02 Oct 2004; Michal Januszewski <spock@gentoo.org> gnugadu-2.0.5.ebuild, gnugadu-2.0.6.ebuild: diff --git a/net-im/gnugadu/gnugadu-2.0.5.ebuild b/net-im/gnugadu/gnugadu-2.0.5.ebuild index 6fde8c994c51..23ec1e78c0c9 100644 --- a/net-im/gnugadu/gnugadu-2.0.5.ebuild +++ b/net-im/gnugadu/gnugadu-2.0.5.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/net-im/gnugadu/gnugadu-2.0.5.ebuild,v 1.3 2004/10/02 18:15:36 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.5.ebuild,v 1.4 2004/10/14 22:53:31 spock Exp $ IUSE="debug tlen esd oss xosd arts jabber perl spell" @@ -38,7 +38,6 @@ src_compile() { myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp \ --with-sms --with-update --with-external --with-gghist --with-history-external-viewer" - use spell && myconf="${myconf} --with-gtkspell" if use arts; then myconf="${myconf} --with-arts --with-arts-prefix=`artsc-config --arts-prefix`" @@ -52,7 +51,8 @@ src_compile() { `use_with arts` \ `use_with perl` \ `use_with tlen` \ - `use_with jabber` || die + `use_with jabber` \ + `use_with spell gtkspell` || die emake || die } diff --git a/net-im/gnugadu/gnugadu-2.0.6.ebuild b/net-im/gnugadu/gnugadu-2.0.6.ebuild index 9c54713be7d2..24d5db3e73a7 100644 --- a/net-im/gnugadu/gnugadu-2.0.6.ebuild +++ b/net-im/gnugadu/gnugadu-2.0.6.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/net-im/gnugadu/gnugadu-2.0.6.ebuild,v 1.2 2004/10/02 18:15:36 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.6.ebuild,v 1.3 2004/10/14 22:53:31 spock Exp $ IUSE="debug tlen esd oss xosd arts jabber perl spell" @@ -38,7 +38,6 @@ src_compile() { myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp \ --with-sms --with-update --with-external --with-gghist --with-history-external-viewer" - use spell && myconf="${myconf} --with-gtkspell" if use arts; then myconf="${myconf} --with-arts --with-arts-prefix=`artsc-config --arts-prefix`" @@ -52,7 +51,8 @@ src_compile() { `use_with arts` \ `use_with perl` \ `use_with tlen` \ - `use_with jabber` || die + `use_with jabber` \ + `use_with spell gtkspell` || die emake || die } |