clsql clsql-aodbc.asd,1.12,1.13 clsql-base.asd,1.18,1.19 clsql-mysql.asd,1.13,1.14 clsql-oracle.asd,1.12,1.13 clsql-postgresql-socket.asd,1.15,1.16 clsql-postgresql.asd,1.13,1.14 clsql-tests.asd,1.1,1.2 clsql-uffi.asd,1.14,1.15 clsql.asd,1.17,1.18

"Kevin M. Rosenberg" <[email protected]> Tue, 6 May 2003 20:45:10 -0600
Newsgroups gmane.lisp.clsql.cvs
Message-ID <[email protected]>
Update of /pubcvs/clsql
In directory boa.b9.com:/tmp/cvs-serv31459

Modified Files:
	clsql-aodbc.asd clsql-base.asd clsql-mysql.asd 
	clsql-oracle.asd clsql-postgresql-socket.asd 
	clsql-postgresql.asd clsql-tests.asd clsql-uffi.asd clsql.asd 
Log Message:
Auto commit for Debian build

Index: clsql-aodbc.asd
===================================================================
RCS file: /pubcvs/clsql/clsql-aodbc.asd,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** clsql-aodbc.asd	30 Sep 2002 10:19:23 -0000	1.12
--- clsql-aodbc.asd	7 May 2003 02:45:08 -0000	1.13
***************
*** 17,27 ****
  ;;;; *************************************************************************
  
! (in-package :asdf)
  
  #+(and allegro (not allegro-cl-trial))
! (defsystem :clsql-aodbc
    :name "cl-sql-aodbc"
    :author "Kevin M. Rosenberg <[email protected]>"
-   :version "0.9.2"
    :maintainer "Kevin M. Rosenberg <[email protected]>"
    :licence "Lessor Lisp General Public License"
--- 17,27 ----
  ;;;; *************************************************************************
  
! (defpackage #:clsql-aodbc-system (:use #:asdf #:cl))
! (in-package #:clsql-aodbc-system)
  
  #+(and allegro (not allegro-cl-trial))
! (defsystem clsql-aodbc
    :name "cl-sql-aodbc"
    :author "Kevin M. Rosenberg <[email protected]>"
    :maintainer "Kevin M. Rosenberg <[email protected]>"
    :licence "Lessor Lisp General Public License"

Index: clsql-base.asd
===================================================================
RCS file: /pubcvs/clsql/clsql-base.asd,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** clsql-base.asd	8 Nov 2002 16:51:50 -0000	1.18
--- clsql-base.asd	7 May 2003 02:45:08 -0000	1.19
***************
*** 17,27 ****
  ;;;; *************************************************************************
  
! (in-package :asdf)
  
  #+(or allegro lispworks cmu sbcl openmcl mcl scl)
! (defsystem :clsql-base
    :name "cl-sql-base"
!   :author "Kevin M. Rosenberg <[email protected]>"
!   :version "0.9.2"
    :maintainer "Kevin M. Rosenberg <[email protected]>"
    :licence "Lessor Lisp General Public License"
--- 17,27 ----
  ;;;; *************************************************************************
  
! (defpackage #:clsql-base-system (:use #:asdf #:cl))
! (in-package #:clsql-base-system)
  
  #+(or allegro lispworks cmu sbcl openmcl mcl scl)
! (defsystem clsql-base
    :name "cl-sql-base"
!   :author "Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>"
    :maintainer "Kevin M. Rosenberg <[email protected]>"
    :licence "Lessor Lisp General Public License"
***************
*** 29,34 ****
    :long-description "cl-sql-base package provides the low-level interface for the database drivers."
  
-   :perform (load-op :after (op clsql-base)
- 		    (pushnew :clsql-base cl:*features*))
    :components
    ((:module :base
--- 29,32 ----

Index: clsql-mysql.asd
===================================================================
RCS file: /pubcvs/clsql/clsql-mysql.asd,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** clsql-mysql.asd	16 Oct 2002 11:51:04 -0000	1.13
--- clsql-mysql.asd	7 May 2003 02:45:08 -0000	1.14
***************
*** 17,21 ****
  ;;;; *************************************************************************
  
! (in-package :asdf)
  
  ;;; System definition
--- 17,22 ----
  ;;;; *************************************************************************
  
! (defpackage #:clsql-mysql-system (:use #:asdf #:cl))
! (in-package #:clsql-mysql-system)
  
  ;;; System definition
***************
*** 25,29 ****
    :name "cl-sql-mysql"
    :author "Kevin M. Rosenberg <[email protected]>"
-   :version "0.9.2"
    :maintainer "Kevin M. Rosenberg <[email protected]>"
    :licence "Lessor Lisp General Public License"
--- 26,29 ----

Index: clsql-oracle.asd
===================================================================
RCS file: /pubcvs/clsql/clsql-oracle.asd,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** clsql-oracle.asd	16 Oct 2002 11:51:04 -0000	1.12
--- clsql-oracle.asd	7 May 2003 02:45:08 -0000	1.13
***************
*** 4,16 ****
  ;;;; $Id$
  
! (in-package :asdf)
  
  ;;; System definition
  
  #+(or allegro lispworks cmu sbcl openmcl mcl scl)
! (defsystem :clsql-oracle
    :name "cl-sql-oracle"
    :author "Kevin M. Rosenberg <[email protected]>"
-   :version "0.9.2"
    :maintainer "Kevin M. Rosenberg <[email protected]>"
    :licence "Lessor Lisp General Public License"
--- 4,16 ----
  ;;;; $Id$
  
! (defpackage #:clsql-oracle-system (:use #:asdf #:cl))
! (in-package #:clsql-oracle-system)
  
  ;;; System definition
  
  #+(or allegro lispworks cmu sbcl openmcl mcl scl)
! (defsystem clsql-oracle
    :name "cl-sql-oracle"
    :author "Kevin M. Rosenberg <[email protected]>"
    :maintainer "Kevin M. Rosenberg <[email protected]>"
    :licence "Lessor Lisp General Public License"

Index: clsql-postgresql-socket.asd
===================================================================
RCS file: /pubcvs/clsql/clsql-postgresql-socket.asd,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** clsql-postgresql-socket.asd	2 Mar 2003 20:02:02 -0000	1.15
--- clsql-postgresql-socket.asd	7 May 2003 02:45:08 -0000	1.16
***************
*** 17,29 ****
  ;;;; *************************************************************************
  
! (in-package :asdf)
  
  ;;; System definition
  
  #+(or allegro lispworks cmu sbcl openmcl mcl scl)
! (defsystem :clsql-postgresql-socket
    :name "cl-sql-postgresql-socket"
    :author "Kevin M. Rosenberg <[email protected]>"
-   :version "0.9.2"
    :maintainer "Kevin M. Rosenberg <[email protected]>"
    :licence "Lessor Lisp General Public License"
--- 17,29 ----
  ;;;; *************************************************************************
  
! (defpackage #:clsql-postgresql-socket-system (:use #:asdf #:cl))
! (in-package #:clsql-postgresql-socket-system)
  
  ;;; System definition
  
  #+(or allegro lispworks cmu sbcl openmcl mcl scl)
! (defsystem clsql-postgresql-socket
    :name "cl-sql-postgresql-socket"
    :author "Kevin M. Rosenberg <[email protected]>"
    :maintainer "Kevin M. Rosenberg <[email protected]>"
    :licence "Lessor Lisp General Public License"

Index: clsql-postgresql.asd
===================================================================
RCS file: /pubcvs/clsql/clsql-postgresql.asd,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** clsql-postgresql.asd	16 Oct 2002 11:51:04 -0000	1.13
--- clsql-postgresql.asd	7 May 2003 02:45:08 -0000	1.14
***************
*** 17,28 ****
  ;;;; *************************************************************************
  
! (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))
! (in-package :asdf)
  
  #+(or allegro lispworks cmu sbcl openmcl mcl scl)
! (defsystem :clsql-postgresql
    :name "cl-sql-postgresql"
    :author "Kevin M. Rosenberg <[email protected]>"
-   :version "0.9.2"
    :maintainer "Kevin M. Rosenberg <[email protected]>"
    :licence "Lessor Lisp General Public License"
--- 17,27 ----
  ;;;; *************************************************************************
  
! (defpackage #:clsql-postgresql-system (:use #:asdf #:cl))
! (in-package #:clsql-postgresql-system)
  
  #+(or allegro lispworks cmu sbcl openmcl mcl scl)
! (defsystem clsql-postgresql
    :name "cl-sql-postgresql"
    :author "Kevin M. Rosenberg <[email protected]>"
    :maintainer "Kevin M. Rosenberg <[email protected]>"
    :licence "Lessor Lisp General Public License"

Index: clsql-tests.asd
===================================================================
RCS file: /pubcvs/clsql/clsql-tests.asd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** clsql-tests.asd	2 May 2003 03:05:54 -0000	1.1
--- clsql-tests.asd	7 May 2003 02:45:08 -0000	1.2
***************
*** 11,16 ****
  ;;;; *************************************************************************
  
! (defpackage #:clsql-tests-system
!   (:use #:asdf #:cl))
  (in-package #:clsql-tests-system)
  
--- 11,15 ----
  ;;;; *************************************************************************
  
! (defpackage #:clsql-tests-system (:use #:asdf #:cl))
  (in-package #:clsql-tests-system)
  

Index: clsql-uffi.asd
===================================================================
RCS file: /pubcvs/clsql/clsql-uffi.asd,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** clsql-uffi.asd	16 Oct 2002 11:51:04 -0000	1.14
--- clsql-uffi.asd	7 May 2003 02:45:08 -0000	1.15
***************
*** 17,31 ****
  ;;;; *************************************************************************
  
- (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0)))
  
! (in-package :asdf)
  
- ;;; System definition
  
  #+(or allegro lispworks cmu sbcl openmcl mcl scl)
! (defsystem :clsql-uffi
    :name "cl-sql-base"
    :author "Kevin M. Rosenberg <[email protected]>"
-   :version "0.9.2"
    :maintainer "Kevin M. Rosenberg <[email protected]>"
    :licence "Lessor Lisp General Public License"
--- 17,29 ----
  ;;;; *************************************************************************
  
  
! (defpackage #:clsql-uffi-system (:use #:asdf #:cl))
! (in-package #:clsql-uffi-system)
  
  
  #+(or allegro lispworks cmu sbcl openmcl mcl scl)
! (defsystem clsql-uffi
    :name "cl-sql-base"
    :author "Kevin M. Rosenberg <[email protected]>"
    :maintainer "Kevin M. Rosenberg <[email protected]>"
    :licence "Lessor Lisp General Public License"

Index: clsql.asd
===================================================================
RCS file: /pubcvs/clsql/clsql.asd,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** clsql.asd	2 May 2003 03:05:54 -0000	1.17
--- clsql.asd	7 May 2003 02:45:08 -0000	1.18
***************
*** 17,24 ****
  ;;;; *************************************************************************
  
! (in-package :asdf)
  
  #+(or allegro lispworks cmu sbcl openmcl mcl scl)
! (defsystem :clsql
    :name "clsql"
    :author "Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>"
--- 17,25 ----
  ;;;; *************************************************************************
  
! (defpackage #:clsql-system (:use #:asdf #:cl))
! (in-package #:clsql-system)
  
  #+(or allegro lispworks cmu sbcl openmcl mcl scl)
! (defsystem clsql
    :name "clsql"
    :author "Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>"