summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJungmin Seo <seo@gentoo.org>2003-02-15 04:23:04 +0000
committerJungmin Seo <seo@gentoo.org>2003-02-15 04:23:04 +0000
commitfc53b93550782c96fa6c2c10cb68dce2fa86dc25 (patch)
tree9d52ef2164603c22e98fc07eb9eba4c24ee78535 /net-mail/balsa
parentVersion bump. Marked stable for x86. (diff)
downloadgentoo-2-fc53b93550782c96fa6c2c10cb68dce2fa86dc25.tar.gz
gentoo-2-fc53b93550782c96fa6c2c10cb68dce2fa86dc25.tar.bz2
gentoo-2-fc53b93550782c96fa6c2c10cb68dce2fa86dc25.zip
removed 'spell' use option
Diffstat (limited to 'net-mail/balsa')
-rw-r--r--net-mail/balsa/ChangeLog6
-rw-r--r--net-mail/balsa/balsa-2.0.5.ebuild10
2 files changed, 8 insertions, 8 deletions
diff --git a/net-mail/balsa/ChangeLog b/net-mail/balsa/ChangeLog
index 6652d9a641d6..23126ae3e33f 100644
--- a/net-mail/balsa/ChangeLog
+++ b/net-mail/balsa/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for net-mail/balsa
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.29 2003/02/12 23:05:40 seo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.30 2003/02/15 04:23:04 seo Exp $
*balsa-2.0.5 (07 Jan 2003)
+ 15 Feb 2003; Jungmin Seo <seo@gentoo.org> balsa-2.0.5.ebuild :
+ aspell is not an option atm. balsa needs aspell or pspell, but
+ pspell is not in gentoo yet
+
13 Feb 2003; Jungmin Seo <seo@gentoo.org> balsa-2.0.5.ebuild :
added IUSE variable and ~ppc
diff --git a/net-mail/balsa/balsa-2.0.5.ebuild b/net-mail/balsa/balsa-2.0.5.ebuild
index 793b0906867b..1b78f06ca5bc 100644
--- a/net-mail/balsa/balsa-2.0.5.ebuild
+++ b/net-mail/balsa/balsa-2.0.5.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.5.ebuild,v 1.3 2003/02/13 14:23:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.5.ebuild,v 1.4 2003/02/15 04:23:04 seo Exp $
inherit gnome2 eutils
S=${WORKDIR}/${P}
-IUSE="spell nls ssl gtkhtml perl ldap"
+IUSE="nls ssl gtkhtml perl ldap"
DESCRIPTION="Email client for GNOME"
SRC_URI="http://balsa.gnome.org/${P}.tar.bz2"
HOMEPAGE="http://balsa.gnome.org"
@@ -24,7 +24,7 @@ RDEPEND="net-mail/mailbase
>=gnome-base/gnome-vfs-2
=gnome-base/libgnomeprint-1*
=gnome-base/libgnomeprintui-1*
- spell? ( >=app-text/aspell-0.50 )
+ >=app-text/aspell-0.50
nls? ( sys-devel/gettext )
ssl? ( dev-libs/openssl )
perl? ( >=dev-libs/libpcre-3.4 )
@@ -50,10 +50,6 @@ src_compile() {
&& myconf="${myconf} --enable-pcre" \
|| myconf="${myconf} --disable-pcre"
- use spell \
- && myconf="${myconf} --with-aspell" \
- || myconf="${myconf} --without-aspell --without-spell"
-
libmutt/configure \
--prefix=/usr \
--host=${CHOST} \