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-libs/gegl: gegl-9999.ebuild gegl-0.2.0-r2.ebuild ChangeLog
Date: Thu, 29 Jan 2015 17:33:04
Message-Id: 20150129173300.98D57109A5@oystercatcher.gentoo.org
1 mgorny 15/01/29 17:33:00
2
3 Modified: gegl-9999.ebuild gegl-0.2.0-r2.ebuild ChangeLog
4 Log:
5 Switch to CPU_FLAGS_X86.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.8 media-libs/gegl/gegl-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?r1=1.7&r2=1.8
15
16 Index: gegl-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- gegl-9999.ebuild 1 May 2013 00:46:15 -0000 1.7
23 +++ gegl-9999.ebuild 29 Jan 2015 17:33:00 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.7 2013/05/01 00:46:15 sping Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.8 2015/01/29 17:33:00 mgorny Exp $
30
31 EAPI=4
32
33 @@ -17,7 +17,7 @@
34 SLOT="0"
35 KEYWORDS=""
36
37 -IUSE="cairo debug ffmpeg introspection jpeg jpeg2k lensfun mmx openexr png raw sdl sse svg umfpack vala"
38 +IUSE="cairo debug ffmpeg introspection jpeg jpeg2k lensfun cpu_flags_x86_mmx openexr png raw sdl cpu_flags_x86_sse svg umfpack vala"
39
40 RDEPEND=">=media-libs/babl-0.1.10[introspection?]
41 >=dev-libs/glib-2.28:2
42 @@ -90,8 +90,8 @@
43 --without-libspiro \
44 --disable-docs --disable-workshop \
45 --with-pango --with-gdk-pixbuf \
46 - $(use_enable mmx) \
47 - $(use_enable sse) \
48 + $(use_enable cpu_flags_x86_mmx mmx) \
49 + $(use_enable cpu_flags_x86_sse sse) \
50 $(use_enable debug) \
51 $(use_with cairo) \
52 $(use_with cairo pangocairo) \
53
54
55
56 1.14 media-libs/gegl/gegl-0.2.0-r2.ebuild
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild?rev=1.14&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild?rev=1.14&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild?r1=1.13&r2=1.14
61
62 Index: gegl-0.2.0-r2.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild,v
65 retrieving revision 1.13
66 retrieving revision 1.14
67 diff -u -r1.13 -r1.14
68 --- gegl-0.2.0-r2.ebuild 4 Mar 2014 20:03:39 -0000 1.13
69 +++ gegl-0.2.0-r2.ebuild 29 Jan 2015 17:33:00 -0000 1.14
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-libs/gegl/gegl-0.2.0-r2.ebuild,v 1.13 2014/03/04 20:03:39 vincent Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild,v 1.14 2015/01/29 17:33:00 mgorny Exp $
76
77 EAPI=5
78
79 @@ -19,7 +19,7 @@
80 SLOT="0"
81 KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
82
83 -IUSE="cairo debug ffmpeg jpeg jpeg2k lensfun mmx openexr png raw sdl sse svg umfpack" # +introspection vala
84 +IUSE="cairo debug ffmpeg jpeg jpeg2k lensfun cpu_flags_x86_mmx openexr png raw sdl cpu_flags_x86_sse svg umfpack" # +introspection vala
85
86 RDEPEND="
87 >=media-libs/babl-0.1.10
88 @@ -110,8 +110,8 @@
89 --without-libspiro \
90 --disable-docs --disable-workshop \
91 --with-pango --with-gdk-pixbuf \
92 - $(use_enable mmx) \
93 - $(use_enable sse) \
94 + $(use_enable cpu_flags_x86_mmx mmx) \
95 + $(use_enable cpu_flags_x86_sse sse) \
96 $(use_enable debug) \
97 $(use_with cairo) \
98 $(use_with cairo pangocairo) \
99
100
101
102 1.107 media-libs/gegl/ChangeLog
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.107&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.107&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.106&r2=1.107
107
108 Index: ChangeLog
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
111 retrieving revision 1.106
112 retrieving revision 1.107
113 diff -u -r1.106 -r1.107
114 --- ChangeLog 23 Apr 2014 21:15:06 -0000 1.106
115 +++ ChangeLog 29 Jan 2015 17:33:00 -0000 1.107
116 @@ -1,6 +1,10 @@
117 # ChangeLog for media-libs/gegl
118 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
119 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.106 2014/04/23 21:15:06 pacho Exp $
120 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
121 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.107 2015/01/29 17:33:00 mgorny Exp $
122 +
123 + 29 Jan 2015; Michał Górny <mgorny@g.o> gegl-0.2.0-r2.ebuild,
124 + gegl-9999.ebuild:
125 + Switch to CPU_FLAGS_X86.
126
127 23 Apr 2014; Pacho Ramos <pacho@g.o> -gegl-0.1.6-r1.ebuild,
128 -gegl-0.1.6.ebuild, -gegl-0.1.8-r1.ebuild: