diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:35:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:35:59 +0000 |
commit | 4ef856b923eaf89a70ccb033daeaf8f65991f992 (patch) | |
tree | d9ceabb2bc3f8c793f44f66ff1c89c7ebf0431e2 /dev-lisp/cl-unit | |
parent | Fix DEPEND for when we have 'build' in USE. (diff) | |
download | historical-4ef856b923eaf89a70ccb033daeaf8f65991f992.tar.gz historical-4ef856b923eaf89a70ccb033daeaf8f65991f992.tar.bz2 historical-4ef856b923eaf89a70ccb033daeaf8f65991f992.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-lisp/cl-unit')
-rw-r--r-- | dev-lisp/cl-unit/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/cl-unit/cl-unit-1.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/cl-unit/Manifest b/dev-lisp/cl-unit/Manifest index 615b3d438a3c..107a21564bf1 100644 --- a/dev-lisp/cl-unit/Manifest +++ b/dev-lisp/cl-unit/Manifest @@ -1,4 +1,4 @@ MD5 6fd6b71ad833c95e52a508a267917cbe ChangeLog 316 -MD5 44d58f8398097db49b2757ee2aa5c76d cl-unit-1.3.ebuild 788 +MD5 e1beeac075d3d721c3b089d601c8043d cl-unit-1.3.ebuild 787 MD5 8aed1893ca66c8baf780fabd4dc15c26 files/clunit.asd 193 MD5 bbe5803788514526e500c86ac52b63c6 files/digest-cl-unit-1.3 67 diff --git a/dev-lisp/cl-unit/cl-unit-1.3.ebuild b/dev-lisp/cl-unit/cl-unit-1.3.ebuild index 873cbe4178e7..0c036eba5be3 100644 --- a/dev-lisp/cl-unit/cl-unit-1.3.ebuild +++ b/dev-lisp/cl-unit/cl-unit-1.3.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-unit/cl-unit-1.3.ebuild,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-unit/cl-unit-1.3.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 ${FILESDIR}/clunit.asd - common-lisp-system-symlink + common-lisp-system-symlink dodoc license readme dohtml docs/* } |