summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-04-04 16:17:40 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-04-04 16:17:40 +0000
commit5f50731a94b4319a9ed67c227733ff46328df006 (patch)
tree9fe6ad93b4173a4cf4bb4ca961f37d43aa57ed84 /net-mail
parentfix spell DEPEND (diff)
downloadhistorical-5f50731a94b4319a9ed67c227733ff46328df006.tar.gz
historical-5f50731a94b4319a9ed67c227733ff46328df006.tar.bz2
historical-5f50731a94b4319a9ed67c227733ff46328df006.zip
spell depend
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/evolution/ChangeLog6
-rw-r--r--net-mail/evolution/evolution-1.0.3-r2.ebuild13
2 files changed, 12 insertions, 7 deletions
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 <azarah@gentoo.org> 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 <hallski@gentoo.org>, Martin Schlemmer <azarah@gentoo.org>
-# $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