Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (eb15985bdc607ec23c42db55da134463843a5e47)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • 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č (eb15985bdc607ec23c42db55da134463843a5e47)
  • Date: Mon, 25 Jul 2011 03:54:19 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

audio-drivers/oss/DOWNLOAD | 1 +
audio-drivers/oss/HISTORY | 3 +++
e-17/enna/DOWNLOAD | 1 +
e-17/enna/HISTORY | 3 +++
http/surf/DOWNLOAD | 1 +
http/surf/HISTORY | 3 +++
libs/libixp/DOWNLOAD | 1 +
libs/libixp/HISTORY | 3 +++
libs/libnfo/DOWNLOAD | 1 +
libs/libnfo/HISTORY | 3 +++
libs/libplayer/DOWNLOAD | 1 +
libs/libplayer/HISTORY | 3 +++
libs/libsvdrp/DOWNLOAD | 1 +
libs/libsvdrp/HISTORY | 3 +++
libs/libvalhalla/DOWNLOAD | 1 +
libs/libvalhalla/HISTORY | 3 +++
python-pypi/pymsnt/DOWNLOAD | 1 +
python-pypi/pymsnt/HISTORY | 3 +++
python-pypi/scrapy/DOWNLOAD | 1 +
python-pypi/scrapy/HISTORY | 3 +++
windowmanagers/wmii/DOWNLOAD | 1 +
windowmanagers/wmii/HISTORY | 3 +++
22 files changed, 44 insertions(+)

New commits:
commit eb15985bdc607ec23c42db55da134463843a5e47
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

wmii: source $GRIMOIRE/hg_download.function before using hg_download

commit af5ea52b12a17d91e090233fd30b548180d6589f
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

scrapy: source $GRIMOIRE/hg_download.function before using hg_download

commit e36e7b788d470823325b1d4710e0b243c8bbceb0
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

pymsnt: source $GRIMOIRE/hg_download.function before using hg_download

commit f2c3f3f00b79e37dc1edcb60d96096c03af49a45
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libvalhalla: source $GRIMOIRE/hg_download.function before using
hg_download

commit 04ac8523be2b232f6f46133dae04df4898a413c7
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libsvdrp: source $GRIMOIRE/hg_download.function before using hg_download

commit 364f8d88f4aa37fbd571c5beac337f94d230ce2e
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libplayer: source $GRIMOIRE/hg_download.function before using hg_download

commit 53e5aca405fe88395003c0132fbf4bc6552c0bb1
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libnfo: source $GRIMOIRE/hg_download.function before using hg_download

commit 7e01720511be0d1f3f91ce046ebef814ae087ac0
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libixp: source $GRIMOIRE/hg_download.function before using hg_download

commit 02f70bd870e14ac0c6dc8b0380bcab1894a68901
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

surf: source $GRIMOIRE/hg_download.function before using hg_download

commit 1debd417c33be7b9b7d7badbcfc71f1c8e72036d
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

enna: source $GRIMOIRE/hg_download.function before using hg_download

commit 3dd266f57dd93a9f66e568d5050969f27d8a9dcc
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

oss: source $GRIMOIRE/hg_download.function before using hg_download

diff --git a/audio-drivers/oss/DOWNLOAD b/audio-drivers/oss/DOWNLOAD
index 3f3d3c6..7a2d17c 100755
--- a/audio-drivers/oss/DOWNLOAD
+++ b/audio-drivers/oss/DOWNLOAD
@@ -1,4 +1,5 @@
if [[ $OSS_BRANCH == scm ]]; then
+ . $GRIMOIRE/hg_download.function
hg_download
else
default_download
diff --git a/audio-drivers/oss/HISTORY b/audio-drivers/oss/HISTORY
index fb9b7f7..3999ae8 100644
--- a/audio-drivers/oss/HISTORY
+++ b/audio-drivers/oss/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using
hg_download
+
2011-06-01 Ismael Luceno <ismael AT sourcemage.org>
* DOWNLOAD: use hg_download

diff --git a/e-17/enna/DOWNLOAD b/e-17/enna/DOWNLOAD
index 24a9860..3e17e37 100755
--- a/e-17/enna/DOWNLOAD
+++ b/e-17/enna/DOWNLOAD
@@ -4,5 +4,6 @@
if [[ "${VERSION}" != "mercurial" && "${VERSION}" != "$(date +%Y%m%d)" ]];
then
default_download
else
+ . $GRIMOIRE/hg_download.function
hg_download
fi
diff --git a/e-17/enna/HISTORY b/e-17/enna/HISTORY
index 47f3643..f90945c 100644
--- a/e-17/enna/HISTORY
+++ b/e-17/enna/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using
hg_download
+
2011-06-01 Ismael Luceno <ismael AT sourcemage.org>
* DOWNLOAD: use hg_download

diff --git a/http/surf/DOWNLOAD b/http/surf/DOWNLOAD
index 3e723f3..7c6f856 100755
--- a/http/surf/DOWNLOAD
+++ b/http/surf/DOWNLOAD
@@ -4,5 +4,6 @@
if [[ "${VERSION}" != "scm" && "${VERSION}" != "$(date +%Y%m%d)" ]]; then
default_download
else
+ . $GRIMOIRE/hg_download.function
hg_download
fi
diff --git a/http/surf/HISTORY b/http/surf/HISTORY
index f500c22..e07ecb0 100644
--- a/http/surf/HISTORY
+++ b/http/surf/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using
hg_download
+
2011-06-01 Ismael Luceno <ismael AT sourcemage.org>
* DOWNLOAD: use hg_download

diff --git a/libs/libixp/DOWNLOAD b/libs/libixp/DOWNLOAD
index c176f1e..c06c602 100755
--- a/libs/libixp/DOWNLOAD
+++ b/libs/libixp/DOWNLOAD
@@ -4,5 +4,6 @@
if [[ $LIBIXP_HG != y ]]; then
default_download
else
+ . $GRIMOIRE/hg_download.function
hg_download
fi
diff --git a/libs/libixp/HISTORY b/libs/libixp/HISTORY
index cf3d0e2..8926ca4 100644
--- a/libs/libixp/HISTORY
+++ b/libs/libixp/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using
hg_download
+
2011-06-01 Ismael Luceno <ismael AT sourcemage.org>
* DOWNLOAD: use hg_download

diff --git a/libs/libnfo/DOWNLOAD b/libs/libnfo/DOWNLOAD
index 24a9860..3e17e37 100755
--- a/libs/libnfo/DOWNLOAD
+++ b/libs/libnfo/DOWNLOAD
@@ -4,5 +4,6 @@
if [[ "${VERSION}" != "mercurial" && "${VERSION}" != "$(date +%Y%m%d)" ]];
then
default_download
else
+ . $GRIMOIRE/hg_download.function
hg_download
fi
diff --git a/libs/libnfo/HISTORY b/libs/libnfo/HISTORY
index 0abead6..b9ae7e1 100644
--- a/libs/libnfo/HISTORY
+++ b/libs/libnfo/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using
hg_download
+
2011-06-01 Ismael Luceno <ismael AT sourcemage.org>
* DOWNLOAD: use hg_download

diff --git a/libs/libplayer/DOWNLOAD b/libs/libplayer/DOWNLOAD
index 24a9860..3e17e37 100755
--- a/libs/libplayer/DOWNLOAD
+++ b/libs/libplayer/DOWNLOAD
@@ -4,5 +4,6 @@
if [[ "${VERSION}" != "mercurial" && "${VERSION}" != "$(date +%Y%m%d)" ]];
then
default_download
else
+ . $GRIMOIRE/hg_download.function
hg_download
fi
diff --git a/libs/libplayer/HISTORY b/libs/libplayer/HISTORY
index fb696ab..cdaf2ec 100644
--- a/libs/libplayer/HISTORY
+++ b/libs/libplayer/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using
hg_download
+
2011-06-01 Ismael Luceno <ismael AT sourcemage.org>
* DOWNLOAD: use hg_download

diff --git a/libs/libsvdrp/DOWNLOAD b/libs/libsvdrp/DOWNLOAD
index 3e723f3..7c6f856 100755
--- a/libs/libsvdrp/DOWNLOAD
+++ b/libs/libsvdrp/DOWNLOAD
@@ -4,5 +4,6 @@
if [[ "${VERSION}" != "scm" && "${VERSION}" != "$(date +%Y%m%d)" ]]; then
default_download
else
+ . $GRIMOIRE/hg_download.function
hg_download
fi
diff --git a/libs/libsvdrp/HISTORY b/libs/libsvdrp/HISTORY
index 6e3cc53..9ac0437 100644
--- a/libs/libsvdrp/HISTORY
+++ b/libs/libsvdrp/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using
hg_download
+
2011-06-01 Ismael Luceno <ismael AT sourcemage.org>
* DOWNLOAD: use hg_download

diff --git a/libs/libvalhalla/DOWNLOAD b/libs/libvalhalla/DOWNLOAD
index 24a9860..3e17e37 100755
--- a/libs/libvalhalla/DOWNLOAD
+++ b/libs/libvalhalla/DOWNLOAD
@@ -4,5 +4,6 @@
if [[ "${VERSION}" != "mercurial" && "${VERSION}" != "$(date +%Y%m%d)" ]];
then
default_download
else
+ . $GRIMOIRE/hg_download.function
hg_download
fi
diff --git a/libs/libvalhalla/HISTORY b/libs/libvalhalla/HISTORY
index d7dc593..57fe53a 100644
--- a/libs/libvalhalla/HISTORY
+++ b/libs/libvalhalla/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using
hg_download
+
2011-06-01 Ismael Luceno <ismael AT sourcemage.org>
* DOWNLOAD: use hg_download

diff --git a/python-pypi/pymsnt/DOWNLOAD b/python-pypi/pymsnt/DOWNLOAD
index 89c3683..ad8f6a1 100755
--- a/python-pypi/pymsnt/DOWNLOAD
+++ b/python-pypi/pymsnt/DOWNLOAD
@@ -1,4 +1,5 @@
if [[ $PYMSNT_SCM == y ]]; then
+ . $GRIMOIRE/hg_download.function
hg_download
else
default_download
diff --git a/python-pypi/pymsnt/HISTORY b/python-pypi/pymsnt/HISTORY
index 2504fbc..a21e3a3 100644
--- a/python-pypi/pymsnt/HISTORY
+++ b/python-pypi/pymsnt/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using
hg_download
+
2011-06-01 Ismael Luceno <ismael AT sourcemage.org>
* DOWNLOAD: use hg_download

diff --git a/python-pypi/scrapy/DOWNLOAD b/python-pypi/scrapy/DOWNLOAD
index a11b9dc..1554297 100644
--- a/python-pypi/scrapy/DOWNLOAD
+++ b/python-pypi/scrapy/DOWNLOAD
@@ -1,4 +1,5 @@
if [[ "$SCRAPY_SCM" == "y" ]]; then
+ . $GRIMOIRE/hg_download.function
hg_download
else
default_download
diff --git a/python-pypi/scrapy/HISTORY b/python-pypi/scrapy/HISTORY
index 3bbba7c..2a1c3e5 100644
--- a/python-pypi/scrapy/HISTORY
+++ b/python-pypi/scrapy/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using
hg_download
+
2011-05-31 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS: spell created
* DETAILS, DOWNLOAD, PREPARE: add scm version
diff --git a/windowmanagers/wmii/DOWNLOAD b/windowmanagers/wmii/DOWNLOAD
index 8f67500..b57329b 100755
--- a/windowmanagers/wmii/DOWNLOAD
+++ b/windowmanagers/wmii/DOWNLOAD
@@ -4,5 +4,6 @@
if [[ $WMII_RELEASE != "SCM version" ]]; then
default_download
else
+ . $GRIMOIRE/hg_download.function
hg_download
fi
diff --git a/windowmanagers/wmii/HISTORY b/windowmanagers/wmii/HISTORY
index 7fba733..c5fed2b 100644
--- a/windowmanagers/wmii/HISTORY
+++ b/windowmanagers/wmii/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using
hg_download
+
2011-06-01 Ismael Luceno <ismael AT sourcemage.org>
* DOWNLOAD: use hg_download




  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (eb15985bdc607ec23c42db55da134463843a5e47), Bor Kraljič, 07/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page