diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:07:25 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:07:25 +0000 |
commit | 1cdd13126c3d41f6b55c692a2b88397dc6c44083 (patch) | |
tree | 75bf2b89a6f844591efe603822160868e7d424f8 /app-sci/elph | |
parent | repoman: fix leading whitespace (diff) | |
download | gentoo-2-1cdd13126c3d41f6b55c692a2b88397dc6c44083.tar.gz gentoo-2-1cdd13126c3d41f6b55c692a2b88397dc6c44083.tar.bz2 gentoo-2-1cdd13126c3d41f6b55c692a2b88397dc6c44083.zip |
repoman: fix leading whitespace
Diffstat (limited to 'app-sci/elph')
-rw-r--r-- | app-sci/elph/Manifest | 2 | ||||
-rw-r--r-- | app-sci/elph/elph-0.1.2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-sci/elph/Manifest b/app-sci/elph/Manifest index 854e2942576c..59e6b2d443ce 100644 --- a/app-sci/elph/Manifest +++ b/app-sci/elph/Manifest @@ -1,4 +1,4 @@ MD5 bea62369b4a1ea9b1c4e9fb152536983 ChangeLog 368 -MD5 eb177a72172fdf00d05c6699ed300d37 elph-0.1.2.ebuild 701 +MD5 f492e33564dd9585240e5c629e49889e elph-0.1.2.ebuild 691 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 4a7fdc7d26ff2d8fc72881383ff93fc4 files/digest-elph-0.1.2 61 diff --git a/app-sci/elph/elph-0.1.2.ebuild b/app-sci/elph/elph-0.1.2.ebuild index d74778f947b9..54eeede1d5d0 100644 --- a/app-sci/elph/elph-0.1.2.ebuild +++ b/app-sci/elph/elph-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/app-sci/elph/elph-0.1.2.ebuild,v 1.3 2003/09/06 22:23:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/elph/elph-0.1.2.ebuild,v 1.4 2003/09/11 01:02:54 msterret Exp $ DESCRIPTION="ELPH -- general-purpose Gibbs sampler for finding motifs in a set of DNA or protein sequences" HOMEPAGE="http://www.tigr.org/software/ELPH/index.shtml" @@ -24,6 +24,6 @@ src_install() { dodir /usr/bin dobin elph - cd ${WORKDIR}/ELPH/ - dodoc COPYRIGHT LICENSE README Readme.ELPH + cd ${WORKDIR}/ELPH/ + dodoc COPYRIGHT LICENSE README Readme.ELPH } |