MD5 603ebf642357bff1c588978d97491e7e ChangeLog 587
-MD5 e2a5c96694512e6f38ab435fcccea265 ncbi-tools-04222003.ebuild 2164
-MD5 495927c756ee6efae12615b1f1b75d04 ncbi-tools-04222003-r1.ebuild 2276
+MD5 67da8c37fd39a6869fffbaf805c4eab5 ncbi-tools-04222003.ebuild 2126
+MD5 c2e8575214b0fc09491707b7a62fbf74 ncbi-tools-04222003-r1.ebuild 2269
MD5 e8b4df3df76800c376905734d8043cfa metadata.xml 216
MD5 14127812e393e96ae78632a71f4a9f01 files/digest-ncbi-tools-04222003 114
MD5 a3e32aea6e4015a69b50f7579e4f3c8e files/21ncbi 140
# 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-r1.ebuild,v 1.3 2003/09/06 22:23:06 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/ncbi-tools/ncbi-tools-04222003-r1.ebuild,v 1.4 2003/09/10 01:44:24 msterret Exp $
DESCRIPTION="NCBI toolkit including the BLAST group of programs, entrez, ddv, udv, sequin and others"
HOMEPAGE="http://www.ncbi.nlm.nih.gov/"
cd ${WORKDIR}
dodir /usr/var/ncbi
insinto /usr/var/ncbi
- doins data/*
+ doins data/*
dodoc README README.htm VERSION checkout.date
# 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.3 2003/09/06 22:23:06 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/ncbi-tools/ncbi-tools-04222003.ebuild,v 1.4 2003/09/10 01:44:24 msterret Exp $
DESCRIPTION="NCBI toolkit including the BLAST group of programs, entrez, ddv, udv, sequin and others"
HOMEPAGE="http://www.ncbi.nlm.nih.gov/"
cd ${WORKDIR}
dodir /usr/var/ncbi
- insinto /usr/var/ncbi
- doins data/*
+ insinto /usr/var/ncbi
+ doins data/*
dodoc README README.htm VERSION checkout.date
}
pkg_postinst() {
- einfo "--------------------------"
- einfo "You must create a .ncbirc file "
+ einfo "--------------------------"
+ einfo "You must create a .ncbirc file "
einfo "for the majority of these programs"
einfo "to work right"
einfo " "
- einfo "See README.bls for more information"
- einfo "--------------------------"
- einfo "The file should contain the two following lines:"
- einfo "[NCBI]"
- einfo "Data=/usr/var/ncbi"
- einfo "--------------------------"
+ einfo "See README.bls for more information"
+ einfo "--------------------------"
+ einfo "The file should contain the two following lines:"
+ einfo "[NCBI]"
+ einfo "Data=/usr/var/ncbi"
+ einfo "--------------------------"
einfo " "
einfo "It should be placed in the user's home directory"
}