repoman: fix leading whitespace
authorMichael Sterrett <mr_bones_@gentoo.org>
Wed, 10 Sep 2003 01:44:26 +0000 (01:44 +0000)
committerMichael Sterrett <mr_bones_@gentoo.org>
Wed, 10 Sep 2003 01:44:26 +0000 (01:44 +0000)
app-sci/ncbi-tools/Manifest
app-sci/ncbi-tools/ncbi-tools-04222003-r1.ebuild
app-sci/ncbi-tools/ncbi-tools-04222003.ebuild

index d3822e00a60806865bcfed7b21550bc81d286c0e..5fd639e60c6cf41305fa99053de787565abfd437 100644 (file)
@@ -1,6 +1,6 @@
 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
index c337f5160de945227292bd440505dd0384ce7911..6178c970adc32eac4685abe19021e759dc5f4821 100644 (file)
@@ -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-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/"
@@ -42,7 +42,7 @@ src_install() {
        cd ${WORKDIR}
        dodir /usr/var/ncbi
        insinto /usr/var/ncbi
-        doins data/*
+       doins data/*
 
        dodoc README README.htm VERSION checkout.date
 
index 4b3f4a83189c5fc4acc1156d3c83111487bce916..2a29efefabe07326b263616da96235c0d60323ff 100644 (file)
@@ -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.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/"
@@ -41,8 +41,8 @@ src_install() {
 
        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
 
@@ -51,17 +51,17 @@ src_install() {
 }
 
 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"
 }