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/fasttree: fasttree-2.1.7.ebuild ChangeLog
Date: Thu, 29 Jan 2015 21:21:13
Message-Id: 20150129212110.368DA109D9@oystercatcher.gentoo.org
1 mgorny 15/01/29 21:21:10
2
3 Modified: fasttree-2.1.7.ebuild ChangeLog
4 Log:
5 Switch 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.2 sci-biology/fasttree/fasttree-2.1.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasttree/fasttree-2.1.7.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasttree/fasttree-2.1.7.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasttree/fasttree-2.1.7.ebuild?r1=1.1&r2=1.2
15
16 Index: fasttree-2.1.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/fasttree/fasttree-2.1.7.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- fasttree-2.1.7.ebuild 20 Dec 2013 09:20:44 -0000 1.1
23 +++ fasttree-2.1.7.ebuild 29 Jan 2015 21:21:10 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 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/fasttree/fasttree-2.1.7.ebuild,v 1.1 2013/12/20 09:20:44 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasttree/fasttree-2.1.7.ebuild,v 1.2 2015/01/29 21:21:10 mgorny Exp $
30
31 EAPI=5
32
33 @@ -17,9 +17,9 @@
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="double-precision openmp sse3"
38 +IUSE="double-precision openmp cpu_flags_x86_sse3"
39
40 -REQUIRED_USE="?? ( double-precision sse3 )"
41 +REQUIRED_USE="?? ( double-precision cpu_flags_x86_sse3 )"
42
43 DOCS=( README )
44
45 @@ -38,7 +38,7 @@
46 src_configure() {
47 local mycmakeargs=(
48 -DVERSION="${PV}"
49 - $(cmake-utils_use_has sse3)
50 + $(cmake-utils_use_has cpu_flags_x86_sse3 sse3)
51 $(cmake-utils_use_use openmp)
52 $(cmake-utils_use_use double-precision double)
53 )
54
55
56
57 1.5 sci-biology/fasttree/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasttree/ChangeLog?rev=1.5&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasttree/ChangeLog?rev=1.5&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasttree/ChangeLog?r1=1.4&r2=1.5
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/sci-biology/fasttree/ChangeLog,v
66 retrieving revision 1.4
67 retrieving revision 1.5
68 diff -u -r1.4 -r1.5
69 --- ChangeLog 20 Dec 2013 09:20:44 -0000 1.4
70 +++ ChangeLog 29 Jan 2015 21:21:10 -0000 1.5
71 @@ -1,6 +1,9 @@
72 # ChangeLog for sci-biology/fasttree
73 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasttree/ChangeLog,v 1.4 2013/12/20 09:20:44 jlec Exp $
75 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasttree/ChangeLog,v 1.5 2015/01/29 21:21:10 mgorny Exp $
77 +
78 + 29 Jan 2015; Michał Górny <mgorny@g.o> fasttree-2.1.7.ebuild:
79 + Switch to CPU_FLAGS_X86.
80
81 *fasttree-2.1.7 (20 Dec 2013)
82
83 @@ -21,4 +24,3 @@
84 10 Sep 2009; Andrey Kislyuk <weaver@g.o> +metadata.xml,
85 +fasttree-2.0.1.ebuild:
86 New package, ebuild written by me
87 -