Skip to Content.
Sympa Menu

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

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 (be8d4a84117ed7c307c8240604315289ee085977)
  • Date: Thu, 8 Jan 2015 12:37:56 -0600

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

ChangeLog | 3 +++
emacs-lisp/dart-mode/DEPENDS | 1 +
emacs-lisp/dart-mode/DETAILS | 14 ++++++++++++++
emacs-lisp/dart-mode/HISTORY | 2 ++
4 files changed, 20 insertions(+)

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

dart-mode: new spell, Dart-mode for emacs

diff --git a/ChangeLog b/ChangeLog
index f855d77..c08472c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-01-08 Ismael Luceno <ismael AT sourcemage.org>
+ * emacs-lisp/dart-mode: new spell, Dart-mode for emacs
+
2015-01-07 Pol Vinogradov <vin.public AT gmail.com>
* python-pypi: new spell, Python Crontab API

diff --git a/emacs-lisp/dart-mode/DEPENDS b/emacs-lisp/dart-mode/DEPENDS
new file mode 100755
index 0000000..ce886b1
--- /dev/null
+++ b/emacs-lisp/dart-mode/DEPENDS
@@ -0,0 +1 @@
+depends EMACS
diff --git a/emacs-lisp/dart-mode/DETAILS b/emacs-lisp/dart-mode/DETAILS
new file mode 100755
index 0000000..6f389dd
--- /dev/null
+++ b/emacs-lisp/dart-mode/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=dart-mode
+ VERSION=0.9
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]="https://github.com/nex3/$SPELL/archive/$VERSION.tar.gz";
+
SOURCE_HASH=sha512:22a2d5c2bbf48895b64a5ee7f70af7c2b1122800f24b67fc052f5febb733d00c7dc1a3da15f50e63775f7e34c35121b78c0239b7730b9a3e91cce775bad016b0
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/nex3/dart-mode";
+ LICENSE[0]="GPLv3"
+ ENTERED=20150107
+ KEYWORDS=""
+ SHORT="Dart-mode for emacs"
+cat << EOF
+An Emacs major mode for programming in the Dart language.
+EOF
diff --git a/emacs-lisp/dart-mode/HISTORY b/emacs-lisp/dart-mode/HISTORY
new file mode 100644
index 0000000..bb94c38
--- /dev/null
+++ b/emacs-lisp/dart-mode/HISTORY
@@ -0,0 +1,2 @@
+2015-01-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



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

Archive powered by MHonArc 2.6.24.

Top of Page