r3357: remove load-compile-op from .asd file
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 8 Nov 2002 16:51:50 +0000 (16:51 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 8 Nov 2002 16:51:50 +0000 (16:51 +0000)
debian/changelog
pipes.asd
pipes.lisp

index 7d24e517c7055e964d108e7b9163bb04318d5c5a..8032f5c114e48bd455e4feb88f4693396374131e 100644 (file)
@@ -1,6 +1,12 @@
+cl-pipes (1.0-2) unstable; urgency=low
+
+  * Remove 'load-compiled-op from .asd file
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:34:58 -0700
+
 cl-pipes (1.0-1) unstable; urgency=low
 
-  * Initial Release (closes: )
+  * Initial Release
 
- -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  5 Oct 2002 13:19:33 -0600
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:34:43 -0700
 
index da527cd2ebdee01d6eabdb082d454b24d48575ec..09c7be52e84c17fd21b9798ff20656bccf114b26 100644 (file)
--- a/pipes.asd
+++ b/pipes.asd
@@ -7,13 +7,9 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: pipes.asd,v 1.1 2002/11/02 17:49:10 kevin Exp $
+;;;; $Id: pipes.asd,v 1.2 2002/11/08 16:51:40 kevin Exp $
 ;;;;
 ;;;; This file, part of PIPES, is Copyright (c) 2002 by Kevin M. Rosenberg
-;;;;
-;;;; PIPES users are granted the rights to distribute and use this software
-;;;; as governed by the terms of the Lisp Lesser GNU Public License
-;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
 #+allegro (require :pxml)
@@ -30,7 +26,3 @@
      (:file "pipes" :depends-on ("package"))))
 
 
-(when (ignore-errors (find-class 'load-compiled-op))
-  (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :pipes))))
-    (pushnew :pipes cl:*features*)))
-
index 1450ca309819ec38b1330eab6394c7668f981837..68a9b2ff61852a15ab9558dac1bc4c936dbce4f5 100644 (file)
@@ -7,14 +7,10 @@
 ;;;; Programmers:   Kevin M. Rosenberg and Peter Norvig
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: pipes.lisp,v 1.2 2002/11/07 20:26:13 kevin Exp $
+;;;; $Id: pipes.lisp,v 1.3 2002/11/08 16:51:40 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg and
 ;;;; Copyright (c) 1998-2002 by Peter Norvig. 
-;;;;
-;;;; KMRCL users are granted the rights to distribute and use this software
-;;;; as governed by the terms of the Lisp Lesser GNU Public License
-;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
 (in-package :pipes)