mgorny      15/01/29 17:41:44

  Modified:             libsbsms-2.0.2.ebuild libsbsms-2.0.1.ebuild
                        libsbsms-2.0.0.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                  media-libs/libsbsms/libsbsms-2.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild?r1=1.1&r2=1.2

Index: libsbsms-2.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsbsms-2.0.2.ebuild       10 Oct 2014 04:29:01 -0000      1.1
+++ libsbsms-2.0.2.ebuild       29 Jan 2015 17:41:44 -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/media-libs/libsbsms/libsbsms-2.0.2.ebuild,v 
1.1 2014/10/10 04:29:01 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild,v 
1.2 2015/01/29 17:41:44 mgorny Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
-IUSE="sse static-libs"
+IUSE="cpu_flags_x86_sse static-libs"
 
 src_prepare() {
        epatch "${FILESDIR}"/${P}-cflags.patch
@@ -24,7 +24,7 @@
        econf \
                --enable-shared \
                $(use_enable static-libs static) \
-               $(use_enable sse) \
+               $(use_enable cpu_flags_x86_sse sse) \
                --disable-multithreaded
                # threaded version causes segfaults
 }



1.8                  media-libs/libsbsms/libsbsms-2.0.1.ebuild

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

Index: libsbsms-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libsbsms-2.0.1.ebuild       29 Jun 2013 19:41:03 -0000      1.7
+++ libsbsms-2.0.1.ebuild       29 Jan 2015 17:41:44 -0000      1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/libsbsms/libsbsms-2.0.1.ebuild,v 
1.7 2013/06/29 19:41:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.1.ebuild,v 
1.8 2015/01/29 17:41:44 mgorny Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~mips ppc ppc64 x86"
-IUSE="sse static-libs"
+IUSE="cpu_flags_x86_sse static-libs"
 
 src_prepare() {
        epatch \
@@ -26,7 +26,7 @@
        econf \
                --enable-shared \
                $(use_enable static-libs static) \
-               $(use_enable sse) \
+               $(use_enable cpu_flags_x86_sse sse) \
                --disable-multithreaded
                # threaded version causes segfaults
 }



1.3                  media-libs/libsbsms/libsbsms-2.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.0.ebuild?r1=1.2&r2=1.3

Index: libsbsms-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsbsms-2.0.0.ebuild       10 Mar 2013 14:18:44 -0000      1.2
+++ libsbsms-2.0.0.ebuild       29 Jan 2015 17:41:44 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/libsbsms/libsbsms-2.0.0.ebuild,v 
1.2 2013/03/10 14:18:44 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.0.ebuild,v 
1.3 2015/01/29 17:41:44 mgorny Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="sse static-libs"
+IUSE="cpu_flags_x86_sse static-libs"
 
 src_prepare() {
        epatch "${FILESDIR}"/${P}-cflags.patch
@@ -24,7 +24,7 @@
        econf \
                --enable-shared \
                $(use_enable static-libs static) \
-               $(use_enable sse) \
+               $(use_enable cpu_flags_x86_sse sse) \
                --disable-multithreaded
                # threaded version causes segfaults
 }



1.10                 media-libs/libsbsms/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsbsms/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   10 Oct 2014 04:29:01 -0000      1.9
+++ ChangeLog   29 Jan 2015 17:41:44 -0000      1.10
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libsbsms
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/ChangeLog,v 1.9 
2014/10/10 04:29:01 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/ChangeLog,v 1.10 
2015/01/29 17:41:44 mgorny Exp $
+
+  29 Jan 2015; Michał Górny <[email protected]> libsbsms-2.0.0.ebuild,
+  libsbsms-2.0.1.ebuild, libsbsms-2.0.2.ebuild:
+  Switch to CPU_FLAGS_X86.
 
 *libsbsms-2.0.2 (10 Oct 2014)
 




Reply via email to