summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 22:23:41 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 22:23:41 +0000
commit8f5142ea9ceeb00cdd1e277d40d247511ba34a8a (patch)
treedb09e00b77544a404c21b25ea239a9a054c39580 /app-sci/ncbi-tools/ncbi-tools-04222003.ebuild
parentUpdate version (diff)
downloadgentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.gz
gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.bz2
gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.zip
repoman: trim trailing whitespace
Diffstat (limited to 'app-sci/ncbi-tools/ncbi-tools-04222003.ebuild')
-rw-r--r--app-sci/ncbi-tools/ncbi-tools-04222003.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/app-sci/ncbi-tools/ncbi-tools-04222003.ebuild b/app-sci/ncbi-tools/ncbi-tools-04222003.ebuild
index 1157f4da988b..4b3f4a83189c 100644
--- a/app-sci/ncbi-tools/ncbi-tools-04222003.ebuild
+++ b/app-sci/ncbi-tools/ncbi-tools-04222003.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/ncbi-tools/ncbi-tools-04222003.ebuild,v 1.2 2003/07/02 12:33:39 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/ncbi-tools/ncbi-tools-04222003.ebuild,v 1.3 2003/09/06 22:23:06 msterret Exp $
DESCRIPTION="NCBI toolkit including the BLAST group of programs, entrez, ddv, udv, sequin and others"
HOMEPAGE="http://www.ncbi.nlm.nih.gov/"
@@ -13,20 +13,20 @@ SLOT="0"
KEYWORDS="x86"
IUSE="X"
-DEPEND="X? ( >=xfree-4.3.0
+DEPEND="X? ( >=xfree-4.3.0
>=openmotif-2.2.2 )"
-
+
S=${WORKDIR}/${P}
src_compile() {
-
+
cd ${WORKDIR}
# NCBI provides their own compile script where they check for
- # the existence of X (openmotif and opengl) libs and compile in support
- # if they exist
+ # the existence of X (openmotif and opengl) libs and compile in support
+ # if they exist
# future ebuilds will allow for -X which will not compile any of the
- # graphical tools. But for right now you get everything if you have
+ # graphical tools. But for right now you get everything if you have
# X installed
./ncbi/make/makedis.csh 2>&1 | tee out.makedis.txt
@@ -37,7 +37,7 @@ src_install() {
cd ${WORKDIR}/ncbi/bin
dobin Nentrez blastclust entrcmd getmesh megablast testobj Psequin blastpgp entrez2 getpub ncbisort testval asn2ff cdscan errhdr getseq netentcf udv asn2gb checksub fa2htgs gil2bin rpsblast vecscreen asn2xml copymat fastacmd idfetch seedtop asndhuff ddv findspl impala seqtest asntool demo_regexp fmerge indexpub tbl2asn blastall demo_regexp_grep formatdb makemat test_regexp blastcl3 dosimple getfeat makeset testcore
-
+
cd ${WORKDIR}
dodir /usr/var/ncbi
@@ -45,7 +45,7 @@ src_install() {
doins data/*
dodoc README README.htm VERSION checkout.date
-
+
cd ${WORKDIR}/ncbi/doc
dodoc *
}