diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-28 22:21:22 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-28 22:21:22 +0000 |
commit | ed6224423bf5153869fab0f43668d46f7c17fc1b (patch) | |
tree | 27a28f9c4c53252ce22454123302e2a1426a8ea0 /net-mail/evolution | |
parent | New dir (diff) | |
download | gentoo-2-ed6224423bf5153869fab0f43668d46f7c17fc1b.tar.gz gentoo-2-ed6224423bf5153869fab0f43668d46f7c17fc1b.tar.bz2 gentoo-2-ed6224423bf5153869fab0f43668d46f7c17fc1b.zip |
Added USE ldap
Diffstat (limited to 'net-mail/evolution')
-rw-r--r-- | net-mail/evolution/evolution-0.8.ebuild | 7 | ||||
-rw-r--r-- | net-mail/evolution/evolution-0.9.ebuild | 39 | ||||
-rw-r--r-- | net-mail/evolution/files/digest-evolution-0.9 | 1 |
3 files changed, 45 insertions, 2 deletions
diff --git a/net-mail/evolution/evolution-0.8.ebuild b/net-mail/evolution/evolution-0.8.ebuild index a2c233c4521d..6623b832f39a 100644 --- a/net-mail/evolution/evolution-0.8.ebuild +++ b/net-mail/evolution/evolution-0.8.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.8.ebuild,v 1.2 2001/01/20 01:13:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.8.ebuild,v 1.3 2001/04/28 22:21:22 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,10 @@ DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" HOMEPAGE="http://www.helixcode.com" -DEPEND=">=gnome-base/gnome-core-1.2.4" +DEPEND=">=gnome-base/gnome-core-1.2.4 + >=gnome-base/libunicode-0.4-r1 + >=gnome-base/gal-0.5 + >=gnome-base/gtkhtml-0.8.3" src_compile() { diff --git a/net-mail/evolution/evolution-0.9.ebuild b/net-mail/evolution/evolution-0.9.ebuild new file mode 100644 index 000000000000..f7585621deb7 --- /dev/null +++ b/net-mail/evolution/evolution-0.9.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.9.ebuild,v 1.1 2001/04/28 22:21:22 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" +HOMEPAGE="http://www.helixcode.com" + +DEPEND=">=gnome-base/gnome-core-1.2.4 + >=gnome-base/libunicode-0.4-r1 + >=gnome-base/gal-0.5 + >=gnome-base/gtkhtml-0.8.3 + ldap? ( >=net-nds/openldap-1.2 )" + +src_compile() { + + local myconf + if [ "`use ldap`" ] ; then + myconf="--enable-ldap=yes" + else + myconf="--enable-ldap=no" + fi + try ./configure --prefix=/opt/gnome --host=${CHOST} $myconf + try make + +} + +src_install () { + + cd ${S} + try make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog HACKING MAINTAINERS + dodoc NEWS README +} + + diff --git a/net-mail/evolution/files/digest-evolution-0.9 b/net-mail/evolution/files/digest-evolution-0.9 new file mode 100644 index 000000000000..6d3cfcef2d2d --- /dev/null +++ b/net-mail/evolution/files/digest-evolution-0.9 @@ -0,0 +1 @@ +MD5 5d84d36793eedae0b1254a26158946de evolution-0.9.tar.gz |