[SM-Commit] GIT changes to devel-emacs grimoire by Ismael Luceno (62d5da59426a85053b3091f5f223fff686be0b46)

Ismael Luceno scm at sourcemage.org
Sat Jan 1 23:39:53 EST 2011


GIT changes to devel-emacs grimoire by Ismael Luceno <ismael at sourcemage.org>:

 ChangeLog                      |    1 +
 emacs-lisp/coffee-mode/DEPENDS |    1 +
 emacs-lisp/coffee-mode/DETAILS |   21 +++++++++++++++++++++
 emacs-lisp/coffee-mode/HISTORY |    2 ++
 emacs-lisp/coffee-mode/PREPARE |    2 ++
 emacs-lisp/haml-mode/DETAILS   |    2 +-
 emacs-lisp/scss-mode/DETAILS   |    2 +-
 emacs-lisp/sinatra_el/DETAILS  |    2 +-
 8 files changed, 30 insertions(+), 3 deletions(-)

New commits:
commit 62d5da59426a85053b3091f5f223fff686be0b46
Author: Ismael Luceno <ismael at sourcemage.org>
Commit: Ismael Luceno <ismael at sourcemage.org>

    coffee-mode: new spell, CoffeeScript Major Mode for emacsen

commit 1db165888598c2d480d37c70920b292de1c3a7b7
Author: Ismael Luceno <ismael at sourcemage.org>
Commit: Ismael Luceno <ismael at sourcemage.org>

    fix dates on haml-mode scss-mode and sinatra_el

diff --git a/ChangeLog b/ChangeLog
index 4b523b0..14ead2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2011-01-02 Ismael Luceno <ismael at sourcemage.org>
 	* emacs-lisp/scss-mode: new spell, Emacsen major mode for editing SCSS files
+	* emacs-lisp/coffee-mode: new spell, CoffeeScript Major Mode for emacsen
 
 2011-01-01 Ismael Luceno <ismael at sourcemage.org>
 	* emacs-lisp/haml-mode: new spell, Major mode for editing Haml files for emacsen
diff --git a/emacs-lisp/coffee-mode/DEPENDS b/emacs-lisp/coffee-mode/DEPENDS
new file mode 100755
index 0000000..ce886b1
--- /dev/null
+++ b/emacs-lisp/coffee-mode/DEPENDS
@@ -0,0 +1 @@
+depends EMACS
diff --git a/emacs-lisp/coffee-mode/DETAILS b/emacs-lisp/coffee-mode/DETAILS
new file mode 100755
index 0000000..71b7bad
--- /dev/null
+++ b/emacs-lisp/coffee-mode/DETAILS
@@ -0,0 +1,21 @@
+           SPELL=coffee-mode
+if [ "$COFFEE_MODE_AUTOUPDATE" == y ]; then
+         VERSION=$(date +%Y%m%d)
+else
+         VERSION=git
+fi
+          SOURCE="${SPELL}-git.tar.bz2"
+   SOURCE_URL[0]=git://github.com/defunkt/${SPELL}.git:${SPELL}-git
+  FORCE_DOWNLOAD=on
+   SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+        WEB_SITE="https://github.com/defunkt/coffee-mode"
+      LICENSE[0]=GPL
+         ENTERED=20110102
+           SHORT="CoffeeScript Major Mode for emacsen"
+cat << EOF
+An Emacs major mode for CoffeeScript, unfancy JavaScript.
+
+Provides syntax highlighting, indentation support, imenu support, a menu bar,
+and a few cute commands.
+EOF
diff --git a/emacs-lisp/coffee-mode/HISTORY b/emacs-lisp/coffee-mode/HISTORY
new file mode 100644
index 0000000..1a89dc3
--- /dev/null
+++ b/emacs-lisp/coffee-mode/HISTORY
@@ -0,0 +1,2 @@
+2011-01-02 Ismael Luceno <ismael at sourcemage.org>
+	* DEPENDS, DETAILS, PREPARE: spell created
diff --git a/emacs-lisp/coffee-mode/PREPARE b/emacs-lisp/coffee-mode/PREPARE
new file mode 100755
index 0000000..b6a330e
--- /dev/null
+++ b/emacs-lisp/coffee-mode/PREPARE
@@ -0,0 +1,2 @@
+config_query COFFEE_MODE_AUTOUPDATE \
+  "Automatically update on every system update?" n
diff --git a/emacs-lisp/haml-mode/DETAILS b/emacs-lisp/haml-mode/DETAILS
index 5e4629a..61cbdb5 100755
--- a/emacs-lisp/haml-mode/DETAILS
+++ b/emacs-lisp/haml-mode/DETAILS
@@ -11,7 +11,7 @@ fi
 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
         WEB_SITE="https://github.com/nex3/haml-mode"
       LICENSE[0]=GPL
-         ENTERED=20101208
+         ENTERED=20110101
            SHORT="Major mode for editing Haml files for emacsen"
 cat << EOF
 EOF
diff --git a/emacs-lisp/scss-mode/DETAILS b/emacs-lisp/scss-mode/DETAILS
index fbbb70a..efa5ecc 100755
--- a/emacs-lisp/scss-mode/DETAILS
+++ b/emacs-lisp/scss-mode/DETAILS
@@ -11,7 +11,7 @@ fi
 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
         WEB_SITE="https://github.com/antonj/scss-mode"
       LICENSE[0]=GPL
-         ENTERED=20101208
+         ENTERED=20110102
            SHORT="Emacsen major mode for editing SCSS files"
 cat << EOF
 EOF
diff --git a/emacs-lisp/sinatra_el/DETAILS b/emacs-lisp/sinatra_el/DETAILS
index c040eee..c1b521e 100755
--- a/emacs-lisp/sinatra_el/DETAILS
+++ b/emacs-lisp/sinatra_el/DETAILS
@@ -11,7 +11,7 @@ fi
 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
         WEB_SITE="https://github.com/eschulte/sinatra_el"
       LICENSE[0]=GPL
-         ENTERED=20101208
+         ENTERED=20110101
            SHORT="Emacsen minor mode for the Sinatra web mini-framework"
 cat << EOF
 EOF



More information about the SM-Commit mailing list