summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-11 01:02:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-11 01:02:56 +0000
commit04f3e705e50899cbcc89a662b07276743b317865 (patch)
treee5fc8875cab72e99d0fd67391fc5f2d29b1faa75 /app-sci/elph
parentrepoman: fix leading whitespace (diff)
downloadhistorical-04f3e705e50899cbcc89a662b07276743b317865.tar.gz
historical-04f3e705e50899cbcc89a662b07276743b317865.tar.bz2
historical-04f3e705e50899cbcc89a662b07276743b317865.zip
repoman: fix leading whitespace
Diffstat (limited to 'app-sci/elph')
-rw-r--r--app-sci/elph/Manifest2
-rw-r--r--app-sci/elph/elph-0.1.2.ebuild6
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
}