summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2010-02-26 22:35:39 +0100
committerTreeve Jelbert2010-02-26 22:35:39 +0100
commitb0c9d912c122abfb85d18bf662c04baf64db2730 (patch)
treecb1611a1421b8cd1c3accd9545628fec58405bc5
parent82acb02b8bc242aaa3b225e0b739de00c1ceb193 (diff)
ruby-dbi: => 0.4.3
-rwxr-xr-xruby-raa/ruby-dbi/BUILD4
-rwxr-xr-xruby-raa/ruby-dbi/CONFIGURE2
-rwxr-xr-xruby-raa/ruby-dbi/DEPENDS36
-rwxr-xr-xruby-raa/ruby-dbi/DETAILS6
-rw-r--r--ruby-raa/ruby-dbi/HISTORY5
5 files changed, 9 insertions, 44 deletions
diff --git a/ruby-raa/ruby-dbi/BUILD b/ruby-raa/ruby-dbi/BUILD
deleted file mode 100755
index 6251bf5510..0000000000
--- a/ruby-raa/ruby-dbi/BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-message building $RB_OPT &&
-ruby setup.rb config --with=dbi,$RB_OPT &&
-ruby setup.rb setup
-
diff --git a/ruby-raa/ruby-dbi/CONFIGURE b/ruby-raa/ruby-dbi/CONFIGURE
deleted file mode 100755
index 4da51c7dbc..0000000000
--- a/ruby-raa/ruby-dbi/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-source $GRIMOIRE/FUNCTIONS &&
-config_query_multi RB_DBI "which databases to support?" firebird mysql odbc postgresql sqlite
diff --git a/ruby-raa/ruby-dbi/DEPENDS b/ruby-raa/ruby-dbi/DEPENDS
index fb573be6c8..257635e6a7 100755
--- a/ruby-raa/ruby-dbi/DEPENDS
+++ b/ruby-raa/ruby-dbi/DEPENDS
@@ -1,35 +1 @@
-depends RUBY &&
-persistent_add RB_OPT &&
-RB_OPT="" &&
-local DB SEP
-for DB in $RB_DBI;do
- case $DB in
- firebird)
- depends FIREBIRD &&
- depends ruby-interbase &&
- RB_OPT="${RB_OPT}${SEP}dbd_interbase"
- ;;
- mysql)
- depends mysql &&
- RB_OPT="${RB_OPT}${SEP}dbd_mysql"
- ;;
-
- odbc)
- depends ruby-odbc &&
- RB_OPT="${RB_OPT}${SEP}dbd_odbc"
- ;;
-
- postgresql)
- depends postgresql &&
- RB_OPT="${RB_OPT}${SEP}dbd_pg"
- ;;
-
- sqlite)
- depends sqlite2 &&
- RB_OPT="${RB_OPT}${SEP}dbd_sqlite"
- ;;
-
- esac
- SEP=','
-done
-
+depends RUBY
diff --git a/ruby-raa/ruby-dbi/DETAILS b/ruby-raa/ruby-dbi/DETAILS
index 93594e6c71..02c8ea3788 100755
--- a/ruby-raa/ruby-dbi/DETAILS
+++ b/ruby-raa/ruby-dbi/DETAILS
@@ -1,9 +1,9 @@
SPELL=ruby-dbi
- VERSION=0.2.0
- SOURCE_HASH=sha512:bdf436d428bfde2babea112ad9261e8a905b49ca3d92f900e0e934827819233ab297de3ca49c7df41ea4930f46e605d0f574738f38a01bea1c2d671b4f2746b4
+ VERSION=0.4.3
+ SOURCE_HASH=sha512:4f45eccb93e1826232f6f9260dbe81420c6239c64e24f55cd1777404a5869d27a1f4c9b8dd5b8382b0c08904565a8f3cdba60ad60198087111cdcff7635389c0
SOURCE=dbi-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/dbi-$VERSION
- SOURCE_URL[0]=http://rubyforge.org/frs/download.php/33959/$SOURCE
+ SOURCE_URL[0]=http://rubyforge.org/frs/download.php/63601/$SOURCE
WEB_SITE=http://rubyforge.org/projects/ruby-dbi/
LICENSE[0]=BSD
DOCS="README"
diff --git a/ruby-raa/ruby-dbi/HISTORY b/ruby-raa/ruby-dbi/HISTORY
index d551a64de1..6f657c6868 100644
--- a/ruby-raa/ruby-dbi/HISTORY
+++ b/ruby-raa/ruby-dbi/HISTORY
@@ -1,3 +1,8 @@
+2010-02-26 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.4.3
+ * CONFIGURE, BUILDS: deleted
+ * DEPENDS: remove everything except RUBY
+
2010-02-25 Remko van der Vossen <wich@sourcemage.org>
* DEPENDS: updated ruby dependency to RUBY provider