Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9fb6b2cb4fcb5b55def12d759c42d35047b0e9a8)

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 master grimoire by Ismael Luceno (9fb6b2cb4fcb5b55def12d759c42d35047b0e9a8)
  • Date: Fri, 2 Jan 2015 17:21:14 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
emacs-lisp/vimrc-mode/DEPENDS | 1 +
emacs-lisp/vimrc-mode/DETAILS | 15 +++++++++++++++
emacs-lisp/vimrc-mode/HISTORY | 2 ++
emacs-lisp/vimrc-mode/PREPARE | 2 ++
5 files changed, 24 insertions(+)

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

vimrc-mode: new spell, Emacs major mode for vimrc files

diff --git a/ChangeLog b/ChangeLog
index 77a4555..0cae06e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-02 Ismael Luceno <ismael AT sourcemage.org>
+ * emacs-lisp/vimrc-mode: new spell, Emacs major mode for vimrc
+ files
+
2015-01-02 Eric Sandall <sandalle AT sourcemage.org>
* samba.gpg: Add 2014 and 2015 upstream GPG keys
https://download.samba.org/pub/samba/samba-pubkey.asc
diff --git a/emacs-lisp/vimrc-mode/DEPENDS b/emacs-lisp/vimrc-mode/DEPENDS
new file mode 100755
index 0000000..ce886b1
--- /dev/null
+++ b/emacs-lisp/vimrc-mode/DEPENDS
@@ -0,0 +1 @@
+depends EMACS
diff --git a/emacs-lisp/vimrc-mode/DETAILS b/emacs-lisp/vimrc-mode/DETAILS
new file mode 100755
index 0000000..989aa55
--- /dev/null
+++ b/emacs-lisp/vimrc-mode/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=vimrc-mode
+ VERSION=$(get_scm_version)
+ SOURCE="$SPELL-git.tar.bz2"
+ SOURCE_URL[0]=git://github.com/mcandre/$SPELL.git:$SPELL-git
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+ WEB_SITE="https://github.com/mcandre/vimrc-mode";
+ LICENSE[0]="GPLv2+"
+ ENTERED=20150102
+ KEYWORDS="emacs"
+ SHORT="Emacs major mode for vimrc files"
+cat << EOF
+Provides syntax highlighting for vimrc files.
+EOF
diff --git a/emacs-lisp/vimrc-mode/HISTORY b/emacs-lisp/vimrc-mode/HISTORY
new file mode 100644
index 0000000..2da7961
--- /dev/null
+++ b/emacs-lisp/vimrc-mode/HISTORY
@@ -0,0 +1,2 @@
+2015-01-02 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: spell created
diff --git a/emacs-lisp/vimrc-mode/PREPARE b/emacs-lisp/vimrc-mode/PREPARE
new file mode 100755
index 0000000..86a5079
--- /dev/null
+++ b/emacs-lisp/vimrc-mode/PREPARE
@@ -0,0 +1,2 @@
+. "$GRIMOIRE/FUNCTIONS" &&
+prepare_select_branch



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9fb6b2cb4fcb5b55def12d759c42d35047b0e9a8), Ismael Luceno, 01/02/2015

Archive powered by MHonArc 2.6.24.

Top of Page