Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-emacs grimoire by Ismael Luceno (c61f1f819308401f04009ecd9d14e8c73c672e49)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-emacs grimoire by Ismael Luceno (c61f1f819308401f04009ecd9d14e8c73c672e49)
  • Date: Sat, 1 Jan 2011 08:34:07 -0600

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

ChangeLog | 3 +++
emacs-lisp/haml-mode/DEPENDS | 1 +
emacs-lisp/haml-mode/DETAILS | 17 +++++++++++++++++
emacs-lisp/haml-mode/HISTORY | 2 ++
emacs-lisp/haml-mode/PREPARE | 2 ++
5 files changed, 25 insertions(+)

New commits:
commit c61f1f819308401f04009ecd9d14e8c73c672e49
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

haml: new spell, Major mode for editing Haml files for emacsen

diff --git a/ChangeLog b/ChangeLog
index d98edb2..903dfc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-01-01 Ismael Luceno <ismael AT sourcemage.org>
+ * emacs-lisp/haml: new spell, Major mode for editing Haml files for
emacsen
+
2010-12-09 Ismael Luceno <ismael AT sourcemage.org>
* emacs-lisp/doc-mode: new spell, Emacs Mode for AsciiDoc Fontlocking

diff --git a/emacs-lisp/haml-mode/DEPENDS b/emacs-lisp/haml-mode/DEPENDS
new file mode 100755
index 0000000..ce886b1
--- /dev/null
+++ b/emacs-lisp/haml-mode/DEPENDS
@@ -0,0 +1 @@
+depends EMACS
diff --git a/emacs-lisp/haml-mode/DETAILS b/emacs-lisp/haml-mode/DETAILS
new file mode 100755
index 0000000..5e4629a
--- /dev/null
+++ b/emacs-lisp/haml-mode/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=haml-mode
+if [ "$HAML_MODE_AUTOUPDATE" == y ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE="${SPELL}-git.tar.bz2"
+ SOURCE_URL[0]=git://github.com/nex3/${SPELL}.git:${SPELL}-git
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ WEB_SITE="https://github.com/nex3/haml-mode";
+ LICENSE[0]=GPL
+ ENTERED=20101208
+ SHORT="Major mode for editing Haml files for emacsen"
+cat << EOF
+EOF
diff --git a/emacs-lisp/haml-mode/HISTORY b/emacs-lisp/haml-mode/HISTORY
new file mode 100644
index 0000000..52a9ded
--- /dev/null
+++ b/emacs-lisp/haml-mode/HISTORY
@@ -0,0 +1,2 @@
+2011-01-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: spell created
diff --git a/emacs-lisp/haml-mode/PREPARE b/emacs-lisp/haml-mode/PREPARE
new file mode 100755
index 0000000..5f9a8cf
--- /dev/null
+++ b/emacs-lisp/haml-mode/PREPARE
@@ -0,0 +1,2 @@
+config_query HAML_MODE_AUTOUPDATE \
+ "Automatically update on every system update?" n



  • [SM-Commit] GIT changes to devel-emacs grimoire by Ismael Luceno (c61f1f819308401f04009ecd9d14e8c73c672e49), Ismael Luceno, 01/01/2011

Archive powered by MHonArc 2.6.24.

Top of Page