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-who | |
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-who')
-rw-r--r-- | dev-lisp/cl-who/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/cl-who/cl-who-0.3.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/cl-who/Manifest b/dev-lisp/cl-who/Manifest index 26544c1487f8..cbb5a27431da 100644 --- a/dev-lisp/cl-who/Manifest +++ b/dev-lisp/cl-who/Manifest @@ -1,3 +1,3 @@ -MD5 7931e5af19c906efd59745f003191dc3 cl-who-0.3.0.ebuild 975 MD5 3aef590a6b3fbc170edeb43657c57f88 ChangeLog 315 +MD5 be30151257e945a2fbd5c0e36a1ada99 cl-who-0.3.0.ebuild 974 MD5 e8bfc2f726389e4690ccfb89886d6fff files/digest-cl-who-0.3.0 63 diff --git a/dev-lisp/cl-who/cl-who-0.3.0.ebuild b/dev-lisp/cl-who/cl-who-0.3.0.ebuild index ee106b29ed48..394566d844cf 100644 --- a/dev-lisp/cl-who/cl-who-0.3.0.ebuild +++ b/dev-lisp/cl-who/cl-who-0.3.0.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-who/cl-who-0.3.0.ebuild,v 1.1 2003/09/01 19:50:06 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-who/cl-who-0.3.0.ebuild,v 1.2 2003/09/06 22:35:54 msterret Exp $ inherit common-lisp @@ -21,7 +21,7 @@ S=${WORKDIR}/${P} src_install() { common-lisp-install *.lisp *.asd - common-lisp-system-symlink + common-lisp-system-symlink dodoc CHANGELOG INSTALLATION dohtml doc/*.html } |