Skip to Content.
Sympa Menu

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

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 (8f2586e718cc13dd62a79761ad4d3cf314dfc72d)
  • Date: Sat, 11 Mar 2017 06:13:41 +0000

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

ChangeLog | 4 ++++
emacs-lisp/yasnippet-snippets/BUILD | 1 +
emacs-lisp/yasnippet-snippets/DEPENDS | 2 ++
emacs-lisp/yasnippet-snippets/DETAILS | 16 ++++++++++++++++
emacs-lisp/yasnippet-snippets/HISTORY | 2 ++
emacs-lisp/yasnippet-snippets/INSTALL | 3 +++
emacs-lisp/yasnippet-snippets/PREPARE | 2 ++
7 files changed, 30 insertions(+)

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

yasnippet-snippets: new spell, Yasnippet official snippet collections

diff --git a/ChangeLog b/ChangeLog
index ad33da8..a0907f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-03-11 Ismael Luceno <ismael AT sourcemage.org>
+ * emacs-lisp/yasnippet-snippets: new spell, Yasnippet official
+ snippet collections
+
2017-03-10 Vlad Glagolev <stealth AT sourcemage.org>
* doc/github-markdown-toc.go: new spell, golang based implementation
of
the github-markdown-toc tool
diff --git a/emacs-lisp/yasnippet-snippets/BUILD
b/emacs-lisp/yasnippet-snippets/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/emacs-lisp/yasnippet-snippets/BUILD
@@ -0,0 +1 @@
+true
diff --git a/emacs-lisp/yasnippet-snippets/DEPENDS
b/emacs-lisp/yasnippet-snippets/DEPENDS
new file mode 100755
index 0000000..62548fc
--- /dev/null
+++ b/emacs-lisp/yasnippet-snippets/DEPENDS
@@ -0,0 +1,2 @@
+depends yasnippet &&
+depends emacs
diff --git a/emacs-lisp/yasnippet-snippets/DETAILS
b/emacs-lisp/yasnippet-snippets/DETAILS
new file mode 100755
index 0000000..1f2a386
--- /dev/null
+++ b/emacs-lisp/yasnippet-snippets/DETAILS
@@ -0,0 +1,16 @@
+. "$GRIMOIRE"/FUNCTIONS
+ SPELL=yasnippet-snippets
+ VERSION=$(get_scm_version)
+ SOURCE="$SPELL-git.tar.bz2"
+ SOURCE_URL[0]=git://github.com/AndreaCrotti/$SPELL.git
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+ WEB_SITE="https://github.com/AndreaCrotti/yasnippet-snippets";
+ LICENSE[0]="MIT"
+ ENTERED=20170311
+ KEYWORDS=""
+ SHORT="Yasnippet official snippet collections"
+cat << EOF
+A collection of yasnippet snippets for many languages.
+EOF
diff --git a/emacs-lisp/yasnippet-snippets/HISTORY
b/emacs-lisp/yasnippet-snippets/HISTORY
new file mode 100644
index 0000000..7cfdf29
--- /dev/null
+++ b/emacs-lisp/yasnippet-snippets/HISTORY
@@ -0,0 +1,2 @@
+2017-03-11 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: spell created
diff --git a/emacs-lisp/yasnippet-snippets/INSTALL
b/emacs-lisp/yasnippet-snippets/INSTALL
new file mode 100755
index 0000000..99b1786
--- /dev/null
+++ b/emacs-lisp/yasnippet-snippets/INSTALL
@@ -0,0 +1,3 @@
+pfx="$INSTALL_ROOT"/usr/share &&
+install -v -d "$pfx/emacs/$SPELL" &&
+cp -r "$SOURCE_DIRECTORY"/*-mode "$pfx/emacs/$SPELL"
diff --git a/emacs-lisp/yasnippet-snippets/PREPARE
b/emacs-lisp/yasnippet-snippets/PREPARE
new file mode 100755
index 0000000..136a218
--- /dev/null
+++ b/emacs-lisp/yasnippet-snippets/PREPARE
@@ -0,0 +1,2 @@
+. "$GRIMOIRE"/FUNCTIONS &&
+prepare_select_branch



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8f2586e718cc13dd62a79761ad4d3cf314dfc72d), Ismael Luceno, 03/11/2017

Archive powered by MHonArc 2.6.24.

Top of Page