Change log for imported patches
[clsql.git] / clsql-postgresql.asd
index 0fdd54ca6c761e28afcc4d0d94650b61b1f48314..5c73bba7f2bc62886baaf0d6ff805d5effff22fa 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
@@ -21,7 +19,6 @@
 
 #+(and allegro macosx) (push "so" excl::*load-foreign-types*)
 
-#+(or allegro lispworks cmu sbcl openmcl mcl scl)
 (defsystem clsql-postgresql
   :name "cl-sql-postgresql"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
   :description "Common Lisp PostgreSQL API Driver"
   :long-description "cl-sql-postgresql package provides a the database driver for the PostgreSQL API."
 
+  :depends-on (clsql clsql-uffi)
   :components
   ((:module :db-postgresql
            :components
            ((:file "postgresql-package")
             (:file "postgresql-loader" :depends-on ("postgresql-package"))
             (:file "postgresql-api" :depends-on ("postgresql-loader"))
-            (:file "postgresql-sql" :depends-on ("postgresql-api"))
-            (:file "postgresql-usql" :depends-on ("postgresql-sql")))))
-  :depends-on (:uffi :clsql-base :clsql-uffi))
+            (:file "postgresql-sql" :depends-on ("postgresql-api"))))))