summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 22:35:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 22:35:59 +0000
commit4ef856b923eaf89a70ccb033daeaf8f65991f992 (patch)
treed9ceabb2bc3f8c793f44f66ff1c89c7ebf0431e2 /dev-lisp/cl-html-template
parentFix DEPEND for when we have 'build' in USE. (diff)
downloadhistorical-4ef856b923eaf89a70ccb033daeaf8f65991f992.tar.gz
historical-4ef856b923eaf89a70ccb033daeaf8f65991f992.tar.bz2
historical-4ef856b923eaf89a70ccb033daeaf8f65991f992.zip
repoman: trim trailing whitespace
Diffstat (limited to 'dev-lisp/cl-html-template')
-rw-r--r--dev-lisp/cl-html-template/Manifest2
-rw-r--r--dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/cl-html-template/Manifest b/dev-lisp/cl-html-template/Manifest
index f7b9ffb6f343..cd00fdcfc203 100644
--- a/dev-lisp/cl-html-template/Manifest
+++ b/dev-lisp/cl-html-template/Manifest
@@ -1,3 +1,3 @@
-MD5 39d14e110445cd04977dff560b296011 cl-html-template-0.1.2.ebuild 1194
MD5 3a976aa37b57188c2f2f929a70162bd6 ChangeLog 345
+MD5 eab73ae406065d9399ea1e7988179f9c cl-html-template-0.1.2.ebuild 1193
MD5 73454c494abcf80a74cbda0937b17070 files/digest-cl-html-template-0.1.2 70
diff --git a/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild b/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild
index 4ba3b499fa71..77d09e4ed26f 100644
--- a/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild
+++ b/dev-lisp/cl-html-template/cl-html-template-0.1.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-html-template/cl-html-template-0.1.2.ebuild,v 1.1 2003/08/26 15:56:50 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild,v 1.2 2003/09/06 22:35:54 msterret Exp $
inherit common-lisp
@@ -21,7 +21,7 @@ S=${WORKDIR}/${P/cl-/}
src_install() {
common-lisp-install *.lisp *.asd
- common-lisp-system-symlink
+ common-lisp-system-symlink
dodoc CHANGELOG INSTALLATION
dohtml doc/*.html
}