mgorny      15/01/29 21:32:07

  Modified:             gretl-1.9.90.ebuild gretl-1.9.14.ebuild ChangeLog
  Log:
  Switch to CPU_FLAGS_X86.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.2                  sci-mathematics/gretl/gretl-1.9.90.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.90.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.90.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.90.ebuild?r1=1.1&r2=1.2

Index: gretl-1.9.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.90.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gretl-1.9.90.ebuild 28 May 2014 17:35:31 -0000      1.1
+++ gretl-1.9.90.ebuild 29 Jan 2015 21:32:07 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.90.ebuild,v 
1.1 2014/05/28 17:35:31 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.90.ebuild,v 
1.2 2015/01/29 21:32:07 mgorny Exp $
 
 EAPI=5
 
@@ -15,8 +15,8 @@
 LICENSE="GPL-3"
 SLOT="0/10"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="accessibility avx +curl emacs gnome gtk mpi nls odbc openmp python
-       readline sse2 R static-libs"
+IUSE="accessibility cpu_flags_x86_avx +curl emacs gnome gtk mpi nls odbc 
openmp python
+       readline cpu_flags_x86_sse2 R static-libs"
 
 CDEPEND="
        dev-libs/glib:2=
@@ -62,14 +62,14 @@
                --with-mpfr \
                --docdir="${EPREFIX}/usr/share/doc/${PF}" \
                --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
-               $(use_enable avx) \
+               $(use_enable cpu_flags_x86_avx avx) \
                $(use_enable curl www) \
                $(use_enable gtk gui) \
                $(use_enable gtk xdg) \
                $(use_enable gtk xdg-utils) \
                $(use_enable nls) \
                $(use_enable openmp) \
-               $(use_enable sse2) \
+               $(use_enable cpu_flags_x86_sse2 sse2) \
                $(use_enable static-libs static) \
                $(use_with accessibility audio) \
                $(use_with mpi) \



1.3                  sci-mathematics/gretl/gretl-1.9.14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild?r1=1.2&r2=1.3

Index: gretl-1.9.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gretl-1.9.14.ebuild 27 Mar 2014 03:38:20 -0000      1.2
+++ gretl-1.9.14.ebuild 29 Jan 2015 21:32:07 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild,v 
1.2 2014/03/27 03:38:20 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.14.ebuild,v 
1.3 2015/01/29 21:32:07 mgorny Exp $
 
 EAPI=5
 
@@ -15,8 +15,8 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="accessibility avx emacs gnome gtk nls odbc openmp python
-       readline sse2 R static-libs"
+IUSE="accessibility cpu_flags_x86_avx emacs gnome gtk nls odbc openmp python
+       readline cpu_flags_x86_sse2 R static-libs"
 
 CDEPEND="
        dev-libs/glib:2
@@ -63,14 +63,14 @@
                --disable-rpath \
                --enable-shared \
                --with-mpfr \
-               $(use_enable avx) \
+               $(use_enable cpu_flags_x86_avx avx) \
                $(use_enable gtk gui) \
                $(use_enable gtk gtk3) \
                $(use_enable gtk xdg) \
                $(use_enable gtk xdg-utils) \
                $(use_enable nls) \
                $(use_enable openmp) \
-               $(use_enable sse2) \
+               $(use_enable cpu_flags_x86_sse2 sse2) \
                $(use_enable static-libs static) \
                $(use_with accessibility audio) \
                $(use_with odbc) \



1.47                 sci-mathematics/gretl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.47&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.47&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   28 May 2014 17:35:31 -0000      1.46
+++ ChangeLog   29 Jan 2015 21:32:07 -0000      1.47
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/gretl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.46 
2014/05/28 17:35:31 bicatali Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.47 
2015/01/29 21:32:07 mgorny Exp $
+
+  29 Jan 2015; Michał Górny <mgo...@gentoo.org> gretl-1.9.14.ebuild,
+  gretl-1.9.90.ebuild:
+  Switch to CPU_FLAGS_X86.
 
 *gretl-1.9.90 (28 May 2014)
 




Reply via email to