summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2005-09-04 00:16:24 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2005-09-04 00:16:24 +0000
commit0d27f9696646229e3049d414a147fe6366157eb0 (patch)
treee76f91e282d42e9121fbef9005d3e0bf050a44dd /gnome-extra
parentfix gnome-desktop dep (diff)
downloadgentoo-2-0d27f9696646229e3049d414a147fe6366157eb0.tar.gz
gentoo-2-0d27f9696646229e3049d414a147fe6366157eb0.tar.bz2
gentoo-2-0d27f9696646229e3049d414a147fe6366157eb0.zip
test if evolution-data-server was built with kerberos and ldap to make sure libexchange-storage module was built.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/evolution-exchange/ChangeLog7
-rw-r--r--gnome-extra/evolution-exchange/Manifest18
-rw-r--r--gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild8
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..cfcd8d6999c5 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 4c61552dd693716fa89b222fd0a99c3a evolution-exchange-2.3.8.ebuild 1341
+MD5 3c94fc36ebddd15414fc281422553c33 ChangeLog 703
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() {