Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (f64a334c726a09013804e8f1f54e64c86f2ed611)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (f64a334c726a09013804e8f1f54e64c86f2ed611)
  • Date: Wed, 20 Sep 2006 11:03:23 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

e/e_module-bling/DETAILS | 2 +-
e/e_module-bling/HISTORY | 4 ++++
e/e_module-calendar/DETAILS | 2 +-
e/e_module-calendar/HISTORY | 4 ++++
e/e_module-cpu/DETAILS | 2 +-
e/e_module-cpu/HISTORY | 4 ++++
e/e_module-deskshow/DETAILS | 2 +-
e/e_module-deskshow/HISTORY | 4 ++++
e/e_module-devian/DETAILS | 2 +-
e/e_module-devian/HISTORY | 4 ++++
e/e_module-emu/DETAILS | 2 +-
e/e_module-emu/HISTORY | 4 ++++
e/e_module-eveil/DETAILS | 2 +-
e/e_module-eveil/HISTORY | 4 ++++
e/e_module-evolume/DETAILS | 2 +-
e/e_module-evolume/HISTORY | 4 ++++
e/e_module-flame/DETAILS | 2 +-
e/e_module-flame/HISTORY | 4 ++++
e/e_module-language/DETAILS | 2 +-
e/e_module-language/HISTORY | 4 ++++
e/e_module-mail/DETAILS | 2 +-
e/e_module-mail/HISTORY | 4 ++++
e/e_module-mbar/DETAILS | 2 +-
e/e_module-mbar/HISTORY | 4 ++++
e/e_module-mem/DETAILS | 2 +-
e/e_module-mem/HISTORY | 4 ++++
e/e_module-mixer/DETAILS | 2 +-
e/e_module-mixer/HISTORY | 4 ++++
e/e_module-moon/DETAILS | 2 +-
e/e_module-moon/HISTORY | 4 ++++
e/e_module-mount/DETAILS | 2 +-
e/e_module-mount/HISTORY | 4 ++++
e/e_module-net/DETAILS | 2 +-
e/e_module-net/HISTORY | 4 ++++
e/e_module-photo/DETAILS | 2 +-
e/e_module-photo/HISTORY | 4 ++++
e/e_module-rain/DETAILS | 2 +-
e/e_module-rain/HISTORY | 4 ++++
e/e_module-screenshot/DETAILS | 2 +-
e/e_module-screenshot/HISTORY | 4 ++++
e/e_module-slideshow/DETAILS | 2 +-
e/e_module-slideshow/HISTORY | 4 ++++
e/e_module-snow/DETAILS | 2 +-
e/e_module-snow/HISTORY | 4 ++++
e/e_module-taskbar/DETAILS | 2 +-
e/e_module-taskbar/HISTORY | 4 ++++
e/e_module-tclock/DETAILS | 2 +-
e/e_module-tclock/HISTORY | 4 ++++
e/e_module-uptime/DETAILS | 2 +-
e/e_module-uptime/HISTORY | 4 ++++
e/e_module-weather/DETAILS | 2 +-
e/e_module-weather/HISTORY | 4 ++++
e/e_module-winselector/DETAILS | 2 +-
e/e_module-winselector/HISTORY | 4 ++++
e/e_module-wlan/DETAILS | 2 +-
e/e_module-wlan/HISTORY | 4 ++++
56 files changed, 140 insertions(+), 28 deletions(-)

New commits:
commit f64a334c726a09013804e8f1f54e64c86f2ed611
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

e_module-* (almost) if you are using update daily/auto-update each spell
would try and use the dated source url so you have to specify cvs on the
source directory

diff --git a/e/e_module-bling/DETAILS b/e/e_module-bling/DETAILS
index 150328b..6762bfd 100755
--- a/e/e_module-bling/DETAILS
+++ b/e/e_module-bling/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="bling composite enlightenment"
diff --git a/e/e_module-bling/HISTORY b/e/e_module-bling/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-bling/HISTORY
+++ b/e/e_module-bling/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-calendar/DETAILS b/e/e_module-calendar/DETAILS
index 1e6d1e7..51c9242 100755
--- a/e/e_module-calendar/DETAILS
+++ b/e/e_module-calendar/DETAILS
@@ -9,7 +9,7 @@ if [[ "$E_MODULE_CALENDAR_CVS" == "y

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
VERSION=0.1.5
SOURCE=${SPELL/*-/}-$VERSION.tar.gz
diff --git a/e/e_module-calendar/HISTORY b/e/e_module-calendar/HISTORY
index 985cf6a..fed1513 100644
--- a/e/e_module-calendar/HISTORY
+++ b/e/e_module-calendar/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-29 Eric Sandall <eric AT sandall.us>
* PREPARE: Query for CVS update and auto-update
Default to CVS version to work with the rest of E17
diff --git a/e/e_module-cpu/DETAILS b/e/e_module-cpu/DETAILS
index 2527f8f..1de5872 100755
--- a/e/e_module-cpu/DETAILS
+++ b/e/e_module-cpu/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="cpu enlightenment"
diff --git a/e/e_module-cpu/HISTORY b/e/e_module-cpu/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-cpu/HISTORY
+++ b/e/e_module-cpu/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-deskshow/DETAILS b/e/e_module-deskshow/DETAILS
index cd3799e..c720f4b 100755
--- a/e/e_module-deskshow/DETAILS
+++ b/e/e_module-deskshow/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="deskshow enlightenment"
diff --git a/e/e_module-deskshow/HISTORY b/e/e_module-deskshow/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-deskshow/HISTORY
+++ b/e/e_module-deskshow/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-devian/DETAILS b/e/e_module-devian/DETAILS
index 4d65096..ec11841 100755
--- a/e/e_module-devian/DETAILS
+++ b/e/e_module-devian/DETAILS
@@ -9,7 +9,7 @@ if [[ "$E_MODULE_DEVIAN_CVS" == "y"

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
VERSION=0.1.7
SOURCE=dEvian-$VERSION.tar.gz
diff --git a/e/e_module-devian/HISTORY b/e/e_module-devian/HISTORY
index 8feedec..560e516 100644
--- a/e/e_module-devian/HISTORY
+++ b/e/e_module-devian/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-29 Eric Sandall <eric AT sandall.us>
* PREPARE: Query for CVS update and auto-update
Default to CVS version to work with the rest of E17
diff --git a/e/e_module-emu/DETAILS b/e/e_module-emu/DETAILS
index a56fe49..74dcd8a 100755
--- a/e/e_module-emu/DETAILS
+++ b/e/e_module-emu/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="script enlightenment"
diff --git a/e/e_module-emu/HISTORY b/e/e_module-emu/HISTORY
index dc427be..22173ea 100644
--- a/e/e_module-emu/HISTORY
+++ b/e/e_module-emu/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-09-11 Eric Sandall <eric AT sandall.us>
* DETAILS: Fixed quotation typo

diff --git a/e/e_module-eveil/DETAILS b/e/e_module-eveil/DETAILS
index 2d53ab9..6a31c7c 100755
--- a/e/e_module-eveil/DETAILS
+++ b/e/e_module-eveil/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="timer enlightenment"
diff --git a/e/e_module-eveil/HISTORY b/e/e_module-eveil/HISTORY
index dc427be..22173ea 100644
--- a/e/e_module-eveil/HISTORY
+++ b/e/e_module-eveil/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-09-11 Eric Sandall <eric AT sandall.us>
* DETAILS: Fixed quotation typo

diff --git a/e/e_module-evolume/DETAILS b/e/e_module-evolume/DETAILS
index 9be0791..dad2ced 100755
--- a/e/e_module-evolume/DETAILS
+++ b/e/e_module-evolume/DETAILS
@@ -5,7 +5,7 @@ if [[ "$E_MODULE_EVOLUME_CVS" == "y"
else
VERSION=cvs
fi
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
SOURCE=$SPELL-cvs.tar.bz2

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
diff --git a/e/e_module-evolume/HISTORY b/e/e_module-evolume/HISTORY
index e357023..af331cf 100644
--- a/e/e_module-evolume/HISTORY
+++ b/e/e_module-evolume/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-29 Eric Sandall <eric AT sandall.us>
* PREPARE: Query for CVS update and auto-update
Default to CVS version to work with the rest of E17
diff --git a/e/e_module-flame/DETAILS b/e/e_module-flame/DETAILS
index 1660e03..e9d6e8b 100755
--- a/e/e_module-flame/DETAILS
+++ b/e/e_module-flame/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="enlightenment"
diff --git a/e/e_module-flame/HISTORY b/e/e_module-flame/HISTORY
index dc427be..22173ea 100644
--- a/e/e_module-flame/HISTORY
+++ b/e/e_module-flame/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-09-11 Eric Sandall <eric AT sandall.us>
* DETAILS: Fixed quotation typo

diff --git a/e/e_module-language/DETAILS b/e/e_module-language/DETAILS
index 298ede8..c959280 100755
--- a/e/e_module-language/DETAILS
+++ b/e/e_module-language/DETAILS
@@ -4,7 +4,7 @@
else
VERSION=cvs
fi
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
SOURCE=$SPELL-cvs.tar.bz2

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
diff --git a/e/e_module-language/HISTORY b/e/e_module-language/HISTORY
index 4a0e97f..6707e00 100644
--- a/e/e_module-language/HISTORY
+++ b/e/e_module-language/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-29 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created
Split from e_modules
diff --git a/e/e_module-mail/DETAILS b/e/e_module-mail/DETAILS
index 609c942..025142f 100755
--- a/e/e_module-mail/DETAILS
+++ b/e/e_module-mail/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=GPL
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="mail enlightenment"
diff --git a/e/e_module-mail/HISTORY b/e/e_module-mail/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-mail/HISTORY
+++ b/e/e_module-mail/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-mbar/DETAILS b/e/e_module-mbar/DETAILS
index 5b6bda8..e9e484a 100755
--- a/e/e_module-mbar/DETAILS
+++ b/e/e_module-mbar/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="mount enlightenment"
diff --git a/e/e_module-mbar/HISTORY b/e/e_module-mbar/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-mbar/HISTORY
+++ b/e/e_module-mbar/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-mem/DETAILS b/e/e_module-mem/DETAILS
index 9b5d5e9..8ec2ef4 100755
--- a/e/e_module-mem/DETAILS
+++ b/e/e_module-mem/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="monitor enlightenment"
diff --git a/e/e_module-mem/HISTORY b/e/e_module-mem/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-mem/HISTORY
+++ b/e/e_module-mem/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-mixer/DETAILS b/e/e_module-mixer/DETAILS
index 6582fb6..12557ad 100755
--- a/e/e_module-mixer/DETAILS
+++ b/e/e_module-mixer/DETAILS
@@ -4,7 +4,7 @@
else
VERSION=cvs
fi
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
SOURCE=$SPELL-cvs.tar.bz2

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
diff --git a/e/e_module-mixer/HISTORY b/e/e_module-mixer/HISTORY
index f1aeb4d..e6a2ef5 100644
--- a/e/e_module-mixer/HISTORY
+++ b/e/e_module-mixer/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-09-11 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-moon/DETAILS b/e/e_module-moon/DETAILS
index 9c913ef..4340ca6 100755
--- a/e/e_module-moon/DETAILS
+++ b/e/e_module-moon/DETAILS
@@ -5,7 +5,7 @@ if [[ "$E_MODULE_MOON_CVS" == "y" ]
else
VERSION=cvs
fi
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
SOURCE=$SPELL-cvs.tar.bz2

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
diff --git a/e/e_module-moon/HISTORY b/e/e_module-moon/HISTORY
index d1cc119..1c3110d 100644
--- a/e/e_module-moon/HISTORY
+++ b/e/e_module-moon/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-29 Eric Sandall <eric AT sandall.us>
* PREPARE: Query for CVS update and auto-update
Default to CVS version to work with the rest of E17
diff --git a/e/e_module-mount/DETAILS b/e/e_module-mount/DETAILS
index 64e9a21..075f9b3 100755
--- a/e/e_module-mount/DETAILS
+++ b/e/e_module-mount/DETAILS
@@ -5,7 +5,7 @@ if [[ "$E_MODULE_MOUNT_CVS" == "y"
else
VERSION=cvs
fi
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
SOURCE=$SPELL-cvs.tar.bz2

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
diff --git a/e/e_module-mount/HISTORY b/e/e_module-mount/HISTORY
index 0ae31c9..004db3b 100644
--- a/e/e_module-mount/HISTORY
+++ b/e/e_module-mount/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-29 Eric Sandall <eric AT sandall.us>
* PREPARE: Query for CVS update and auto-update
Default to CVS version to work with the rest of E17
diff --git a/e/e_module-net/DETAILS b/e/e_module-net/DETAILS
index d378007..709d6f0 100755
--- a/e/e_module-net/DETAILS
+++ b/e/e_module-net/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="enlightenment"
diff --git a/e/e_module-net/HISTORY b/e/e_module-net/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-net/HISTORY
+++ b/e/e_module-net/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-photo/DETAILS b/e/e_module-photo/DETAILS
index 4777caa..36b45c7 100755
--- a/e/e_module-photo/DETAILS
+++ b/e/e_module-photo/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=GPL
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="enlightenment"
diff --git a/e/e_module-photo/HISTORY b/e/e_module-photo/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-photo/HISTORY
+++ b/e/e_module-photo/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-rain/DETAILS b/e/e_module-rain/DETAILS
index 27d8ecc..b9265d1 100755
--- a/e/e_module-rain/DETAILS
+++ b/e/e_module-rain/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="enlightenment"
diff --git a/e/e_module-rain/HISTORY b/e/e_module-rain/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-rain/HISTORY
+++ b/e/e_module-rain/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-screenshot/DETAILS b/e/e_module-screenshot/DETAILS
index e81a5a0..ffe4953 100755
--- a/e/e_module-screenshot/DETAILS
+++ b/e/e_module-screenshot/DETAILS
@@ -5,7 +5,7 @@ if [[ "$E_MODULE_SCREENSHOT_CVS" ==
else
VERSION=cvs
fi
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
SOURCE=$SPELL-cvs.tar.bz2

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
diff --git a/e/e_module-screenshot/HISTORY b/e/e_module-screenshot/HISTORY
index 2c58672..dafaecc 100644
--- a/e/e_module-screenshot/HISTORY
+++ b/e/e_module-screenshot/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-29 Eric Sandall <eric AT sandall.us>
* PREPARE: Query for CVS update and auto-update
Default to CVS version to work with the rest of E17
diff --git a/e/e_module-slideshow/DETAILS b/e/e_module-slideshow/DETAILS
index 5b27ff7..7adeaa1 100755
--- a/e/e_module-slideshow/DETAILS
+++ b/e/e_module-slideshow/DETAILS
@@ -5,7 +5,7 @@ if [[ "$E_MODULE_SLIDESHOW_CVS" == "
else
VERSION=cvs
fi
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
SOURCE=$SPELL-cvs.tar.bz2

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
diff --git a/e/e_module-slideshow/HISTORY b/e/e_module-slideshow/HISTORY
index b802372..5e4430f 100644
--- a/e/e_module-slideshow/HISTORY
+++ b/e/e_module-slideshow/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-29 Eric Sandall <eric AT sandall.us>
* PREPARE: Query for CVS update and auto-update
Default to CVS version to work with the rest of E17
diff --git a/e/e_module-snow/DETAILS b/e/e_module-snow/DETAILS
index 5590b91..a83fc7c 100755
--- a/e/e_module-snow/DETAILS
+++ b/e/e_module-snow/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="enlightenment"
diff --git a/e/e_module-snow/HISTORY b/e/e_module-snow/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-snow/HISTORY
+++ b/e/e_module-snow/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-taskbar/DETAILS b/e/e_module-taskbar/DETAILS
index bef8576..d26418c 100755
--- a/e/e_module-taskbar/DETAILS
+++ b/e/e_module-taskbar/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="enlightenment"
diff --git a/e/e_module-taskbar/HISTORY b/e/e_module-taskbar/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-taskbar/HISTORY
+++ b/e/e_module-taskbar/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-tclock/DETAILS b/e/e_module-tclock/DETAILS
index 445808d..6eb756a 100755
--- a/e/e_module-tclock/DETAILS
+++ b/e/e_module-tclock/DETAILS
@@ -5,7 +5,7 @@ if [[ "$E_MODULE_TCLOCK_CVS" == "y"
else
VERSION=cvs
fi
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
SOURCE=$SPELL-cvs.tar.bz2

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
diff --git a/e/e_module-tclock/HISTORY b/e/e_module-tclock/HISTORY
index d291b6d..aafb38a 100644
--- a/e/e_module-tclock/HISTORY
+++ b/e/e_module-tclock/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-29 Eric Sandall <eric AT sandall.us>
* PREPARE: Query for CVS update and auto-update
Default to CVS version to work with the rest of E17
diff --git a/e/e_module-uptime/DETAILS b/e/e_module-uptime/DETAILS
index cfcfd7d..cd3a41f 100755
--- a/e/e_module-uptime/DETAILS
+++ b/e/e_module-uptime/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="enlightenment"
diff --git a/e/e_module-uptime/HISTORY b/e/e_module-uptime/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-uptime/HISTORY
+++ b/e/e_module-uptime/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-weather/DETAILS b/e/e_module-weather/DETAILS
index ea16ca8..cf8a0c4 100755
--- a/e/e_module-weather/DETAILS
+++ b/e/e_module-weather/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="enlightenment"
diff --git a/e/e_module-weather/HISTORY b/e/e_module-weather/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-weather/HISTORY
+++ b/e/e_module-weather/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-winselector/DETAILS b/e/e_module-winselector/DETAILS
index f05cd30..8407ffc 100755
--- a/e/e_module-winselector/DETAILS
+++ b/e/e_module-winselector/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="enlightenment"
diff --git a/e/e_module-winselector/HISTORY b/e/e_module-winselector/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-winselector/HISTORY
+++ b/e/e_module-winselector/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created

diff --git a/e/e_module-wlan/DETAILS b/e/e_module-wlan/DETAILS
index 6bd61fc..86a54a3 100755
--- a/e/e_module-wlan/DETAILS
+++ b/e/e_module-wlan/DETAILS
@@ -8,7 +8,7 @@

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
LICENSE[0]=BSD
WEB_SITE=http://get-e.org/Resources/Modules/
KEYWORDS="network enlightenment"
diff --git a/e/e_module-wlan/HISTORY b/e/e_module-wlan/HISTORY
index bd7d900..fce2cde 100644
--- a/e/e_module-wlan/HISTORY
+++ b/e/e_module-wlan/HISTORY
@@ -1,3 +1,7 @@
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
2006-08-30 Eric Sandall <eric AT sandall.us>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created




  • [SM-Commit] GIT changes to master grimoire by David Brown (f64a334c726a09013804e8f1f54e64c86f2ed611), David Brown, 09/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page