summaryrefslogtreecommitdiffstats
path: root/gnustep-libs/gnustep-gdl2
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 20:40:46 -0500
committerJeremy Blosser2006-04-24 20:40:46 -0500
commitbda7388fada506d0e2f439b90db9dc8e115f656c (patch)
tree2a4759e12248d4b6edbc99f2cfb4246e9bcad87c /gnustep-libs/gnustep-gdl2
parentb39d2a141c94177aaa9cbd1166d2727ce6886c19 (diff)
sync gnustep-libs/gnustep-gdl2 from test
Diffstat (limited to 'gnustep-libs/gnustep-gdl2')
-rwxr-xr-xgnustep-libs/gnustep-gdl2/DEPENDS5
-rwxr-xr-xgnustep-libs/gnustep-gdl2/DETAILS1
-rw-r--r--gnustep-libs/gnustep-gdl2/HISTORY9
3 files changed, 13 insertions, 2 deletions
diff --git a/gnustep-libs/gnustep-gdl2/DEPENDS b/gnustep-libs/gnustep-gdl2/DEPENDS
index 3a19cbd0d3..2b563a316d 100755
--- a/gnustep-libs/gnustep-gdl2/DEPENDS
+++ b/gnustep-libs/gnustep-gdl2/DEPENDS
@@ -1,2 +1,3 @@
-depends gnustep-base &&
-optional_depends postgresql
+depends gnustep-base &&
+optional_depends postgresql "--with-postgres" \
+ "--without-postgres" "Postgresql support"
diff --git a/gnustep-libs/gnustep-gdl2/DETAILS b/gnustep-libs/gnustep-gdl2/DETAILS
index 16f31b9c98..9e2027b645 100755
--- a/gnustep-libs/gnustep-gdl2/DETAILS
+++ b/gnustep-libs/gnustep-gdl2/DETAILS
@@ -9,6 +9,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/gdl2-$VERSION
ENTERED=20050908
UPDATED=20050908
BUILD_API=2
+ KEYWORDS="gnustep database libs"
SHORT="The GNUstep Database Library 2 (GDL2)."
TAR_OPTIONS="--no-same-owner"
diff --git a/gnustep-libs/gnustep-gdl2/HISTORY b/gnustep-libs/gnustep-gdl2/HISTORY
index 3c8a41d946..1d202fb3d5 100644
--- a/gnustep-libs/gnustep-gdl2/HISTORY
+++ b/gnustep-libs/gnustep-gdl2/HISTORY
@@ -1,3 +1,12 @@
+2006-04-12 Maurizio Boriani <baux@sourcemage.org>
+ * Fix dummy concatenations bugs and others.
+
+2006-04-12 Maurizio Boriani <baux@sourcemage.org>
+ * DEPENDS: Fix bug#10828.
+
+2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
2006-01-24 Maurizio Boriani <baux@sourcemage.org>
* DETAILS: Fix license field, close bug#10444.