summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-14 01:51:03 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-14 01:51:03 +0000
commit4e545ac6a44dfbaac589da95e1686a78c558facb (patch)
treef52c3268945faaefe74687feb7952c07eaf56b54 /app-sci
parentver bump #56930 by DiskBreaker (Manifest recommit) (diff)
downloadgentoo-2-4e545ac6a44dfbaac589da95e1686a78c558facb.tar.gz
gentoo-2-4e545ac6a44dfbaac589da95e1686a78c558facb.tar.bz2
gentoo-2-4e545ac6a44dfbaac589da95e1686a78c558facb.zip
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/hmmer/hmmer-2.2g.ebuild3
-rw-r--r--app-sci/hmmer/hmmer-2.3.1.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/app-sci/hmmer/hmmer-2.2g.ebuild b/app-sci/hmmer/hmmer-2.2g.ebuild
index d2181c929fcb..e789fb87b30e 100644
--- a/app-sci/hmmer/hmmer-2.2g.ebuild
+++ b/app-sci/hmmer/hmmer-2.2g.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/hmmer/hmmer-2.2g.ebuild,v 1.5 2004/06/24 22:03:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/hmmer/hmmer-2.2g.ebuild,v 1.6 2004/07/14 01:51:03 agriffis Exp $
inherit eutils
@@ -14,7 +14,6 @@ KEYWORDS="x86"
IUSE=""
DEPEND=""
-S=${WORKDIR}/${P}
src_unpack(){
unpack ${A}
diff --git a/app-sci/hmmer/hmmer-2.3.1.ebuild b/app-sci/hmmer/hmmer-2.3.1.ebuild
index 498b7c14edf2..9db0f04362f0 100644
--- a/app-sci/hmmer/hmmer-2.3.1.ebuild
+++ b/app-sci/hmmer/hmmer-2.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/hmmer/hmmer-2.3.1.ebuild,v 1.4 2004/06/24 22:03:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/hmmer/hmmer-2.3.1.ebuild,v 1.5 2004/07/14 01:51:03 agriffis Exp $
DESCRIPTION="HMMER - Biological sequence analysis with profile HMMs"
HOMEPAGE="http://hmmer.wustl.edu/"
@@ -36,4 +36,3 @@ src_install() {
dobin afetch alistat compalign compstruct revcomp seqstat seqsplit sfetch shuffle sreformat sindex weight translate
}
-