summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2011-01-01 23:44:30 -0200
committerIsmael Luceno2011-01-01 23:44:30 -0200
commit578fae5cc183ebfa030eb275985606ce0705c7de (patch)
treed2c3a1b391458b850b41ce0b22b8b1583868ed83
parentbcd46d3a87fe887b751c889b0bd908b75dc36eea (diff)
sinatra_el: new spell, Emacsen minor mode for the Sinatra web mini-framework
-rw-r--r--ChangeLog1
-rwxr-xr-xemacs-lisp/sinatra_el/DEPENDS1
-rwxr-xr-xemacs-lisp/sinatra_el/DETAILS17
-rw-r--r--emacs-lisp/sinatra_el/HISTORY2
-rwxr-xr-xemacs-lisp/sinatra_el/PREPARE2
5 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0eb6730d7..c2973bf4c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2011-01-01 Ismael Luceno <ismael@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@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 0000000000..ce886b1390
--- /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 0000000000..c040eee1d5
--- /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 0000000000..52a9ded057
--- /dev/null
+++ b/emacs-lisp/sinatra_el/HISTORY
@@ -0,0 +1,2 @@
+2011-01-01 Ismael Luceno <ismael@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 0000000000..10e8756047
--- /dev/null
+++ b/emacs-lisp/sinatra_el/PREPARE
@@ -0,0 +1,2 @@
+config_query SINATRA_EL_AUTOUPDATE \
+ "Automatically update on every system update?" n