Skip to Content.
Sympa Menu

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

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 (bcd46d3a87fe887b751c889b0bd908b75dc36eea)
  • Date: Sat, 1 Jan 2011 19:38:01 -0600

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

Rebased ref, commits from common ancestor:
commit bcd46d3a87fe887b751c889b0bd908b75dc36eea
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

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

diff --git a/ChangeLog b/ChangeLog
index d98edb2..f0eb673 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-01-01 Ismael Luceno <ismael AT sourcemage.org>
+ * emacs-lisp/haml-mode: 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 (bcd46d3a87fe887b751c889b0bd908b75dc36eea), Ismael Luceno, 01/01/2011

Archive powered by MHonArc 2.6.24.

Top of Page