From rstrandh at common-lisp.net Sun Jan 14 13:44:49 2007 From: rstrandh at common-lisp.net (Robert Strandh) Date: Sun, 14 Jan 2007 08:44:49 -0500 (EST) Subject: [flexichain-cvs] CVS update: flexichain/flexichain.asd Message-ID: <20070114134449.666CE38005@common-lisp.net> Update of /project/flexichain/cvsroot/flexichain In directory clnet:/tmp/cvs-serv9955 Modified Files: flexichain.asd Log Message: Changed the version to 1.2 Date: Sun Jan 14 08:44:48 2007 Author: rstrandh Index: flexichain/flexichain.asd diff -u flexichain/flexichain.asd:1.2 flexichain/flexichain.asd:1.3 --- flexichain/flexichain.asd:1.2 Sat Mar 25 12:07:07 2006 +++ flexichain/flexichain.asd Sun Jan 14 08:44:47 2007 @@ -29,7 +29,7 @@ ;; for testing. (defsystem :flexichain :name "flexichain" - :version "1.1" + :version "1.2" :components ((:file "flexichain-package") (:file "utilities" :depends-on ("flexichain-package")) (:file "flexichain" :depends-on ("utilities" "flexichain-package")) From rstrandh at common-lisp.net Tue Jan 30 16:37:42 2007 From: rstrandh at common-lisp.net (Robert Strandh) Date: Tue, 30 Jan 2007 11:37:42 -0500 (EST) Subject: [flexichain-cvs] CVS update: flexichain/flexichain.asd Message-ID: <20070130163742.9F31E5D009@common-lisp.net> Update of /project/flexichain/cvsroot/flexichain In directory clnet:/tmp/cvs-serv22168 Modified Files: flexichain.asd Log Message: Removed useless package definition. Date: Tue Jan 30 11:37:42 2007 Author: rstrandh Index: flexichain/flexichain.asd diff -u flexichain/flexichain.asd:1.3 flexichain/flexichain.asd:1.4 --- flexichain/flexichain.asd:1.3 Sun Jan 14 08:44:47 2007 +++ flexichain/flexichain.asd Tue Jan 30 11:37:42 2007 @@ -18,16 +18,10 @@ ;;; License along with this library; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -(defpackage #:flexichain-system - (:use #:asdf #:common-lisp)) - -(in-package #:flexichain-system) - ;; The tester is not included, for it depends on clim. The stupid ;; implementation has also been left out, since it seems mostly useful ;; for testing. -(defsystem :flexichain +(asdf:defsystem :flexichain :name "flexichain" :version "1.2" :components ((:file "flexichain-package")