sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] GIT changes to master grimoire by Bor Kraljič (c16c3f008b0ad343c016e8d9ae491fd944c3c571)
- From: Bor Kraljič <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org
- Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (c16c3f008b0ad343c016e8d9ae491fd944c3c571)
- Date: Sat, 30 Oct 2010 07:44:34 -0500
GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:
e-17/e_module-winlist-ng/DETAILS | 2 +-
e-17/e_module-winlist-ng/HISTORY | 3 +++
e-17/emphasis/DETAILS | 2 +-
e-17/emphasis/HISTORY | 3 +++
e-17/enhance/DETAILS | 2 +-
e-17/enhance/HISTORY | 3 +++
e-17/enscribe/DETAILS | 2 +-
e-17/enscribe/HISTORY | 3 +++
e-17/esmart/DETAILS | 2 +-
e-17/esmart/HISTORY | 3 +++
e-17/etk_extra/DETAILS | 2 +-
e-17/etk_extra/HISTORY | 3 +++
e-17/evolve/DETAILS | 2 +-
e-17/evolve/HISTORY | 3 +++
e-17/ewl/DETAILS | 2 +-
e-17/ewl/HISTORY | 3 +++
e-17/exhibit/DETAILS | 2 +-
e-17/exhibit/HISTORY | 3 +++
e-17/exml/DETAILS | 2 +-
e-17/exml/HISTORY | 3 +++
20 files changed, 40 insertions(+), 10 deletions(-)
New commits:
commit c16c3f008b0ad343c016e8d9ae491fd944c3c571
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
exml: fixed SOURCE_URL
commit c740abc2cd517903c659e5144fbdc13ffe2dc182
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
ewl: fixed SOURCE_URL
commit f42075f4f9a557bcf8e3da341adfc5fd641388eb
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
exhibit: fixed SOURCE_URL
commit 76a9df4e4ff1e2ccf673b1764b64fb67e4258003
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
evolve: fixed SOURCE_URL
commit 8158b1285d5d0f7cdb758cb9e0717e2e7201a34e
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
etk_extra: fixed SOURCE_URL
commit b4751868a7f7874904617edc7f4686349403bfdd
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
esmart: fixed SOURCE_URL
commit cfdca92e4fb12b1f2f6e931901d09df95a1ff89d
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
enscribe: fixed SOURCE_URL
commit c47b5aac8c094235d566487895118ac4f6ec7861
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
enhance: fixed SOURCE_URL
commit 9c69e416283bf700ba159c948b3d1e0b93000b5f
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
emphasis: fixed SOURCE_URL
commit 02514e5315fdacacbc9bb8083625cf190c0ad8d8
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
e_module-winlist-ng: fixed SOURCE_URL
diff --git a/e-17/e_module-winlist-ng/DETAILS
b/e-17/e_module-winlist-ng/DETAILS
index 2cc068b..69054e2 100755
--- a/e-17/e_module-winlist-ng/DETAILS
+++ b/e-17/e_module-winlist-ng/DETAILS
@@ -7,7 +7,7 @@ fi
SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
FORCE_DOWNLOAD=1
-
SOURCE_URL[0]=svn_http://itask-module.googlecode.com/svn/trunk/winlist_ng:$SPELL
+
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/E-MODULES-EXTRA/winlist-ng:$SPELL
SOURCE_IGNORE=volatile
SOURCE_HINTS=old_svn_compat
LICENSE[0]=BSD
diff --git a/e-17/e_module-winlist-ng/HISTORY
b/e-17/e_module-winlist-ng/HISTORY
index 98becb6..75ce8bc 100644
--- a/e-17/e_module-winlist-ng/HISTORY
+++ b/e-17/e_module-winlist-ng/HISTORY
@@ -1,3 +1,6 @@
+2010-10-30 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL
+
2008-02-27 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: E17 modules should not use --prefix in default_build, use
default_build_e17_module instead
diff --git a/e-17/emphasis/DETAILS b/e-17/emphasis/DETAILS
index d903f6e..a853001 100755
--- a/e-17/emphasis/DETAILS
+++ b/e-17/emphasis/DETAILS
@@ -7,7 +7,7 @@ else
fi
SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
+ SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/OLD/$SPELL:$SPELL
FORCE_DOWNLOAD="on"
SOURCE_IGNORE=volatile
LICENSE[0]=BSD
diff --git a/e-17/emphasis/HISTORY b/e-17/emphasis/HISTORY
index eb6c13b..92b8027 100644
--- a/e-17/emphasis/HISTORY
+++ b/e-17/emphasis/HISTORY
@@ -1,3 +1,6 @@
+2010-10-30 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL
+
2008-09-23 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Remove old CVS Root move code
diff --git a/e-17/enhance/DETAILS b/e-17/enhance/DETAILS
index 7e10500..1f0301b 100755
--- a/e-17/enhance/DETAILS
+++ b/e-17/enhance/DETAILS
@@ -7,7 +7,7 @@ else
fi
SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
+ SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/OLD/$SPELL:$SPELL
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
WEB_SITE=http://hisham.cc/
diff --git a/e-17/enhance/HISTORY b/e-17/enhance/HISTORY
index 0adf676..a9cfd4d 100644
--- a/e-17/enhance/HISTORY
+++ b/e-17/enhance/HISTORY
@@ -1,3 +1,6 @@
+2010-10-30 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL
+
2008-09-23 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Remove old CVS Root move code
diff --git a/e-17/enscribe/DETAILS b/e-17/enscribe/DETAILS
index 360e24a..6465c80 100755
--- a/e-17/enscribe/DETAILS
+++ b/e-17/enscribe/DETAILS
@@ -6,7 +6,7 @@ else
fi
SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
-
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/OLD/$SPELL:$SPELL
+ SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/OLD/$SPELL:$SPELL
FORCE_DOWNLOAD="on"
SOURCE_IGNORE=volatile
WEB_SITE=http://www.enlightenment.org/
diff --git a/e-17/enscribe/HISTORY b/e-17/enscribe/HISTORY
index f4ed27d..527d327 100644
--- a/e-17/enscribe/HISTORY
+++ b/e-17/enscribe/HISTORY
@@ -1,3 +1,6 @@
+2010-10-30 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL
+
2010-08-17 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: esmart removed
diff --git a/e-17/esmart/DETAILS b/e-17/esmart/DETAILS
index f41c54b..65d2421 100755
--- a/e-17/esmart/DETAILS
+++ b/e-17/esmart/DETAILS
@@ -6,7 +6,7 @@ else
fi
SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
+ SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/OLD/$SPELL:$SPELL
SOURCE_IGNORE=volatile
WEB_SITE=http://www.enlightenment.org
ENTERED=20040311
diff --git a/e-17/esmart/HISTORY b/e-17/esmart/HISTORY
index 6a8b9ca..7aba8ac 100644
--- a/e-17/esmart/HISTORY
+++ b/e-17/esmart/HISTORY
@@ -1,3 +1,6 @@
+2010-10-30 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL
+
2010-07-26 Ladislav Hagara <hgr AT vabo.cz>
* PRE_BUILD: we need .svn directory #15777
diff --git a/e-17/etk_extra/DETAILS b/e-17/etk_extra/DETAILS
index 1487e20..d9fb922 100755
--- a/e-17/etk_extra/DETAILS
+++ b/e-17/etk_extra/DETAILS
@@ -6,7 +6,7 @@ else
fi
SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
+ SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/OLD/$SPELL:$SPELL
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
WEB_SITE=http://enlightenment.org/
diff --git a/e-17/etk_extra/HISTORY b/e-17/etk_extra/HISTORY
index eb309b4..318ab78 100644
--- a/e-17/etk_extra/HISTORY
+++ b/e-17/etk_extra/HISTORY
@@ -1,3 +1,6 @@
+2010-10-30 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL
+
2008-09-02 Ladislav Hagara <hgr AT vabo.cz>
* *: cvs -> svn (subversion)
diff --git a/e-17/evolve/DETAILS b/e-17/evolve/DETAILS
index 1d3d9d6..ff432f2 100755
--- a/e-17/evolve/DETAILS
+++ b/e-17/evolve/DETAILS
@@ -6,7 +6,7 @@ else
fi
SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
+ SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/OLD/$SPELL:$SPELL
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
WEB_SITE=http://www.enlightenment.org/
diff --git a/e-17/evolve/HISTORY b/e-17/evolve/HISTORY
index 1d5fa83..4dc4654 100644
--- a/e-17/evolve/HISTORY
+++ b/e-17/evolve/HISTORY
@@ -1,3 +1,6 @@
+2010-10-30 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL
+
2008-09-11 Ladislav Hagara <hgr AT vabo.cz>
* *: cvs -> svn (subversion)
diff --git a/e-17/ewl/DETAILS b/e-17/ewl/DETAILS
index e2e317b..41228bb 100755
--- a/e-17/ewl/DETAILS
+++ b/e-17/ewl/DETAILS
@@ -6,7 +6,7 @@ else
fi
SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
+ SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/BROKEN/$SPELL:$SPELL
SOURCE_IGNORE=volatile
LICENSE[0]=BSD
FORCE_DOWNLOAD=on
diff --git a/e-17/ewl/HISTORY b/e-17/ewl/HISTORY
index c9d9d1c..68939bc 100644
--- a/e-17/ewl/HISTORY
+++ b/e-17/ewl/HISTORY
@@ -1,3 +1,6 @@
+2010-10-30 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL
+
2008-09-02 Ladislav Hagara <hgr AT vabo.cz>
* *: cvs -> svn (subversion)
diff --git a/e-17/exhibit/DETAILS b/e-17/exhibit/DETAILS
index 64a309f..9162b28 100755
--- a/e-17/exhibit/DETAILS
+++ b/e-17/exhibit/DETAILS
@@ -7,7 +7,7 @@ else
fi
SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
+ SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/OLD/$SPELL:$SPELL
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
WEB_SITE=http://enlightenment.org/
diff --git a/e-17/exhibit/HISTORY b/e-17/exhibit/HISTORY
index b3be2da..5d52bcb 100644
--- a/e-17/exhibit/HISTORY
+++ b/e-17/exhibit/HISTORY
@@ -1,3 +1,6 @@
+2010-10-30 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL
+
2010-07-26 Ladislav Hagara <hgr AT vabo.cz>
* PRE_BUILD: we need .svn directory #15777
diff --git a/e-17/exml/DETAILS b/e-17/exml/DETAILS
index b72b137..7f814de 100755
--- a/e-17/exml/DETAILS
+++ b/e-17/exml/DETAILS
@@ -6,7 +6,7 @@ else
fi
SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
+ SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/BROKEN/$SPELL:$SPELL
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
WEB_SITE=http://hisham.cc/
diff --git a/e-17/exml/HISTORY b/e-17/exml/HISTORY
index 5eab544..abcfb06 100644
--- a/e-17/exml/HISTORY
+++ b/e-17/exml/HISTORY
@@ -1,3 +1,6 @@
+2010-10-30 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL
+
2008-09-11 Ladislav Hagara <hgr AT vabo.cz>
* *: cvs -> svn (subversion)
* DEPENDS: added libxslt #14728
- [SM-Commit] GIT changes to master grimoire by Bor Kraljič (c16c3f008b0ad343c016e8d9ae491fd944c3c571), Bor Kraljič, 10/30/2010
Archive powered by MHonArc 2.6.24.