Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (00197a84145333e02302b3a1b272e7f185aba7a5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (00197a84145333e02302b3a1b272e7f185aba7a5)
  • Date: Fri, 19 Sep 2008 09:19:32 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

e-17/e17/DETAILS | 2 +-
e-17/e17/HISTORY | 4 ++++
e-17/e17/e17update | 4 ++--
3 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 00197a84145333e02302b3a1b272e7f185aba7a5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

e17: Update e17update script for CVS -> SVN

diff --git a/e-17/e17/DETAILS b/e-17/e17/DETAILS
index 8637bdc..cc482f1 100755
--- a/e-17/e17/DETAILS
+++ b/e-17/e17/DETAILS
@@ -10,7 +10,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/enlightenment-0.17-svn
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/e:e
SOURCE_IGNORE=volatile
LICENSE[0]=BSD
- PATCHLEVEL=4
+ PATCHLEVEL=5
WEB_SITE=http://www.enlightenment.org/
KEYWORDS="e17 enlightenment wm windowmanager"
ENTERED=20010922
diff --git a/e-17/e17/HISTORY b/e-17/e17/HISTORY
index cea44ec..9a2fa4e 100644
--- a/e-17/e17/HISTORY
+++ b/e-17/e17/HISTORY
@@ -1,3 +1,7 @@
+2008-09-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++ to install updated e17update
+ * e17update: CVS -> SVN
+
2008-09-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Optionally depend on alsa-lib (used by merged mixer module)
PATCHLEVE++ to remove e_module-mixer and install merged module
diff --git a/e-17/e17/e17update b/e-17/e17/e17update
index 794ed34..a88dbb9 100644
--- a/e-17/e17/e17update
+++ b/e-17/e17/e17update
@@ -22,7 +22,7 @@ function get_spell_list () {
message "${MESSAGE_COLOR}Building list of packages to update..." \
"${DEFAULT_COLOR}" &&
for e_spell in `gaze section e-17 e`; do
- if [[ `installed_version $e_spell` == "cvs" ]]; then
+ if [[ `installed_version $e_spell` == "svn" ]]; then
update_spells="$update_spells $e_spell"
fi
done
@@ -34,7 +34,7 @@ if [ "$#" == '0' ]; then
elif [ "$#" == '1' ]; then
case $1 in
-h|--help) echo "usage: $0 [option]"
- echo "-s|--summon Do a CVS checkout only (using summon)";
+ echo "-s|--summon Do a SVN checkout only (using summon)";
echo "-h|--help Print this help message";
;;
-s|--summon) get_spell_list &&



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (00197a84145333e02302b3a1b272e7f185aba7a5), Eric Sandall, 09/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page