[SM-Commit] GIT changes to devel-gnome grimoire by Robin Cook (e265f2b53ef01c30327a2c7ffdc811b59c7e0f65)

Robin Cook scm at sourcemage.org
Mon Mar 16 20:36:31 EDT 2009


GIT changes to devel-gnome grimoire by Robin Cook <rcook at wyrms.net>:

 chat-im/ekiga/DEPENDS           |    1 +
 chat-im/ekiga/HISTORY           |    3 +++
 chat-libs/ptlib/HISTORY         |    4 ++++
 chat-libs/ptlib/PRE_SUB_DEPENDS |    4 ++++
 chat-libs/ptlib/SUB_DEPENDS     |    4 ++++
 5 files changed, 16 insertions(+)

New commits:
commit e265f2b53ef01c30327a2c7ffdc811b59c7e0f65
Author: Robin Cook <rcook at wyrms.net>
Commit: Robin Cook <rcook at wyrms.net>

    ptlib: added SUB_DEPENDS and PRE_SUB_DEPENDS with cyrus-sasl

commit 823105bf47dc6081860da2633a5542bf588c9526
Author: Robin Cook <rcook at wyrms.net>
Commit: Robin Cook <rcook at wyrms.net>

    ekiga: added sub depends ptlib with cyrus-sasl

diff --git a/chat-im/ekiga/DEPENDS b/chat-im/ekiga/DEPENDS
index d06e19b..180f32e 100755
--- a/chat-im/ekiga/DEPENDS
+++ b/chat-im/ekiga/DEPENDS
@@ -9,6 +9,7 @@ fi                                       &&
 depends esound                           &&
 depends libsigc++3                       &&
 depends cyrus-sasl                       &&
+depends -sub SASL ptlib                  &&
 
 optional_depends libnotify               \
                  ""                      \
diff --git a/chat-im/ekiga/HISTORY b/chat-im/ekiga/HISTORY
index 611ed82..87d6479 100644
--- a/chat-im/ekiga/HISTORY
+++ b/chat-im/ekiga/HISTORY
@@ -1,3 +1,6 @@
+2009-03-16 Robin Cook <rcook at wyrms.net>
+	* DEPENDS: added sub depends ptlib on cyrus-sasl
+
 2009-03-15 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 3.1.2
 	  added BRANCH variable
diff --git a/chat-libs/ptlib/HISTORY b/chat-libs/ptlib/HISTORY
index 203a314..87dd9ce 100644
--- a/chat-libs/ptlib/HISTORY
+++ b/chat-libs/ptlib/HISTORY
@@ -1,3 +1,7 @@
+2009-03-16 Robin Cook <rcook at wyrms.net>
+	* PRE_SUB_DEPENDS: added
+	* SUB_DEPENDS: added
+
 2009-03-15 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 2.6.0
 	  added BRANCH variable
diff --git a/chat-libs/ptlib/PRE_SUB_DEPENDS b/chat-libs/ptlib/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..3441c2e
--- /dev/null
+++ b/chat-libs/ptlib/PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+cast $THIS_SUB_DEPENDS in
+   SASL)  is_depends_enabled $SPELL cyrus-sasl  && return 0;
+esac
+return 1
diff --git a/chat-libs/ptlib/SUB_DEPENDS b/chat-libs/ptlib/SUB_DEPENDS
new file mode 100755
index 0000000..8b577c1
--- /dev/null
+++ b/chat-libs/ptlib/SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+   SASL)  depends cyrus-sasl;;
+   *)     echo "unknown sub-depends: ptlib $THIS_SUB_DEPENDS"; return 1 ;;
+esac



More information about the SM-Commit mailing list