Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (32438ae3cc661be8b175a1f6e70df5da381a83cc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (32438ae3cc661be8b175a1f6e70df5da381a83cc)
  • Date: Mon, 13 Aug 2012 07:12:41 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 5 +++++
lib/libyaml/DETAILS | 14 --------------
lib/libyaml/HISTORY | 3 ---
libs/libyaml/DETAILS | 14 ++++++++++++++
libs/libyaml/HISTORY | 3 +++
5 files changed, 22 insertions(+), 17 deletions(-)

New commits:
commit 32438ae3cc661be8b175a1f6e70df5da381a83cc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libyaml: moved to libs section; new spell, YAML parser and emitter
written in C

diff --git a/ChangeLog b/ChangeLog
index fda87c3..49794b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * lib/libyaml: moved to libs section; new spell, YAML parser and
emitter
+ written in C
+ * lib: dropped fake section
+
2012-08-12 Ladislav Hagara <hgr AT vabo.cz>
* e-17/evas_generic_loaders: new spell, generic loaders for evas
* libs/glm: new spell, openGL Mathematics library
diff --git a/lib/libyaml/DETAILS b/lib/libyaml/DETAILS
deleted file mode 100755
index 0c91b31..0000000
--- a/lib/libyaml/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- SPELL=libyaml
- VERSION=0.1.4
- SOURCE=yaml-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/yaml-$VERSION
- SOURCE_URL[0]=http://pyyaml.org/download/libyaml/$SOURCE
-
SOURCE_HASH=sha512:5864412b462f30e36550a1dcf52f66da9035aa17ee367bd41d0ba74d6809e281ea00c0bb78f9c2c7e08d4689f8ff6220d684dbe8dcd83cc172282c58d695d784
- WEB_SITE=http://pyyaml.org/wiki/LibYAML
- ENTERED=20120417
- LICENSE[0]=MIT
- KEYWORDS="lib"
- SHORT="YAML parser and emitter written in C"
-cat << EOF
-yaml parser and emitter written in C
-EOF
diff --git a/lib/libyaml/HISTORY b/lib/libyaml/HISTORY
deleted file mode 100644
index fc80446..0000000
--- a/lib/libyaml/HISTORY
+++ /dev/null
@@ -1,3 +0,0 @@
-2012-04-17 David Kowis<dkowis AT shlrm.org>
- * DETAILS,HISTORY: created libyaml spell
-
diff --git a/libs/libyaml/DETAILS b/libs/libyaml/DETAILS
new file mode 100755
index 0000000..0c91b31
--- /dev/null
+++ b/libs/libyaml/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=libyaml
+ VERSION=0.1.4
+ SOURCE=yaml-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/yaml-$VERSION
+ SOURCE_URL[0]=http://pyyaml.org/download/libyaml/$SOURCE
+
SOURCE_HASH=sha512:5864412b462f30e36550a1dcf52f66da9035aa17ee367bd41d0ba74d6809e281ea00c0bb78f9c2c7e08d4689f8ff6220d684dbe8dcd83cc172282c58d695d784
+ WEB_SITE=http://pyyaml.org/wiki/LibYAML
+ ENTERED=20120417
+ LICENSE[0]=MIT
+ KEYWORDS="lib"
+ SHORT="YAML parser and emitter written in C"
+cat << EOF
+yaml parser and emitter written in C
+EOF
diff --git a/libs/libyaml/HISTORY b/libs/libyaml/HISTORY
new file mode 100644
index 0000000..fc80446
--- /dev/null
+++ b/libs/libyaml/HISTORY
@@ -0,0 +1,3 @@
+2012-04-17 David Kowis<dkowis AT shlrm.org>
+ * DETAILS,HISTORY: created libyaml spell
+



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (32438ae3cc661be8b175a1f6e70df5da381a83cc), Vlad Glagolev, 08/13/2012

Archive powered by MHonArc 2.6.24.

Top of Page