Skip to Content.
Sympa Menu

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

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 (89281f8844d88c93461c843e668cb23df3210290)
  • Date: Wed, 17 Dec 2008 06:14:26 -0600

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

lua-forge/ldbi/DEPENDS | 1 +
lua-forge/ldbi/DETAILS | 6 +++---
lua-forge/ldbi/HISTORY | 4 ++++
lua-forge/ldbi/INSTALL | 2 +-
4 files changed, 9 insertions(+), 4 deletions(-)

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

ldbi: => 0.2.0

diff --git a/lua-forge/ldbi/DEPENDS b/lua-forge/ldbi/DEPENDS
index cec5fec..01a708f 100755
--- a/lua-forge/ldbi/DEPENDS
+++ b/lua-forge/ldbi/DEPENDS
@@ -1,2 +1,3 @@
depends lua &&
+depends sqlite &&
depends postgresql
diff --git a/lua-forge/ldbi/DETAILS b/lua-forge/ldbi/DETAILS
index c82b9b3..02e86e2 100755
--- a/lua-forge/ldbi/DETAILS
+++ b/lua-forge/ldbi/DETAILS
@@ -1,13 +1,13 @@
SPELL=ldbi
- VERSION=0.1.0
+ VERSION=0.2.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.tuxfamily.org/oproj/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:8568870595a4650b56b6ae2bb807bd715a6a7ec37c9125effbfc4b5101ccaeb081f8adb5c9c8ae7ddb710d7c0ed208e7fb8f5f20fd34f00d0618a79cc9492e8d
+
SOURCE_HASH=sha512:e5612ef8828ef2bc484ec265d6d51e1552293784728417d7eb02ac258601668fdf6144f19cfb170939c1041d821ede5d452b1b71ae017c6daff243911fe53326
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://oproj.tuxfamily.org/wiki/doku.php?id=ldbi
LICENSE[0]=LGPL
ENTERED=20081130
SHORT="popular DBMS binder to Lua"
cat << EOF
-ldbi binds popular DBMS to Lua. Currently supports only PostgreSQL.
+ldbi binds popular DBMS to Lua. Currently supports only PostgreSQL and
SQLite.
EOF
diff --git a/lua-forge/ldbi/HISTORY b/lua-forge/ldbi/HISTORY
index af8d89e..7e7b7df 100644
--- a/lua-forge/ldbi/HISTORY
+++ b/lua-forge/ldbi/HISTORY
@@ -1,2 +1,6 @@
+2008-12-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.2.0; renewed desc
+ * DEPENDS: added sqlite
+
2008-11-30 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/lua-forge/ldbi/INSTALL b/lua-forge/ldbi/INSTALL
index 9cbacf0..def3221 100755
--- a/lua-forge/ldbi/INSTALL
+++ b/lua-forge/ldbi/INSTALL
@@ -1 +1 @@
-make DESTDIR="$INSTALL_ROOT" install-postgres
+make DESTDIR="$INSTALL_ROOT" install



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (89281f8844d88c93461c843e668cb23df3210290), Vlad Glagolev, 12/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page