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-mathematics/gretl: gretl-1.9.90.ebuild gretl-1.9.14.ebuild ChangeLog
Date: Thu, 29 Jan 2015 21:32:12
Message-Id: 20150129213207.AB21D109DB@oystercatcher.gentoo.org
1 mgorny 15/01/29 21:32:07
2
3 Modified: gretl-1.9.90.ebuild gretl-1.9.14.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-mathematics/gretl/gretl-1.9.90.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.90.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.90.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.90.ebuild?r1=1.1&r2=1.2
15
16 Index: gretl-1.9.90.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.90.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gretl-1.9.90.ebuild 28 May 2014 17:35:31 -0000 1.1
23 +++ gretl-1.9.90.ebuild 29 Jan 2015 21:32:07 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 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-mathematics/gretl/gretl-1.9.90.ebuild,v 1.1 2014/05/28 17:35:31 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.90.ebuild,v 1.2 2015/01/29 21:32:07 mgorny Exp $
30
31 EAPI=5
32
33 @@ -15,8 +15,8 @@
34 LICENSE="GPL-3"
35 SLOT="0/10"
36 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
37 -IUSE="accessibility avx +curl emacs gnome gtk mpi nls odbc openmp python
38 - readline sse2 R static-libs"
39 +IUSE="accessibility cpu_flags_x86_avx +curl emacs gnome gtk mpi nls odbc openmp python
40 + readline cpu_flags_x86_sse2 R static-libs"
41
42 CDEPEND="
43 dev-libs/glib:2=
44 @@ -62,14 +62,14 @@
45 --with-mpfr \
46 --docdir="${EPREFIX}/usr/share/doc/${PF}" \
47 --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
48 - $(use_enable avx) \
49 + $(use_enable cpu_flags_x86_avx avx) \
50 $(use_enable curl www) \
51 $(use_enable gtk gui) \
52 $(use_enable gtk xdg) \
53 $(use_enable gtk xdg-utils) \
54 $(use_enable nls) \
55 $(use_enable openmp) \
56 - $(use_enable sse2) \
57 + $(use_enable cpu_flags_x86_sse2 sse2) \
58 $(use_enable static-libs static) \
59 $(use_with accessibility audio) \
60 $(use_with mpi) \
61
62
63
64 1.3 sci-mathematics/gretl/gretl-1.9.14.ebuild
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild?rev=1.3&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild?rev=1.3&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild?r1=1.2&r2=1.3
69
70 Index: gretl-1.9.14.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild,v
73 retrieving revision 1.2
74 retrieving revision 1.3
75 diff -u -r1.2 -r1.3
76 --- gretl-1.9.14.ebuild 27 Mar 2014 03:38:20 -0000 1.2
77 +++ gretl-1.9.14.ebuild 29 Jan 2015 21:32:07 -0000 1.3
78 @@ -1,6 +1,6 @@
79 -# Copyright 1999-2014 Gentoo Foundation
80 +# Copyright 1999-2015 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild,v 1.2 2014/03/27 03:38:20 bicatali Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild,v 1.3 2015/01/29 21:32:07 mgorny Exp $
84
85 EAPI=5
86
87 @@ -15,8 +15,8 @@
88 LICENSE="GPL-3"
89 SLOT="0"
90 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
91 -IUSE="accessibility avx emacs gnome gtk nls odbc openmp python
92 - readline sse2 R static-libs"
93 +IUSE="accessibility cpu_flags_x86_avx emacs gnome gtk nls odbc openmp python
94 + readline cpu_flags_x86_sse2 R static-libs"
95
96 CDEPEND="
97 dev-libs/glib:2
98 @@ -63,14 +63,14 @@
99 --disable-rpath \
100 --enable-shared \
101 --with-mpfr \
102 - $(use_enable avx) \
103 + $(use_enable cpu_flags_x86_avx avx) \
104 $(use_enable gtk gui) \
105 $(use_enable gtk gtk3) \
106 $(use_enable gtk xdg) \
107 $(use_enable gtk xdg-utils) \
108 $(use_enable nls) \
109 $(use_enable openmp) \
110 - $(use_enable sse2) \
111 + $(use_enable cpu_flags_x86_sse2 sse2) \
112 $(use_enable static-libs static) \
113 $(use_with accessibility audio) \
114 $(use_with odbc) \
115
116
117
118 1.47 sci-mathematics/gretl/ChangeLog
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.47&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.47&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?r1=1.46&r2=1.47
123
124 Index: ChangeLog
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v
127 retrieving revision 1.46
128 retrieving revision 1.47
129 diff -u -r1.46 -r1.47
130 --- ChangeLog 28 May 2014 17:35:31 -0000 1.46
131 +++ ChangeLog 29 Jan 2015 21:32:07 -0000 1.47
132 @@ -1,6 +1,10 @@
133 # ChangeLog for sci-mathematics/gretl
134 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
135 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.46 2014/05/28 17:35:31 bicatali Exp $
136 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
137 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.47 2015/01/29 21:32:07 mgorny Exp $
138 +
139 + 29 Jan 2015; Michał Górny <mgorny@g.o> gretl-1.9.14.ebuild,
140 + gretl-1.9.90.ebuild:
141 + Switch to CPU_FLAGS_X86.
142
143 *gretl-1.9.90 (28 May 2014)