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-inflate | |
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-inflate')
-rw-r--r-- | dev-lisp/cl-inflate/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lisp/cl-inflate/Manifest b/dev-lisp/cl-inflate/Manifest index a5643f1a042c..c1f6a9ac5395 100644 --- a/dev-lisp/cl-inflate/Manifest +++ b/dev-lisp/cl-inflate/Manifest @@ -1,4 +1,4 @@ MD5 aef490a21ff8f968f338e225ba8123f4 ChangeLog 331 -MD5 c2c44900f839387a6277cebe18fc3169 cl-inflate-1.1.4.2.1.ebuild 800 -MD5 12bbae57ce2e43c7c4585600acc44926 files/inflate.asd 1239 +MD5 e6810304810bce208ce7a349220a3d23 cl-inflate-1.1.4.2.1.ebuild 799 MD5 a2edf99d5162f55b35de68f81c3822e8 files/digest-cl-inflate-1.1.4.2.1 75 +MD5 12bbae57ce2e43c7c4585600acc44926 files/inflate.asd 1239 diff --git a/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild b/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild index a7194b60643e..bb32f7f5a446 100644 --- a/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild +++ b/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.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-inflate/cl-inflate-1.1.4.2.1.ebuild,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild,v 1.2 2003/09/06 22:35:54 msterret Exp $ inherit common-lisp @@ -21,5 +21,5 @@ S=${WORKDIR}/${P} src_install() { common-lisp-install inflate.lisp ${FILESDIR}/inflate.asd - common-lisp-system-symlink + common-lisp-system-symlink } |