New commits:
commit a389d6f0cb59d6ed117ce15f1373939bff5a8330
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
glib2: Added sub_depends for for glib2 devel version. Required by
devel version of libsoup.
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index df9e8af..6549446 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,7 @@
+2009-08-24 George Sherwood <gsherwood AT sourcemage.org>
+ * SUB_DEPENDS: Added for devel version of glib2
+ * PRE_SUB_DEPENDS: Added for devl version of glib2
+
2009-07-22 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: moved SOURCE into the branches so the stable version can be
cast
diff --git a/gnome2-libs/glib2/PRE_SUB_DEPENDS
b/gnome2-libs/glib2/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..541ab10
--- /dev/null
+++ b/gnome2-libs/glib2/PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+ GLIB_DEVEL) if [[ "$GLIB_VER" == "devel" ]]; then return 0; fi;;
+esac
+return 1
diff --git a/gnome2-libs/glib2/SUB_DEPENDS b/gnome2-libs/glib2/SUB_DEPENDS
new file mode 100755
index 0000000..0ac9ba2
--- /dev/null
+++ b/gnome2-libs/glib2/SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ GLIB_DEVEL) echo "Devel release needed, forcing it." &&
+ GLIB_VER="devel" ;;
+ *) echo "unknown sub-depends!"; return 1 ;;
+esac
[SM-Commit] GIT changes to master grimoire by George Sherwood (a389d6f0cb59d6ed117ce15f1373939bff5a8330),
George Sherwood, 08/24/2009