mgorny      15/01/29 17:23:16

  Modified:             pngquant-2.0.2.ebuild pngquant-2.2.0.ebuild
                        pngquant-1.8.3.ebuild pngquant-2.1.0.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.2                  media-gfx/pngquant/pngquant-2.0.2.ebuild

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

Index: pngquant-2.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pngquant-2.0.2.ebuild       19 Jan 2014 07:33:29 -0000      1.1
+++ pngquant-2.0.2.ebuild       29 Jan 2015 17:23:15 -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-gfx/pngquant/pngquant-2.0.2.ebuild,v 
1.1 2014/01/19 07:33:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.0.2.ebuild,v 
1.2 2015/01/29 17:23:15 mgorny Exp $
 
 EAPI=5
 inherit eutils flag-o-matic toolchain-funcs
@@ -12,7 +12,7 @@
 LICENSE="HPND rwpng"
 SLOT=0
 KEYWORDS="~amd64 ~x86"
-IUSE="debug openmp sse2"
+IUSE="debug openmp cpu_flags_x86_sse2"
 
 RDEPEND="media-libs/libpng:0=
        sys-libs/zlib:="
@@ -29,7 +29,7 @@
 
 src_compile() {
        use debug || append-cflags -DNDEBUG
-       use sse2 && append-cflags -DUSE_SSE=1
+       use cpu_flags_x86_sse2 && append-cflags -DUSE_SSE=1
 
        local openmp
        if use openmp && tc-has-openmp; then



1.2                  media-gfx/pngquant/pngquant-2.2.0.ebuild

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

Index: pngquant-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pngquant-2.2.0.ebuild       25 Apr 2014 08:35:26 -0000      1.1
+++ pngquant-2.2.0.ebuild       29 Jan 2015 17:23:15 -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-gfx/pngquant/pngquant-2.2.0.ebuild,v 
1.1 2014/04/25 08:35:26 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.2.0.ebuild,v 
1.2 2015/01/29 17:23:15 mgorny Exp $
 
 EAPI=5
 inherit flag-o-matic toolchain-funcs
@@ -12,7 +12,7 @@
 LICENSE="HPND rwpng"
 SLOT=0
 KEYWORDS="~amd64 ~x86"
-IUSE="debug openmp sse2"
+IUSE="debug openmp cpu_flags_x86_sse2"
 
 RDEPEND="media-libs/libpng:0=
        sys-libs/zlib:="
@@ -29,7 +29,7 @@
 
 src_compile() {
        use debug || append-cflags -DNDEBUG
-       use sse2 && append-cflags -DUSE_SSE=1
+       use cpu_flags_x86_sse2 && append-cflags -DUSE_SSE=1
 
        local openmp
        if use openmp && tc-has-openmp; then



1.4                  media-gfx/pngquant/pngquant-1.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-1.8.3.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-1.8.3.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-1.8.3.ebuild?r1=1.3&r2=1.4

Index: pngquant-1.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-1.8.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pngquant-1.8.3.ebuild       8 Apr 2013 14:49:47 -0000       1.3
+++ pngquant-1.8.3.ebuild       29 Jan 2015 17:23:15 -0000      1.4
@@ -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-gfx/pngquant/pngquant-1.8.3.ebuild,v 
1.3 2013/04/08 14:49:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-1.8.3.ebuild,v 
1.4 2015/01/29 17:23:15 mgorny Exp $
 
 EAPI=5
 inherit eutils flag-o-matic toolchain-funcs
@@ -12,7 +12,7 @@
 LICENSE="HPND rwpng"
 SLOT=0
 KEYWORDS="~amd64 ~x86"
-IUSE="debug openmp sse2"
+IUSE="debug openmp cpu_flags_x86_sse2"
 
 RDEPEND="media-libs/libpng:0=
        sys-libs/zlib:="
@@ -31,7 +31,7 @@
 
 src_compile() {
        use debug || append-cflags -DNDEBUG
-       use sse2 && append-cflags -DUSE_SSE=1
+       use cpu_flags_x86_sse2 && append-cflags -DUSE_SSE=1
 
        local openmp
        if use openmp && tc-has-openmp; then



1.2                  media-gfx/pngquant/pngquant-2.1.0.ebuild

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

Index: pngquant-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pngquant-2.1.0.ebuild       15 Mar 2014 11:42:55 -0000      1.1
+++ pngquant-2.1.0.ebuild       29 Jan 2015 17:23:15 -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-gfx/pngquant/pngquant-2.1.0.ebuild,v 
1.1 2014/03/15 11:42:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.1.0.ebuild,v 
1.2 2015/01/29 17:23:15 mgorny Exp $
 
 EAPI=5
 inherit flag-o-matic toolchain-funcs
@@ -12,7 +12,7 @@
 LICENSE="HPND rwpng"
 SLOT=0
 KEYWORDS="~amd64 ~x86"
-IUSE="debug openmp sse2"
+IUSE="debug openmp cpu_flags_x86_sse2"
 
 RDEPEND="media-libs/libpng:0=
        sys-libs/zlib:="
@@ -29,7 +29,7 @@
 
 src_compile() {
        use debug || append-cflags -DNDEBUG
-       use sse2 && append-cflags -DUSE_SSE=1
+       use cpu_flags_x86_sse2 && append-cflags -DUSE_SSE=1
 
        local openmp
        if use openmp && tc-has-openmp; then



1.8                  media-gfx/pngquant/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngquant/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   25 Apr 2014 08:35:26 -0000      1.7
+++ ChangeLog   29 Jan 2015 17:23:15 -0000      1.8
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/pngquant
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/ChangeLog,v 1.7 
2014/04/25 08:35:26 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/ChangeLog,v 1.8 
2015/01/29 17:23:15 mgorny Exp $
+
+  29 Jan 2015; Michał Górny <[email protected]> pngquant-1.8.3.ebuild,
+  pngquant-2.0.2.ebuild, pngquant-2.1.0.ebuild, pngquant-2.2.0.ebuild:
+  Convert to CPU_FLAGS_X86.
 
 *pngquant-2.2.0 (25 Apr 2014)
 




Reply via email to