summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild')
-rw-r--r--dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild b/dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild
index 089cd0623ea3..47f66f0adb67 100644
--- a/dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild
+++ b/dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild,v 1.1 2003/08/28 16:56:55 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.77.2.ebuild,v 1.2 2003/09/06 22:35:54 msterret Exp $
DESCRIPTION="Another System Definition Facility for Common Lisp"
HOMEPAGE="http://packages.debian.org/unstable/devel/cl-asdf.html"
@@ -32,11 +32,11 @@ pkg_postinst() {
### from debian cl-clan.postinst:
# #!/bin/sh
-
+
# set -e
-
+
# pkg=cclan
-
+
# # summary of how this script can be called:
# # * <postinst> `configure' <most-recently-configured-version>
# # * <old-postinst> `abort-upgrade' <new version>
@@ -54,7 +54,7 @@ pkg_postinst() {
# # so that unnecessary prompting doesn't happen if a package's
# # installation fails and the `postinst' is called with `abort-upgrade',
# # `abort-remove' or `abort-deconfigure'.
-
+
# case "$1" in
# configure)
# /usr/sbin/register-common-lisp-source $pkg
@@ -66,7 +66,7 @@ pkg_postinst() {
# exit 1
# ;;
# esac
-
+
# #DEBHELPER#
-
+
# exit 0