Skip to Content.
Sympa Menu

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

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 (578fae5cc183ebfa030eb275985606ce0705c7de)
  • Date: Sat, 1 Jan 2011 19:49:41 -0600

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

ChangeLog | 1 +
emacs-lisp/sinatra_el/DEPENDS | 1 +
emacs-lisp/sinatra_el/DETAILS | 17 +++++++++++++++++
emacs-lisp/sinatra_el/HISTORY | 2 ++
emacs-lisp/sinatra_el/PREPARE | 2 ++
5 files changed, 23 insertions(+)

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

sinatra_el: new spell, Emacsen minor mode for the Sinatra web
mini-framework

diff --git a/ChangeLog b/ChangeLog
index f0eb673..c2973bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +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
+ * emacs-lisp/sinatra_el: new spell, Emacsen minor mode for the
Sinatra web mini-framework

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/sinatra_el/DEPENDS b/emacs-lisp/sinatra_el/DEPENDS
new file mode 100755
index 0000000..ce886b1
--- /dev/null
+++ b/emacs-lisp/sinatra_el/DEPENDS
@@ -0,0 +1 @@
+depends EMACS
diff --git a/emacs-lisp/sinatra_el/DETAILS b/emacs-lisp/sinatra_el/DETAILS
new file mode 100755
index 0000000..c040eee
--- /dev/null
+++ b/emacs-lisp/sinatra_el/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=sinatra_el
+if [ "$SINATRA_EL_AUTOUPDATE" == y ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE="${SPELL}-git.tar.bz2"
+ SOURCE_URL[0]=git://github.com/eschulte/${SPELL}.git:${SPELL}-git
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ WEB_SITE="https://github.com/eschulte/sinatra_el";
+ LICENSE[0]=GPL
+ ENTERED=20101208
+ SHORT="Emacsen minor mode for the Sinatra web mini-framework"
+cat << EOF
+EOF
diff --git a/emacs-lisp/sinatra_el/HISTORY b/emacs-lisp/sinatra_el/HISTORY
new file mode 100644
index 0000000..52a9ded
--- /dev/null
+++ b/emacs-lisp/sinatra_el/HISTORY
@@ -0,0 +1,2 @@
+2011-01-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: spell created
diff --git a/emacs-lisp/sinatra_el/PREPARE b/emacs-lisp/sinatra_el/PREPARE
new file mode 100755
index 0000000..10e8756
--- /dev/null
+++ b/emacs-lisp/sinatra_el/PREPARE
@@ -0,0 +1,2 @@
+config_query SINATRA_EL_AUTOUPDATE \
+ "Automatically update on every system update?" n



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

Archive powered by MHonArc 2.6.24.

Top of Page