[Lunar-commits] <moonbase> sqlite2: remove it from the moonbase.
Florin Braescu
florin at lunar-linux.org
Sun Sep 14 17:29:43 CEST 2008
commit 9c011064e05a3976dfad213611758e6c8dbe2709
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Sep 14 18:29:43 2008 +0300
sqlite2: remove it from the moonbase.
---
sql/sqlite2/CONFIGURE | 10 ----------
sql/sqlite2/DEPENDS | 1 -
sql/sqlite2/DETAILS | 24 ------------------------
3 files changed, 0 insertions(+), 35 deletions(-)
diff --git a/sql/sqlite2/CONFIGURE b/sql/sqlite2/CONFIGURE
deleted file mode 100644
index d17fafb..0000000
--- a/sql/sqlite2/CONFIGURE
+++ /dev/null
@@ -1,10 +0,0 @@
-if ! grep -q CONFIGURED $MODULE_CONFIG; then
-
- if query "Enable UTF8 characterset?" y; then
- OPTS="$OPTS --enable-utf8"
- fi
-
- echo 'CONFIGURED="y"' >> $MODULE_CONFIG
- echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
-
-fi
diff --git a/sql/sqlite2/DEPENDS b/sql/sqlite2/DEPENDS
deleted file mode 100644
index ece1d01..0000000
--- a/sql/sqlite2/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-optional_depends "tcl" "--with-tcl=/usr/lib" "" "SQLite TCL Binding"
diff --git a/sql/sqlite2/DETAILS b/sql/sqlite2/DETAILS
deleted file mode 100644
index 97c17aa..0000000
--- a/sql/sqlite2/DETAILS
+++ /dev/null
@@ -1,24 +0,0 @@
- MODULE=sqlite2
- PKG=sqlite
- VERSION=2.8.17
- SOURCE=$PKG-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKG-$VERSION
- SOURCE_URL=http://www.sqlite.org/
- SOURCE_VFY=sha1:75db1cf3b00ea18ae8528e676fc9fdf698e2fe58
- WEB_SITE=http://www.sqlite.org/
- ENTERED=20051103
- UPDATED=20060402
- SHORT="Old version of the SQLite"
-
-cat << EOF
-SQLite is a C library that implements an SQL database engine. A large
-subset of SQL92 is supported. A complete database is stored in a single
-disk file. The API is designed for convenience and ease of use.
-Applications that link against SQLite can enjoy the power and flexiblity
-of an SQL database without the administrative hassles of supporting a
-separate database server. Because it omits the client-server interaction
-overhead and writes directly to disk, SQLite is also faster than the big
-database servers for most operations. In addition to the C library, the
-SQLite distribution includes a command-line tool for interacting with
-SQLite databases and SQLite bindings for Tcl/Tk.
-EOF
More information about the Lunar-commits
mailing list