Skip to Content.
Sympa Menu

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

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 (9bf27038a99657e3deffaf84cb940022ac32693a)
  • Date: Fri, 19 Jun 2015 23:02:01 +0000

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

emacs-lisp/yasnippet/DETAILS | 8 ++++----
emacs-lisp/yasnippet/HISTORY | 5 +++++
libs/yasm/DETAILS | 4 ++--
libs/yasm/HISTORY | 3 +++
4 files changed, 14 insertions(+), 6 deletions(-)

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

yasnippet 0.9.0-beta

commit e60cf9f13f52b8b9c0bdbeadd3fb32c234473c5b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

yasm 1.3.0

diff --git a/emacs-lisp/yasnippet/DETAILS b/emacs-lisp/yasnippet/DETAILS
index 68973d8..ba0aaab 100755
--- a/emacs-lisp/yasnippet/DETAILS
+++ b/emacs-lisp/yasnippet/DETAILS
@@ -1,10 +1,10 @@
SPELL=yasnippet
- VERSION=0.6.1c
+ VERSION=0.9.0-beta
SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
-
SOURCE_HASH=sha512:ea4c5850ae80e4db9a188788654a099eddc43e29371ef0cb6367e1a39d3ee9f3e9dab7201178955ae47c92bcecbb5120e0b817e47e9c88c5bcef9e561636a603
+
SOURCE_URL[0]=https://github.com/capitaomorte/$SPELL/archive/$VERSION.tar.gz
+
SOURCE_HASH=sha512:7f00a78a4297e813e76a1ce1d3425a215275af2bc7d7893d6f4d75b5097b70f8f215d59c5bb43575e262953b4d2f71d0f28ac7a56d3e79eecbeba869a71e67f3
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://code.google.com/p/yasnippet";
+ WEB_SITE="http://capitaomorte.github.io/yasnippet/";
LICENSE[0]=GPL
ENTERED=20101130
SHORT="Yet another snippet extension for Emacs"
diff --git a/emacs-lisp/yasnippet/HISTORY b/emacs-lisp/yasnippet/HISTORY
index cfe9111..852c053 100644
--- a/emacs-lisp/yasnippet/HISTORY
+++ b/emacs-lisp/yasnippet/HISTORY
@@ -1,3 +1,8 @@
+2015-06-19 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ fixed WEB_SITE
+ updated spell to 0.9.0-beta
+
2010-12-06 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: removed, already provided by the emacs-lisp section
* INSTALL: install snippets
diff --git a/libs/yasm/DETAILS b/libs/yasm/DETAILS
index 7cad898..23f9f9b 100755
--- a/libs/yasm/DETAILS
+++ b/libs/yasm/DETAILS
@@ -1,6 +1,6 @@
SPELL=yasm
- VERSION=1.2.0
-
SOURCE_HASH=sha512:e80ace766e145f6486e76da1a5a9819221b7f406745a02529b4ad220ef7f51ddd67f23d0d8b187bffc9725d9f9742ae5f3a0bb23ee5b2a61153332fb3e286b77
+ VERSION=1.3.0
+
SOURCE_HASH=sha512:572d3b45568b10f58e48f1188c2d6bcbdd16429c8afaccc8c6d37859b45635e106885d679e41d0bee78c23822108c7ae75aa7475eed5ba58057e0a6fe1b68645
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://www.tortall.net/projects/yasm/releases/$SOURCE
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/libs/yasm/HISTORY b/libs/yasm/HISTORY
index ea52a6d..cac9366 100644
--- a/libs/yasm/HISTORY
+++ b/libs/yasm/HISTORY
@@ -1,3 +1,6 @@
+2015-06-19 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.0
+
2011-11-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.2.0





Archive powered by MHonArc 2.6.24.

Top of Page