diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:38:04 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:38:04 +0000 |
commit | 6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7 (patch) | |
tree | 0655478e24525d77854a8c79946eee83db16840e /dev-lisp/cl-html-template | |
parent | Fix DEPEND for when we have 'build' in USE. (diff) | |
download | gentoo-2-6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7.tar.gz gentoo-2-6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7.tar.bz2 gentoo-2-6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-lisp/cl-html-template')
-rw-r--r-- | dev-lisp/cl-html-template/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild | 4 |
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 } |