Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Puppet_Master (169edd13771a94cbe4498e3ea7e26e1243165cd3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (169edd13771a94cbe4498e3ea7e26e1243165cd3)
  • Date: Tue, 19 Jun 2007 16:26:30 -0500

GIT changes to master grimoire by Puppet_Master <puppetmaster.e17 AT gmail.com>:

ChangeLog | 3 +++
database/sqlite3-ruby/BUILD | 3 +++
database/sqlite3-ruby/DEPENDS | 2 ++
database/sqlite3-ruby/DETAILS | 17 +++++++++++++++++
database/sqlite3-ruby/HISTORY | 2 ++
database/sqlite3-ruby/INSTALL | 2 ++
e/e17/HISTORY | 3 +++
7 files changed, 32 insertions(+)

New commits:
commit 169edd13771a94cbe4498e3ea7e26e1243165cd3
Author: Philippe Caseiro <puppet_master AT else-projects.org>
Commit: Puppet_Master <puppetmaster.e17 AT gmail.com>

updating ChangeLog

commit 1f97c50d51556d4ce77793bb7d6b1735d2e0f2b0
Author: Philippe Caseiro <puppet_master AT else-projects.org>
Commit: Puppet_Master <puppetmaster.e17 AT gmail.com>

Adding sqlite3-ruby spell

commit cf917b9982d9c56a0fd9098dfd8e031382c5d4be
Author: Philippe Caseiro <puppet_master AT else-projects.org>
Commit: Puppet_Master <puppetmaster.e17 AT gmail.com>

Updating E17 History file with last spell modification

diff --git a/ChangeLog b/ChangeLog
index 7eb1661..cc54b23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2007-06-19 Philippe Caseiro <puppetmaster AT sourcemage.org>
+ * database/sqlite3_ruby: new spell, a library to use sqlite3 with ruby
+
+2007-06-19 Philippe Caseiro <puppetmaster AT sourcemage.org>
* e/e_dbus: new spell, E17 new dbus implementation

2007-06-19 Ladislav Hagara <hgr AT vabo.cz>
diff --git a/database/sqlite3-ruby/BUILD b/database/sqlite3-ruby/BUILD
new file mode 100755
index 0000000..1b94f5e
--- /dev/null
+++ b/database/sqlite3-ruby/BUILD
@@ -0,0 +1,3 @@
+cd ${SOURCE_DIRECTORY} &&
+ruby setup.rb config &&
+ruby setup.rb setup
diff --git a/database/sqlite3-ruby/DEPENDS b/database/sqlite3-ruby/DEPENDS
new file mode 100755
index 0000000..41babe1
--- /dev/null
+++ b/database/sqlite3-ruby/DEPENDS
@@ -0,0 +1,2 @@
+depends ruby &&
+depends sqlite
diff --git a/database/sqlite3-ruby/DETAILS b/database/sqlite3-ruby/DETAILS
new file mode 100755
index 0000000..fa49843
--- /dev/null
+++ b/database/sqlite3-ruby/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=sqlite3-ruby
+ VERSION=1.2.1
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[1]=http://rubyforge.org/frs/download.php/17096/${SOURCE}
+
SOURCE_HASH=sha512:7c0b69d05ced8cd4aa6fd7af9376fc06c1adab6cf074ac6d2a730b5f7f91fd6600fbdde02d5b8642f2366fae23a9e37222313570dfd35022d00f0d916b9ccc50
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://sqlite-ruby.rubyforge.org/
+ ENTERED=20070508
+ UPDATED=20070508
+ LICENSE[0]=BSD
+ BUILD_API=2
+
SOURCE_HASH=sha512:7c0b69d05ced8cd4aa6fd7af9376fc06c1adab6cf074ac6d2a730b5f7f91fd6600fbdde02d5b8642f2366fae23a9e37222313570dfd35022d00f0d916b9ccc50:WORKS_FOR_ME
+ SHORT="Ruby interface for the SQLite database engine."
+cat << EOF
+This is a compatibility release. SQLite3 3.3.8 and above changed the format
of the dflt_value column of the table_info pragma, which breaks applications
that depend on that metadata (like Ruby on Rails). This release of
SQLite3/Ruby modifies the Database#table_info helper such that it checks the
libversion and reformats the dflt_value column if necessary. The next release
of Rails will use this helper to query the metadata, which will again make it
compatible with all known sqlite3 versions.
+
+EOF
diff --git a/database/sqlite3-ruby/HISTORY b/database/sqlite3-ruby/HISTORY
new file mode 100644
index 0000000..4b9a435
--- /dev/null
+++ b/database/sqlite3-ruby/HISTORY
@@ -0,0 +1,2 @@
+2007-05-08 Philippe Caseiro <puppetmaster AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY, BUILD, INSTALL: created spell
diff --git a/database/sqlite3-ruby/INSTALL b/database/sqlite3-ruby/INSTALL
new file mode 100755
index 0000000..57dc078
--- /dev/null
+++ b/database/sqlite3-ruby/INSTALL
@@ -0,0 +1,2 @@
+cd ${SOURCE_DIRECTORY} &&
+ruby setup.rb install
diff --git a/e/e17/HISTORY b/e/e17/HISTORY
index 074a3a5..823eaaf 100644
--- a/e/e17/HISTORY
+++ b/e/e17/HISTORY
@@ -1,3 +1,6 @@
+2007-06-19 Philippe Caseiro <puppetmaster AT sourcemage.org>
+ * DEPENDS: Adding optional depend for e_dbus
+
2007-03-24 Mark Bainter <mbainter-smgl AT lostinagoodbook.org>
* DEPENDS: Adding efreet to address bug #13650




  • [SM-Commit] GIT changes to master grimoire by Puppet_Master (169edd13771a94cbe4498e3ea7e26e1243165cd3), Puppet_Master, 06/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page