From 47ce7b6ab97b1e6ca2c8ff6bcba47fd9796f318f Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 8 Nov 2002 16:51:50 +0000 Subject: [PATCH] r3357: remove load-compile-op from .asd file --- debian/changelog | 10 ++++++++-- pipes.asd | 10 +--------- pipes.lisp | 6 +----- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7d24e51..8032f5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,12 @@ +cl-pipes (1.0-2) unstable; urgency=low + + * Remove 'load-compiled-op from .asd file + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:34:58 -0700 + cl-pipes (1.0-1) unstable; urgency=low - * Initial Release (closes: ) + * Initial Release - -- Kevin M. Rosenberg Sat, 5 Oct 2002 13:19:33 -0600 + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:34:43 -0700 diff --git a/pipes.asd b/pipes.asd index da527cd..09c7be5 100644 --- 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*))) - diff --git a/pipes.lisp b/pipes.lisp index 1450ca3..68a9b2f 100644 --- a/pipes.lisp +++ b/pipes.lisp @@ -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) -- 2.34.1