From fcc0863bf943962b7b2500a1130f6841757d39b7 Mon Sep 17 00:00:00 2001 From: Martin Schlemmer Date: Thu, 4 Apr 2002 16:17:40 +0000 Subject: spell depend --- net-mail/evolution/ChangeLog | 6 +++++- net-mail/evolution/evolution-1.0.3-r2.ebuild | 13 +++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'net-mail/evolution') diff --git a/net-mail/evolution/ChangeLog b/net-mail/evolution/ChangeLog index d34d17777361..5e8b3a311af2 100644 --- a/net-mail/evolution/ChangeLog +++ b/net-mail/evolution/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/evolution # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.7 2002/04/02 20:42:11 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.8 2002/04/04 16:17:39 azarah Exp $ + + 03 Apr 2002; M.Schlemmer evolution-1.0.3-r2.ebuild : + + Add 'spell' DEPEND. *evolution-1.0.3-r2 (2 April 2002) diff --git a/net-mail/evolution/evolution-1.0.3-r2.ebuild b/net-mail/evolution/evolution-1.0.3-r2.ebuild index c7874fdd0708..e2f8e8320fbb 100644 --- a/net-mail/evolution/evolution-1.0.3-r2.ebuild +++ b/net-mail/evolution/evolution-1.0.3-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Mikael Hallendal , Martin Schlemmer -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.0.3-r2.ebuild,v 1.2 2002/04/03 10:40:12 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.0.3-r2.ebuild,v 1.3 2002/04/04 16:17:40 azarah Exp $ DB3=db-3.1.17 S=${WORKDIR}/${P} @@ -28,13 +28,14 @@ RDEPEND=">=gnome-extra/bonobo-conf-0.14 ssl? ( >=net-www/mozilla-0.9.9 ) ldap? ( >=net-nds/openldap-2.0 ) mozilla? ( >=net-www/mozilla-0.9.9 ) - pda? ( >=gnome-extra/gnome-pilot-0.1.61-r2 )" + pda? ( >=gnome-extra/gnome-pilot-0.1.61-r2 ) + spell? ( >=app-text/gnome-spell-0.4.1-r1 )" DEPEND="${RDEPEND} >=sys-devel/libtool-1.4.1-r1 perl? ( dev-util/gtk-doc ) nls? ( >=dev-util/intltool-0.11 - sys-devel/gettext )" + sys-devel/gettext )" src_unpack() { unpack ${A} @@ -110,8 +111,9 @@ src_compile() { myconf="${myconf} --disable-gtk-doc" fi - use nls \ - || myconf="${myconf} --disable-nls" + if [ -z "`use nls`" ] ; then + myconf="${myconf} --disable-nls" + fi CFLAGS="${CFLAGS} -I/usr/include/libpisock" ./configure --host=${CHOST} \ @@ -121,7 +123,6 @@ src_compile() { --datadir=/usr/share \ --sysconfdir=/etc \ --localstatedir=/var/lib \ - --enable-file-locking=no \ --with-db3=${WORKDIR}/db3 \ --disable-python-bindings \ ${myconf} || die -- cgit v1.2.3-65-gdbad