mgorny      15/01/29 17:45:38

  Modified:             libsoundtouch-1.8.0.ebuild
                        libsoundtouch-1.7.1.ebuild
                        libsoundtouch-1.8.0-r1.ebuild ChangeLog
  Log:
  Convert to CPU_FLAGS_X86.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.8                  media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild?r1=1.7&r2=1.8

Index: libsoundtouch-1.8.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libsoundtouch-1.8.0.ebuild  10 Aug 2014 21:10:27 -0000      1.7
+++ libsoundtouch-1.8.0.ebuild  29 Jan 2015 17:45:38 -0000      1.8
@@ -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/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild,v 
1.7 2014/08/10 21:10:27 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0.ebuild,v 
1.8 2015/01/29 17:45:38 mgorny Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic
@@ -14,7 +14,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
-IUSE="sse2 static-libs"
+IUSE="cpu_flags_x86_sse2 static-libs"
 
 DEPEND="virtual/pkgconfig"
 
@@ -31,7 +31,7 @@
        econf \
                --enable-shared \
                --disable-integer-samples \
-               --enable-x86-optimizations=$(usex sse2) \
+               --enable-x86-optimizations=$(usex cpu_flags_x86_sse2 sse2) \
                $(use_enable static-libs static)
 }
 



1.10                 media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild?r1=1.9&r2=1.10

Index: libsoundtouch-1.7.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libsoundtouch-1.7.1.ebuild  10 Aug 2014 21:10:27 -0000      1.9
+++ libsoundtouch-1.7.1.ebuild  29 Jan 2015 17:45:38 -0000      1.10
@@ -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/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 
1.9 2014/08/10 21:10:27 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 
1.10 2015/01/29 17:45:38 mgorny Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic
@@ -14,7 +14,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
-IUSE="sse2 static-libs"
+IUSE="cpu_flags_x86_sse2 static-libs"
 
 DEPEND="virtual/pkgconfig"
 
@@ -31,7 +31,7 @@
        econf \
                --enable-shared \
                --disable-integer-samples \
-               --enable-x86-optimizations=$(usex sse2) \
+               --enable-x86-optimizations=$(usex cpu_flags_x86_sse2 sse2) \
                $(use_enable static-libs static)
 }
 



1.5                  media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild?r1=1.4&r2=1.5

Index: libsoundtouch-1.8.0-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libsoundtouch-1.8.0-r1.ebuild       10 Dec 2014 08:42:24 -0000      1.4
+++ libsoundtouch-1.8.0-r1.ebuild       29 Jan 2015 17:45:38 -0000      1.5
@@ -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/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
 1.4 2014/12/10 08:42:24 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
 1.5 2015/01/29 17:45:38 mgorny Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic multilib-minimal
@@ -14,7 +14,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
-IUSE="sse2 static-libs"
+IUSE="cpu_flags_x86_sse2 static-libs"
 
 DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
 
@@ -32,7 +32,7 @@
        econf \
                --enable-shared \
                --disable-integer-samples \
-               --enable-x86-optimizations=$(usex sse2) \
+               --enable-x86-optimizations=$(usex cpu_flags_x86_sse2 sse2) \
                $(use_enable static-libs static)
 }
 



1.83                 media-libs/libsoundtouch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.83&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?rev=1.83&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsoundtouch/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   10 Dec 2014 08:42:24 -0000      1.82
+++ ChangeLog   29 Jan 2015 17:45:38 -0000      1.83
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libsoundtouch
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.82 
2014/12/10 08:42:24 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.83 
2015/01/29 17:45:38 mgorny Exp $
+
+  29 Jan 2015; Michał Górny <[email protected]> libsoundtouch-1.7.1.ebuild,
+  libsoundtouch-1.8.0-r1.ebuild, libsoundtouch-1.8.0.ebuild:
+  Convert to CPU_FLAGS_X86.
 
   10 Dec 2014; Jeroen Roovers <[email protected]> libsoundtouch-1.8.0-r1.ebuild:
   Stable for HPPA (bug #526018).




Reply via email to