Skip to Content.
Sympa Menu

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

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 (757ce387a73d8352f46a6a00156d853a3014641d)
  • Date: Sun, 9 Jan 2011 08:24:50 -0600

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

ChangeLog | 3 +++
emacs-lisp/identica-mode/DEPENDS | 1 +
emacs-lisp/identica-mode/DETAILS | 22 ++++++++++++++++++++++
emacs-lisp/identica-mode/HISTORY | 2 ++
emacs-lisp/identica-mode/PREPARE | 2 ++
5 files changed, 30 insertions(+)

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

identica-mode: new spell, Emacs major mode for identi.ca

diff --git a/ChangeLog b/ChangeLog
index f0fadca..0c9b23c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-01-09 Ismael Luceno <ismael AT sourcemage.org>
+ * emacs-lisp/identica-mode: new spell, Emacs major mode for identi.ca
+
2011-01-02 Ismael Luceno <ismael AT sourcemage.org>
* emacs-lisp/scss-mode: new spell, Emacsen major mode for editing
SCSS files
* emacs-lisp/coffee-mode: new spell, CoffeeScript Major Mode for
emacsen
diff --git a/emacs-lisp/identica-mode/DEPENDS
b/emacs-lisp/identica-mode/DEPENDS
new file mode 100755
index 0000000..ce886b1
--- /dev/null
+++ b/emacs-lisp/identica-mode/DEPENDS
@@ -0,0 +1 @@
+depends EMACS
diff --git a/emacs-lisp/identica-mode/DETAILS
b/emacs-lisp/identica-mode/DETAILS
new file mode 100755
index 0000000..ca09ff7
--- /dev/null
+++ b/emacs-lisp/identica-mode/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=identica-mode
+if [ "$IDENTICA_MODE_AUTOUPDATE" == y ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE="${SPELL}-git.tar.bz2"
+ SOURCE_URL[0]=git://git.sv.gnu.org/${SPELL}.git
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ WEB_SITE="http://blog.nethazard.net/identica-mode-for-emacs/";
+ LICENSE[0]=GPL
+ ENTERED=20110101
+ SHORT="Emacs major mode for identi.ca microblogging service"
+cat << EOF
+You can view your friend’s update list and post and update of your
+status.
+
+Supports for groups and tags, and highlights replies for better
+reading.
+EOF
diff --git a/emacs-lisp/identica-mode/HISTORY
b/emacs-lisp/identica-mode/HISTORY
new file mode 100644
index 0000000..df1994c
--- /dev/null
+++ b/emacs-lisp/identica-mode/HISTORY
@@ -0,0 +1,2 @@
+2011-01-09 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: spell created
diff --git a/emacs-lisp/identica-mode/PREPARE
b/emacs-lisp/identica-mode/PREPARE
new file mode 100755
index 0000000..db761a1
--- /dev/null
+++ b/emacs-lisp/identica-mode/PREPARE
@@ -0,0 +1,2 @@
+config_query IDENTICA_MODE_AUTOUPDATE \
+ "Automatically update on every system update?" n



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

Archive powered by MHonArc 2.6.24.

Top of Page