Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/fasta: fasta-35.4.10.ebuild fasta-36.3.5e.ebuild ChangeLog
Date: Thu, 29 Jan 2015 21:20:48
Message-Id: 20150129212044.7D5F6109D9@oystercatcher.gentoo.org
1 mgorny 15/01/29 21:20:44
2
3 Modified: fasta-35.4.10.ebuild fasta-36.3.5e.ebuild ChangeLog
4 Log:
5 Convert to CPU_FLAGS_X86.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.10 sci-biology/fasta/fasta-35.4.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild?r1=1.9&r2=1.10
15
16 Index: fasta-35.4.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- fasta-35.4.10.ebuild 10 Dec 2012 19:48:44 -0000 1.9
23 +++ fasta-35.4.10.ebuild 29 Jan 2015 21:20:44 -0000 1.10
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild,v 1.9 2012/12/10 19:48:44 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild,v 1.10 2015/01/29 21:20:44 mgorny Exp $
30
31 EAPI="2"
32
33 @@ -13,7 +13,7 @@
34 LICENSE="fasta"
35 SLOT="0"
36 KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
37 -IUSE="debug sse2 test"
38 +IUSE="debug cpu_flags_x86_sse2 test"
39
40 DEPEND="test? ( app-shells/tcsh )"
41 RDEPEND=""
42 @@ -34,7 +34,7 @@
43 use amd64 && ALT="64"
44 fi
45
46 - if use sse2 ; then
47 + if use cpu_flags_x86_sse2 ; then
48 ALT="${ALT}_sse2"
49 append-flags -msse2
50 [[ $(tc-getCC) == *icc* ]] || append-flags -ffast-math
51
52
53
54 1.2 sci-biology/fasta/fasta-36.3.5e.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-36.3.5e.ebuild?rev=1.2&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-36.3.5e.ebuild?rev=1.2&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-36.3.5e.ebuild?r1=1.1&r2=1.2
59
60 Index: fasta-36.3.5e.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-36.3.5e.ebuild,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- fasta-36.3.5e.ebuild 11 May 2013 15:39:33 -0000 1.1
67 +++ fasta-36.3.5e.ebuild 29 Jan 2015 21:20:44 -0000 1.2
68 @@ -1,6 +1,6 @@
69 -# Copyright 1999-2013 Gentoo Foundation
70 +# Copyright 1999-2015 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-36.3.5e.ebuild,v 1.1 2013/05/11 15:39:33 jlec Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-36.3.5e.ebuild,v 1.2 2015/01/29 21:20:44 mgorny Exp $
74
75 EAPI=5
76
77 @@ -13,7 +13,7 @@
78 LICENSE="fasta"
79 SLOT="0"
80 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
81 -IUSE="debug sse2 test"
82 +IUSE="debug cpu_flags_x86_sse2 test"
83
84 DEPEND="test? ( app-shells/tcsh )"
85 RDEPEND=""
86 @@ -34,7 +34,7 @@
87 use amd64 && ALT="64"
88 fi
89
90 - if use sse2 ; then
91 + if use cpu_flags_x86_sse2 ; then
92 ALT="${ALT}_sse2"
93 append-flags -msse2
94 [[ $(tc-getCC) == *icc* ]] || append-flags -ffast-math
95
96
97
98 1.10 sci-biology/fasta/ChangeLog
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/ChangeLog?rev=1.10&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/ChangeLog?rev=1.10&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/ChangeLog?r1=1.9&r2=1.10
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/sci-biology/fasta/ChangeLog,v
107 retrieving revision 1.9
108 retrieving revision 1.10
109 diff -u -r1.9 -r1.10
110 --- ChangeLog 11 May 2013 15:39:33 -0000 1.9
111 +++ ChangeLog 29 Jan 2015 21:20:44 -0000 1.10
112 @@ -1,6 +1,10 @@
113 # ChangeLog for sci-biology/fasta
114 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/ChangeLog,v 1.9 2013/05/11 15:39:33 jlec Exp $
116 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
117 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/ChangeLog,v 1.10 2015/01/29 21:20:44 mgorny Exp $
118 +
119 + 29 Jan 2015; Michał Górny <mgorny@g.o> fasta-35.4.10.ebuild,
120 + fasta-36.3.5e.ebuild:
121 + Convert to CPU_FLAGS_X86.
122
123 *fasta-36.3.5e (11 May 2013)