No need to depend on recent ASDF anymore - just depend on (recent) asdf-utils.
authorFrancois-Rene Rideau <fare@tunes.org>
Tue, 11 Sep 2012 04:51:57 +0000 (00:51 -0400)
committerFrancois-Rene Rideau <fare@tunes.org>
Tue, 11 Sep 2012 04:51:57 +0000 (00:51 -0400)
driver.lisp
xcvb-utils.asd
xcvb-utils.lisp

index fe91442..659d256 100644 (file)
@@ -1662,7 +1662,7 @@ by /bin/sh in POSIX"
 either a list of strings specifying a program and list of arguments,
 or a string specifying a shell command (/bin/sh on Unix, CMD.EXE on Windows);
 have its output processed by the OUTPUT processor function
-as per PROCESS-INPUT-STREAM,
+as per SLURP-INPUT-STREAM,
 or merely output to the inherited standard output if it's NIL.
 Always call a shell (rather than directly execute the command)
 if FORCE-SHELL is specified.
index 757d03a..3bc9d4b 100644 (file)
@@ -9,6 +9,6 @@
   :licence "MIT"
   :description "Utilities from XCVB"
   :long-description "Utilities from XCVB-Driver, repackaged"
-  :depends-on ((:version :asdf "2.23") :xcvb-driver :alexandria :fare-utils :asdf-utils)
+  :depends-on (:xcvb-driver :alexandria :fare-utils :asdf-utils)
   :components
   ((:file "xcvb-utils")))
index 88a6bfd..f3b0f02 100644 (file)
@@ -10,4 +10,4 @@
 (in-package :fare-utils)
 
 (define-package-mix :xcvb-utils
-    (:alexandria :xcvb-driver :asdf-utils :fare-utils))
+  (:alexandria :xcvb-driver :asdf-utils :fare-utils))