[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (a5a89fe27b157290440f3838c544be09673b78c6)

Pol Vinogradov scm at mail.sourcemage.org
Wed Oct 18 07:57:07 EDT 2006


GIT changes to master grimoire by Pol Vinogradov <vin.public at gmail.com>:

 devel/fxscintilla/DEPENDS                      |    3 ++-
 devel/fxscintilla/HISTORY                      |    3 +++
 x11-toolkits/fox/HISTORY                       |    4 ++++
 x11-toolkits/fox/PRE_SUB_DEPENDS               |    4 ++++
 x11-toolkits/fox/REPAIR^1.4.34^PRE_SUB_DEPENDS |    4 ++++
 x11-toolkits/fox/SUB_DEPENDS                   |    5 +++++
 6 files changed, 22 insertions(+), 1 deletion(-)

New commits:
commit f43ec02ee8788abf88330a58e45d012d3857e5a1
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    devel/fxscintilla:
    
    DEPENDS: added sub_depends on fox 1.4.x
    
    x11-toolkits/fox:
    
    PRE_SUB_DEPENDS, REPAIR^1.4.34^PRE_SUB_DEPENDS, SUB_DEPENDS: added to
    handle 1.4.x release request

diff --git a/devel/fxscintilla/DEPENDS b/devel/fxscintilla/DEPENDS
index 8cf4cd8..7660a3f 100755
--- a/devel/fxscintilla/DEPENDS
+++ b/devel/fxscintilla/DEPENDS
@@ -1 +1,2 @@
-depends fox
+depends fox              &&
+sub_depends fox "1.4.x"
diff --git a/devel/fxscintilla/HISTORY b/devel/fxscintilla/HISTORY
index 0b45dac..50669d7 100644
--- a/devel/fxscintilla/HISTORY
+++ b/devel/fxscintilla/HISTORY
@@ -1,3 +1,6 @@
+2006-10-18 Pol Vinogradov <vin.public at gmail.com>
+	* DEPENDS: added sub_depends on fox 1.4.x
+
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.
 
diff --git a/x11-toolkits/fox/HISTORY b/x11-toolkits/fox/HISTORY
index 1edb004..a8c9bda 100644
--- a/x11-toolkits/fox/HISTORY
+++ b/x11-toolkits/fox/HISTORY
@@ -1,3 +1,7 @@
+2006-10-18 Pol Vinogradov <vin.public at gmail.com>
+	* PRE_SUB_DEPENDS, REPAIR^1.4.34^PRE_SUB_DEPENDS, SUB_DEPENDS: added to
+	  handle 1.4.x release request
+
 2006-08-21 Anton Brondz <dinolinux at sourcemage.org>
 	* DETAILS: updated to 1.6.14
 	* DEPENDS: changed some depends to optional
diff --git a/x11-toolkits/fox/PRE_SUB_DEPENDS b/x11-toolkits/fox/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..eaca656
--- /dev/null
+++ b/x11-toolkits/fox/PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+   1.4.x) if [ $FOX_REL=="prev-1.4.x" ]; then return 0; fi;;
+esac
+return 1
diff --git a/x11-toolkits/fox/REPAIR^1.4.34^PRE_SUB_DEPENDS b/x11-toolkits/fox/REPAIR^1.4.34^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..eaca656
--- /dev/null
+++ b/x11-toolkits/fox/REPAIR^1.4.34^PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+   1.4.x) if [ $FOX_REL=="prev-1.4.x" ]; then return 0; fi;;
+esac
+return 1
diff --git a/x11-toolkits/fox/SUB_DEPENDS b/x11-toolkits/fox/SUB_DEPENDS
new file mode 100755
index 0000000..b0471f9
--- /dev/null
+++ b/x11-toolkits/fox/SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+   1.4.x) echo "1.4.x release needed, forcing it."  &&
+             FOX_REL="prev-1.4.x"                          ;;
+   *)        echo "unknown sub-depends!"; return 1         ;;
+esac



More information about the SM-Commit mailing list