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-libs/arprec: arprec-2.2.16.ebuild metadata.xml arprec-2.2.17.ebuild ChangeLog
Date: Thu, 29 Jan 2015 23:06:05
Message-Id: 20150129230555.A5620109EF@oystercatcher.gentoo.org
1 mgorny 15/01/29 23:05:55
2
3 Modified: arprec-2.2.16.ebuild metadata.xml
4 arprec-2.2.17.ebuild ChangeLog
5 Log:
6 Switch to CPU_FLAGS_X86.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.2 sci-libs/arprec/arprec-2.2.16.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/arprec-2.2.16.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/arprec-2.2.16.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/arprec-2.2.16.ebuild?r1=1.1&r2=1.2
16
17 Index: arprec-2.2.16.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.16.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- arprec-2.2.16.ebuild 11 Dec 2012 00:47:27 -0000 1.1
24 +++ arprec-2.2.16.ebuild 29 Jan 2015 23:05:55 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.16.ebuild,v 1.1 2012/12/11 00:47:27 bicatali Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.16.ebuild,v 1.2 2015/01/29 23:05:55 mgorny Exp $
31
32 EAPI=4
33
34 @@ -17,7 +17,7 @@
35 SLOT="0"
36 LICENSE="BSD"
37 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
38 -IUSE="doc fma fortran qd static-libs"
39 +IUSE="doc cpu_flags_x86_fma3 cpu_flags_x86_fma4 fortran qd static-libs"
40
41 DEPEND="qd? ( sci-libs/qd[fortran=] )"
42 RDEPEND="${DEPEND}"
43 @@ -25,7 +25,7 @@
44 src_configure() {
45 local myeconfargs=(
46 --docdir="${EPREFIX}/usr/share/doc/${PF}"
47 - $(use_enable fma)
48 + $(use_enable "cpu_flags_x86_fma$(usex cpu_flags_x86_fma3 3 4)" fma)
49 $(use_enable fortran)
50 $(use_enable qd)
51 )
52
53
54
55 1.5 sci-libs/arprec/metadata.xml
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/metadata.xml?rev=1.5&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/metadata.xml?rev=1.5&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/metadata.xml?r1=1.4&r2=1.5
60
61 Index: metadata.xml
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sci-libs/arprec/metadata.xml,v
64 retrieving revision 1.4
65 retrieving revision 1.5
66 diff -u -r1.4 -r1.5
67 --- metadata.xml 22 Dec 2012 18:39:31 -0000 1.4
68 +++ metadata.xml 29 Jan 2015 23:05:55 -0000 1.5
69 @@ -10,7 +10,6 @@
70 Arbitrary precision library for float arithmetics and mathematical functions.
71 </longdescription>
72 <use>
73 - <flag name="fma">Use the Fused Multiply Add instruction set</flag>
74 <flag name="qd">Use <pkg>sci-libs/qd</pkg> for quad-double datatype</flag>
75 </use>
76 </pkgmetadata>
77
78
79
80 1.2 sci-libs/arprec/arprec-2.2.17.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild?rev=1.2&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild?rev=1.2&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild?r1=1.1&r2=1.2
85
86 Index: arprec-2.2.17.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild,v
89 retrieving revision 1.1
90 retrieving revision 1.2
91 diff -u -r1.1 -r1.2
92 --- arprec-2.2.17.ebuild 5 Apr 2014 23:39:34 -0000 1.1
93 +++ arprec-2.2.17.ebuild 29 Jan 2015 23:05:55 -0000 1.2
94 @@ -1,6 +1,6 @@
95 -# Copyright 1999-2014 Gentoo Foundation
96 +# Copyright 1999-2015 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild,v 1.1 2014/04/05 23:39:34 bicatali Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.17.ebuild,v 1.2 2015/01/29 23:05:55 mgorny Exp $
100
101 EAPI=5
102
103 @@ -18,7 +18,7 @@
104 SLOT="0"
105 LICENSE="BSD"
106 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
107 -IUSE="doc fma fortran qd static-libs"
108 +IUSE="doc cpu_flags_x86_fma3 cpu_flags_x86_fma4 fortran qd static-libs"
109
110 DEPEND="qd? ( sci-libs/qd:0=[fortran=] )"
111 RDEPEND="${DEPEND}"
112 @@ -26,7 +26,7 @@
113 src_configure() {
114 local myeconfargs=(
115 --docdir="${EPREFIX}/usr/share/doc/${PF}"
116 - $(use_enable fma)
117 + $(use_enable "cpu_flags_x86_fma$(usex cpu_flags_x86_fma3 3 4)" fma)
118 $(use_enable fortran)
119 $(use_enable qd)
120 )
121
122
123
124 1.19 sci-libs/arprec/ChangeLog
125
126 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/ChangeLog?rev=1.19&view=markup
127 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/ChangeLog?rev=1.19&content-type=text/plain
128 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arprec/ChangeLog?r1=1.18&r2=1.19
129
130 Index: ChangeLog
131 ===================================================================
132 RCS file: /var/cvsroot/gentoo-x86/sci-libs/arprec/ChangeLog,v
133 retrieving revision 1.18
134 retrieving revision 1.19
135 diff -u -r1.18 -r1.19
136 --- ChangeLog 5 Apr 2014 23:39:34 -0000 1.18
137 +++ ChangeLog 29 Jan 2015 23:05:55 -0000 1.19
138 @@ -1,6 +1,10 @@
139 # ChangeLog for sci-libs/arprec
140 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
141 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/ChangeLog,v 1.18 2014/04/05 23:39:34 bicatali Exp $
142 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
143 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/ChangeLog,v 1.19 2015/01/29 23:05:55 mgorny Exp $
144 +
145 + 29 Jan 2015; Michał Górny <mgorny@g.o> arprec-2.2.16.ebuild,
146 + arprec-2.2.17.ebuild, metadata.xml:
147 + Switch to CPU_FLAGS_X86.
148
149 *arprec-2.2.17 (05 Apr 2014)