Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/fasta: ChangeLog fasta-35.4.10.ebuild
Date: Tue, 18 Jan 2011 16:48:28
Message-Id: 20110118164817.B430020054@flycatcher.gentoo.org
1 jlec 11/01/18 16:48:17
2
3 Modified: ChangeLog fasta-35.4.10.ebuild
4 Log:
5 Warn for incompatible CFLAGS with USE=icc, #351758
6
7 (Portage version: 2.2.0_alpha17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sci-biology/fasta/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/fasta/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 18 Jan 2011 14:43:57 -0000 1.4
23 +++ ChangeLog 18 Jan 2011 16:48:17 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-biology/fasta
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/ChangeLog,v 1.4 2011/01/18 14:43:57 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/ChangeLog,v 1.5 2011/01/18 16:48:17 jlec Exp $
29 +
30 + 18 Jan 2011; Justin Lecher <jlec@g.o> fasta-35.4.10.ebuild:
31 + Warn for incompatible CFLAGS with USE=icc, #351758
32
33 18 Jan 2011; Markos Chandras <hwoarang@g.o> fasta-35.4.10.ebuild:
34 Stable on amd64 wrt bug #351758
35
36
37
38 1.6 sci-biology/fasta/fasta-35.4.10.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild?r1=1.5&r2=1.6
43
44 Index: fasta-35.4.10.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- fasta-35.4.10.ebuild 18 Jan 2011 14:43:57 -0000 1.5
51 +++ fasta-35.4.10.ebuild 18 Jan 2011 16:48:17 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild,v 1.5 2011/01/18 14:43:57 hwoarang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild,v 1.6 2011/01/18 16:48:17 jlec Exp $
57
58 EAPI="2"
59
60 @@ -20,6 +20,16 @@
61 test? ( app-shells/tcsh )"
62 RDEPEND=""
63
64 +pkg_setup() {
65 + if use icc; then
66 + elog "Please make your CFLAGS are supported by icc"
67 + elog "Either make sure they are set in /etc/make.conf"
68 + elog "or run"
69 + elog "env CFLAGS="..." emerge fasta"
70 + epause 5
71 + fi
72 +}
73 +
74 src_prepare() {
75 CC_ALT=
76 CFLAGS_ALT=