Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/pngquant: pngquant-2.0.2.ebuild pngquant-2.2.0.ebuild pngquant-1.8.3.ebuild pngquant-2.1.0.ebuild ChangeLog
Date: Thu, 29 Jan 2015 17:23:21
Message-Id: 20150129172316.08D9910995@oystercatcher.gentoo.org
1 mgorny 15/01/29 17:23:16
2
3 Modified: pngquant-2.0.2.ebuild pngquant-2.2.0.ebuild
4 pngquant-1.8.3.ebuild pngquant-2.1.0.ebuild
5 ChangeLog
6 Log:
7 Convert to CPU_FLAGS_X86.
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
10
11 Revision Changes Path
12 1.2 media-gfx/pngquant/pngquant-2.0.2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-2.0.2.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-2.0.2.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-2.0.2.ebuild?r1=1.1&r2=1.2
17
18 Index: pngquant-2.0.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.0.2.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- pngquant-2.0.2.ebuild 19 Jan 2014 07:33:29 -0000 1.1
25 +++ pngquant-2.0.2.ebuild 29 Jan 2015 17:23:15 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.0.2.ebuild,v 1.1 2014/01/19 07:33:29 ssuominen Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.0.2.ebuild,v 1.2 2015/01/29 17:23:15 mgorny Exp $
32
33 EAPI=5
34 inherit eutils flag-o-matic toolchain-funcs
35 @@ -12,7 +12,7 @@
36 LICENSE="HPND rwpng"
37 SLOT=0
38 KEYWORDS="~amd64 ~x86"
39 -IUSE="debug openmp sse2"
40 +IUSE="debug openmp cpu_flags_x86_sse2"
41
42 RDEPEND="media-libs/libpng:0=
43 sys-libs/zlib:="
44 @@ -29,7 +29,7 @@
45
46 src_compile() {
47 use debug || append-cflags -DNDEBUG
48 - use sse2 && append-cflags -DUSE_SSE=1
49 + use cpu_flags_x86_sse2 && append-cflags -DUSE_SSE=1
50
51 local openmp
52 if use openmp && tc-has-openmp; then
53
54
55
56 1.2 media-gfx/pngquant/pngquant-2.2.0.ebuild
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-2.2.0.ebuild?rev=1.2&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-2.2.0.ebuild?rev=1.2&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-2.2.0.ebuild?r1=1.1&r2=1.2
61
62 Index: pngquant-2.2.0.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.2.0.ebuild,v
65 retrieving revision 1.1
66 retrieving revision 1.2
67 diff -u -r1.1 -r1.2
68 --- pngquant-2.2.0.ebuild 25 Apr 2014 08:35:26 -0000 1.1
69 +++ pngquant-2.2.0.ebuild 29 Jan 2015 17:23:15 -0000 1.2
70 @@ -1,6 +1,6 @@
71 -# Copyright 1999-2014 Gentoo Foundation
72 +# Copyright 1999-2015 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.2.0.ebuild,v 1.1 2014/04/25 08:35:26 radhermit Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.2.0.ebuild,v 1.2 2015/01/29 17:23:15 mgorny Exp $
76
77 EAPI=5
78 inherit flag-o-matic toolchain-funcs
79 @@ -12,7 +12,7 @@
80 LICENSE="HPND rwpng"
81 SLOT=0
82 KEYWORDS="~amd64 ~x86"
83 -IUSE="debug openmp sse2"
84 +IUSE="debug openmp cpu_flags_x86_sse2"
85
86 RDEPEND="media-libs/libpng:0=
87 sys-libs/zlib:="
88 @@ -29,7 +29,7 @@
89
90 src_compile() {
91 use debug || append-cflags -DNDEBUG
92 - use sse2 && append-cflags -DUSE_SSE=1
93 + use cpu_flags_x86_sse2 && append-cflags -DUSE_SSE=1
94
95 local openmp
96 if use openmp && tc-has-openmp; then
97
98
99
100 1.4 media-gfx/pngquant/pngquant-1.8.3.ebuild
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-1.8.3.ebuild?rev=1.4&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-1.8.3.ebuild?rev=1.4&content-type=text/plain
104 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-1.8.3.ebuild?r1=1.3&r2=1.4
105
106 Index: pngquant-1.8.3.ebuild
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-1.8.3.ebuild,v
109 retrieving revision 1.3
110 retrieving revision 1.4
111 diff -u -r1.3 -r1.4
112 --- pngquant-1.8.3.ebuild 8 Apr 2013 14:49:47 -0000 1.3
113 +++ pngquant-1.8.3.ebuild 29 Jan 2015 17:23:15 -0000 1.4
114 @@ -1,6 +1,6 @@
115 -# Copyright 1999-2013 Gentoo Foundation
116 +# Copyright 1999-2015 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-1.8.3.ebuild,v 1.3 2013/04/08 14:49:47 ssuominen Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-1.8.3.ebuild,v 1.4 2015/01/29 17:23:15 mgorny Exp $
120
121 EAPI=5
122 inherit eutils flag-o-matic toolchain-funcs
123 @@ -12,7 +12,7 @@
124 LICENSE="HPND rwpng"
125 SLOT=0
126 KEYWORDS="~amd64 ~x86"
127 -IUSE="debug openmp sse2"
128 +IUSE="debug openmp cpu_flags_x86_sse2"
129
130 RDEPEND="media-libs/libpng:0=
131 sys-libs/zlib:="
132 @@ -31,7 +31,7 @@
133
134 src_compile() {
135 use debug || append-cflags -DNDEBUG
136 - use sse2 && append-cflags -DUSE_SSE=1
137 + use cpu_flags_x86_sse2 && append-cflags -DUSE_SSE=1
138
139 local openmp
140 if use openmp && tc-has-openmp; then
141
142
143
144 1.2 media-gfx/pngquant/pngquant-2.1.0.ebuild
145
146 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-2.1.0.ebuild?rev=1.2&view=markup
147 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-2.1.0.ebuild?rev=1.2&content-type=text/plain
148 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/pngquant-2.1.0.ebuild?r1=1.1&r2=1.2
149
150 Index: pngquant-2.1.0.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.1.0.ebuild,v
153 retrieving revision 1.1
154 retrieving revision 1.2
155 diff -u -r1.1 -r1.2
156 --- pngquant-2.1.0.ebuild 15 Mar 2014 11:42:55 -0000 1.1
157 +++ pngquant-2.1.0.ebuild 29 Jan 2015 17:23:15 -0000 1.2
158 @@ -1,6 +1,6 @@
159 -# Copyright 1999-2014 Gentoo Foundation
160 +# Copyright 1999-2015 Gentoo Foundation
161 # Distributed under the terms of the GNU General Public License v2
162 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.1.0.ebuild,v 1.1 2014/03/15 11:42:55 radhermit Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/pngquant-2.1.0.ebuild,v 1.2 2015/01/29 17:23:15 mgorny Exp $
164
165 EAPI=5
166 inherit flag-o-matic toolchain-funcs
167 @@ -12,7 +12,7 @@
168 LICENSE="HPND rwpng"
169 SLOT=0
170 KEYWORDS="~amd64 ~x86"
171 -IUSE="debug openmp sse2"
172 +IUSE="debug openmp cpu_flags_x86_sse2"
173
174 RDEPEND="media-libs/libpng:0=
175 sys-libs/zlib:="
176 @@ -29,7 +29,7 @@
177
178 src_compile() {
179 use debug || append-cflags -DNDEBUG
180 - use sse2 && append-cflags -DUSE_SSE=1
181 + use cpu_flags_x86_sse2 && append-cflags -DUSE_SSE=1
182
183 local openmp
184 if use openmp && tc-has-openmp; then
185
186
187
188 1.8 media-gfx/pngquant/ChangeLog
189
190 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/ChangeLog?rev=1.8&view=markup
191 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/ChangeLog?rev=1.8&content-type=text/plain
192 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngquant/ChangeLog?r1=1.7&r2=1.8
193
194 Index: ChangeLog
195 ===================================================================
196 RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngquant/ChangeLog,v
197 retrieving revision 1.7
198 retrieving revision 1.8
199 diff -u -r1.7 -r1.8
200 --- ChangeLog 25 Apr 2014 08:35:26 -0000 1.7
201 +++ ChangeLog 29 Jan 2015 17:23:15 -0000 1.8
202 @@ -1,6 +1,10 @@
203 # ChangeLog for media-gfx/pngquant
204 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
205 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/ChangeLog,v 1.7 2014/04/25 08:35:26 radhermit Exp $
206 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
207 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngquant/ChangeLog,v 1.8 2015/01/29 17:23:15 mgorny Exp $
208 +
209 + 29 Jan 2015; Michał Górny <mgorny@g.o> pngquant-1.8.3.ebuild,
210 + pngquant-2.0.2.ebuild, pngquant-2.1.0.ebuild, pngquant-2.2.0.ebuild:
211 + Convert to CPU_FLAGS_X86.
212
213 *pngquant-2.2.0 (25 Apr 2014)