summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasil Yonkov2010-04-09 08:55:26 +0300
committerVasil Yonkov2010-04-09 09:12:22 +0300
commitf9a7e9b500d0116d26c762b667b18e264fcccd02 (patch)
tree0c1ad609fe7ee27bf16c9173b2cb52243288f861
parent1894a48bedd310473a1eb4dde521bbdd88a0cbe5 (diff)
glibmm: added a repair file, added a persistent_add FULLDOCS to SUB_DEPENDS
-rw-r--r--gnome2-libs/glibmm/HISTORY4
-rw-r--r--gnome2-libs/glibmm/REPAIR^none^PRE_SUB_DEPENDS5
-rwxr-xr-xgnome2-libs/glibmm/SUB_DEPENDS1
3 files changed, 10 insertions, 0 deletions
diff --git a/gnome2-libs/glibmm/HISTORY b/gnome2-libs/glibmm/HISTORY
index 1ab3d2d7f8..437fea0bd9 100644
--- a/gnome2-libs/glibmm/HISTORY
+++ b/gnome2-libs/glibmm/HISTORY
@@ -1,3 +1,7 @@
+2010-04-09 Vasil Yonkov <spirtbrat@sourcemage.org>
+ * REPAIR^none^PRE_SUB_DEPENDS: added
+ * SUB_DEPENDS: added persistent_add FULLDOCS
+
2010-04-08 Vasil Yonkov <spirtbrat@sourcemage.org>
* PRE_SUB_DEPENDS, SUB_DEPENDS: added DOC
diff --git a/gnome2-libs/glibmm/REPAIR^none^PRE_SUB_DEPENDS b/gnome2-libs/glibmm/REPAIR^none^PRE_SUB_DEPENDS
new file mode 100644
index 0000000000..06cc9d6a4d
--- /dev/null
+++ b/gnome2-libs/glibmm/REPAIR^none^PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ DOC) if [[ $FULLDOCS == "y" ]]; then return 0; fi ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DE$
+ return 1;;
+esac
diff --git a/gnome2-libs/glibmm/SUB_DEPENDS b/gnome2-libs/glibmm/SUB_DEPENDS
index 8367c52344..5c3689d029 100755
--- a/gnome2-libs/glibmm/SUB_DEPENDS
+++ b/gnome2-libs/glibmm/SUB_DEPENDS
@@ -1,3 +1,4 @@
+persistent_add FULLDOCS
case $THIS_SUB_DEPENDS in
DOC) message "Documentation requested, forcing build" &&
FULLDOCS="y";;