Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (8ce5e068d2ba5f628bf5f462c11945b467d6bf44)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (8ce5e068d2ba5f628bf5f462c11945b467d6bf44)
  • Date: Tue, 19 Aug 2008 12:44:37 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

gnome2-libs/evolution-data-server/HISTORY | 4 ++++
gnome2-libs/evolution-data-server/PRE_SUB_DEPENDS | 4 ++++
gnome2-libs/evolution-data-server/REPAIR^none^PRE_SUB_DEPENDS | 4 ++++
gnome2-libs/evolution-data-server/SUB_DEPENDS | 5 +++++
gnome2-libs/evolution-exchange/DEPENDS | 9
++-------
gnome2-libs/evolution-exchange/HISTORY | 4 ++++
6 files changed, 23 insertions(+), 7 deletions(-)

New commits:
commit dbc47c47eb9ab7a0f5f1df1893152086bab3a8e1
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

evolution-exchange: need openldap, add LDAP subdep with
evolution-data-server

commit 08d41a7d58f1d3c3dfdd67a68e4abb20a460cb12
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

evolution-data-server: provide LDAP sup dependency

diff --git a/gnome2-libs/evolution-data-server/HISTORY
b/gnome2-libs/evolution-data-server/HISTORY
index bddfabb..a353a2d 100644
--- a/gnome2-libs/evolution-data-server/HISTORY
+++ b/gnome2-libs/evolution-data-server/HISTORY
@@ -1,3 +1,7 @@
+2008-08-19 Thomas Orgis <sobukus AT sourcemage.org>
+ * SUB_DEPENDS, PRE_SUB_DEPENDS, REPAIR^none^PRE_SUB_DEPENDS:
+ provide LDAP sub dependency
+
2008-07-24 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.22.3

diff --git a/gnome2-libs/evolution-data-server/PRE_SUB_DEPENDS
b/gnome2-libs/evolution-data-server/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..f1db034
--- /dev/null
+++ b/gnome2-libs/evolution-data-server/PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+ LDAP) is_depends_enabled $SPELL openldap && return 0;;
+esac
+return 1
diff --git a/gnome2-libs/evolution-data-server/REPAIR^none^PRE_SUB_DEPENDS
b/gnome2-libs/evolution-data-server/REPAIR^none^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..f1db034
--- /dev/null
+++ b/gnome2-libs/evolution-data-server/REPAIR^none^PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+ LDAP) is_depends_enabled $SPELL openldap && return 0;;
+esac
+return 1
diff --git a/gnome2-libs/evolution-data-server/SUB_DEPENDS
b/gnome2-libs/evolution-data-server/SUB_DEPENDS
new file mode 100755
index 0000000..6e0b4a8
--- /dev/null
+++ b/gnome2-libs/evolution-data-server/SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ LDAP)
+ depends openldap --with-openldap=yes "(because sub depends forced it)"
+ ;;
+esac
diff --git a/gnome2-libs/evolution-exchange/DEPENDS
b/gnome2-libs/evolution-exchange/DEPENDS
index a21bd56..93462ed 100755
--- a/gnome2-libs/evolution-exchange/DEPENDS
+++ b/gnome2-libs/evolution-exchange/DEPENDS
@@ -1,6 +1,6 @@
depends gconf2 &&
depends evolution &&
-depends evolution-data-server &&
+depends -sub LDAP evolution-data-server &&
depends krb5 &&
depends libbonobo &&
depends libsoup &&
@@ -9,9 +9,4 @@ depends libxml2 &&
optional_depends "gtk-doc" \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
- "Enable gtk-doc to build documentation" &&
-
-optional_depends "openldap" \
- "--with-openldap=yes" \
- "--with-openldap=no" \
- "Enable OpenLDAP support"
+ "Enable gtk-doc to build documentation"
diff --git a/gnome2-libs/evolution-exchange/HISTORY
b/gnome2-libs/evolution-exchange/HISTORY
index 00cb395..ef9678f 100644
--- a/gnome2-libs/evolution-exchange/HISTORY
+++ b/gnome2-libs/evolution-exchange/HISTORY
@@ -1,3 +1,7 @@
+2008-08-19 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: openldap is mandatory, need LDAP sub dep
+ from evolution-data-server
+
2008-08-03 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.22.3




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (8ce5e068d2ba5f628bf5f462c11945b467d6bf44), Thomas Orgis, 08/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page