Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (a5a89fe27b157290440f3838c544be09673b78c6)
  • Date: Wed, 18 Oct 2006 06:57:07 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (a5a89fe27b157290440f3838c544be09673b78c6), Pol Vinogradov, 10/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page