Gentoo Archives: gentoo-commits

From: "Andrey Kislyuk (weaver)" <weaver@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/mpiblast: ChangeLog mpiblast-1.6.0.ebuild mpiblast-1.6.0_beta2.ebuild
Date: Sat, 31 Jul 2010 20:03:08
Message-Id: 20100731192025.9F0B42CE15@corvid.gentoo.org
1 weaver 10/07/31 19:20:25
2
3 Modified: ChangeLog
4 Added: mpiblast-1.6.0.ebuild
5 Removed: mpiblast-1.6.0_beta2.ebuild
6 Log:
7 Version bump, still fails to compile with gcc >= 4.4
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sci-biology/mpiblast/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mpiblast/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mpiblast/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mpiblast/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-biology/mpiblast/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 17 Jun 2010 22:58:24 -0000 1.2
24 +++ ChangeLog 31 Jul 2010 19:20:25 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-biology/mpiblast
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mpiblast/ChangeLog,v 1.2 2010/06/17 22:58:24 weaver Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mpiblast/ChangeLog,v 1.3 2010/07/31 19:20:25 weaver Exp $
30 +
31 +*mpiblast-1.6.0 (31 Jul 2010)
32 +
33 + 31 Jul 2010; Andrey Kislyuk <weaver@g.o>
34 + -mpiblast-1.6.0_beta2.ebuild, +mpiblast-1.6.0.ebuild:
35 + Version bump, still fails to compile with gcc >= 4.4
36
37 *mpiblast-1.6.0_beta2 (17 Jun 2010)
38
39
40
41
42 1.1 sci-biology/mpiblast/mpiblast-1.6.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mpiblast/mpiblast-1.6.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/mpiblast/mpiblast-1.6.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mpiblast-1.6.0.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-biology/mpiblast/mpiblast-1.6.0.ebuild,v 1.1 2010/07/31 19:20:25 weaver Exp $
52
53 EAPI="2"
54
55 inherit eutils
56
57 DESCRIPTION="An MPI implementation of NCBI BLAST"
58 HOMEPAGE="http://www.mpiblast.org/"
59 SRC_URI="http://www.mpiblast.org/downloads/files/mpiBLAST-${PV}.tgz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 IUSE=""
64 KEYWORDS=""
65
66 # app-shells/tcsh
67 DEPEND="virtual/mpi
68 =sci-biology/ncbi-tools-20090301"
69 RDEPEND="${DEPEND}"
70
71 S="${WORKDIR}/${PN}-1.6.0"
72
73 src_prepare() {
74 sed -i 's/if test "@ARCH@" == "normal"/if true/' "${S}"/Makefile.{am,in} || die
75 }
76
77 src_compile() {
78 emake ncbi || die
79 emake || die
80 }
81
82 src_install() {
83 einstall || die
84 }