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
debian/postoffice.asd

index 8807173e2319729c530d2c0d0ca2854a4b847f8f..074a3874ed9f24a4ad6eb24898c24913ff3f11df 100644 (file)
@@ -1,3 +1,9 @@
+cl-postoffice (1.8.2-2) unstable; urgency=low
+
+  * Remove 'load-compiled-op from changelog
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:40:45 -0700
+
 cl-postoffice (1.8.2-1) unstable; urgency=low
 
   * Change call to make-socket to use string rather than numeric ip
 cl-postoffice (1.8.2-1) unstable; urgency=low
 
   * Change call to make-socket to use string rather than numeric ip
index de3614663676914aa2030d1d6d02629c4596b4f1..438c679723c11e539f82a5b62ab63532e331f773 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Sep 2002
 ;;;;
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Sep 2002
 ;;;;
-;;;; $Id: postoffice.asd,v 1.3 2002/10/16 02:10:56 kevin Exp $
+;;;; $Id: postoffice.asd,v 1.4 2002/11/08 16:51:40 kevin Exp $
 ;;;;
 ;;;; This file, part of cl-postoffice, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;;
 ;;;; This file, part of cl-postoffice, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -37,9 +37,3 @@
    (:file "imap" :depends-on ("package")))
   #-allegro :depends-on #-allegro (:acl-compat)
   )
    (:file "imap" :depends-on ("package")))
   #-allegro :depends-on #-allegro (:acl-compat)
   )
-
-#+(or allegro lispworks cmu openmcl)
-(when (ignore-errors (find-class 'load-compiled-op))
-  (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :postoffice))))
-    (pushnew :postoffice cl:*features*)))
-