diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2005-09-04 00:16:24 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2005-09-04 00:16:24 +0000 |
commit | a563dfab542440956bb6174fcc5ad9589e4f2647 (patch) | |
tree | 332c56ff7e9368b60704589340a6b01b8069970a /gnome-extra/evolution-exchange | |
parent | fix gnome-desktop dep (diff) | |
download | historical-a563dfab542440956bb6174fcc5ad9589e4f2647.tar.gz historical-a563dfab542440956bb6174fcc5ad9589e4f2647.tar.bz2 historical-a563dfab542440956bb6174fcc5ad9589e4f2647.zip |
test if evolution-data-server was built with kerberos and ldap to make sure libexchange-storage module was built.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'gnome-extra/evolution-exchange')
-rw-r--r-- | gnome-extra/evolution-exchange/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/evolution-exchange/Manifest | 18 | ||||
-rw-r--r-- | gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild | 8 |
3 files changed, 17 insertions, 16 deletions
diff --git a/gnome-extra/evolution-exchange/ChangeLog b/gnome-extra/evolution-exchange/ChangeLog index a42eb708f80a..23a53e92141b 100644 --- a/gnome-extra/evolution-exchange/ChangeLog +++ b/gnome-extra/evolution-exchange/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/evolution-exchange # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.2 2005/08/23 15:06:00 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.3 2005/09/04 00:16:24 allanonjl Exp $ + + 04 Sep 2005; John N. Laliberte <allanonjl@gentoo.org> + evolution-exchange-2.3.8.ebuild: + test if evolution-data-server was built with kerberos and ldap to make sure + libexchange-storage module was built. *evolution-exchange-2.3.8 (23 Aug 2005) diff --git a/gnome-extra/evolution-exchange/Manifest b/gnome-extra/evolution-exchange/Manifest index 77e3f439dba2..271e72ddb543 100644 --- a/gnome-extra/evolution-exchange/Manifest +++ b/gnome-extra/evolution-exchange/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 968f83c679e0d8ce1cba2635c693b9d0 ChangeLog 493 -MD5 27d7d462a7b08084535e0ef5bb0e953a evolution-exchange-2.3.8.ebuild 1090 -MD5 1c6bc7cce88b35d9ccd2759dc0d6500a files/digest-evolution-exchange-2.3.8 78 -MD5 8e9cb8386aac62d3a0124200f562db09 files/evolution-exchange-2.3.8-kerb.patch 576 +MD5 881eecd62b930e74570833871660f84e evolution-exchange-2.3.8.ebuild 1341 +MD5 443130a2b0e0d1205dab2440cb587a9f ChangeLog 704 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDCztuI1lqEGTUzyQRAmdlAJ4pKRQoHOahWlv0RJkUWH74A/uE2QCg1hhs -dUpmxA9NMShZw+ElGCgatks= -=MlAm ------END PGP SIGNATURE----- +MD5 8e9cb8386aac62d3a0124200f562db09 files/evolution-exchange-2.3.8-kerb.patch 576 +MD5 1c6bc7cce88b35d9ccd2759dc0d6500a files/digest-evolution-exchange-2.3.8 78 diff --git a/gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild index c0c8e46688dc..8c5a592e728a 100644 --- a/gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild +++ b/gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild,v 1.1 2005/08/23 13:39:53 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild,v 1.2 2005/09/04 00:16:24 allanonjl Exp $ inherit gnome2 eutils @@ -33,6 +33,12 @@ USE_DESTDIR="1" pkg_setup() { G2CONF="${G2CONF} $(use_with debug e2k-debug) --with-krb5=/usr" + + if ! built_with_use gnome-extra/evolution-data-server ldap && ! built_with_use gnome-extra/evolution-data-server kerberos; then + eerror "Please re-emerge gnome-extra/evolution-data-server with" + eerror "the use flags ldap and kerberos." + die + fi } src_unpack() { |