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/babl: babl-9999.ebuild babl-0.1.10-r1.ebuild ChangeLog
Date: Thu, 29 Jan 2015 17:27:49
Message-Id: 20150129172742.A2C1C1099E@oystercatcher.gentoo.org
1 mgorny 15/01/29 17:27:42
2
3 Modified: babl-9999.ebuild babl-0.1.10-r1.ebuild ChangeLog
4 Log:
5 Convert 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.3 media-libs/babl/babl-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-9999.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-9999.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-9999.ebuild?r1=1.2&r2=1.3
15
16 Index: babl-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/babl-9999.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- babl-9999.ebuild 30 Apr 2013 20:37:44 -0000 1.2
23 +++ babl-9999.ebuild 29 Jan 2015 17:27:42 -0000 1.3
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/babl/babl-9999.ebuild,v 1.2 2013/04/30 20:37:44 sping Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-9999.ebuild,v 1.3 2015/01/29 17:27:42 mgorny Exp $
30
31 EAPI=4
32
33 @@ -16,7 +16,7 @@
34 LICENSE="LGPL-3"
35 SLOT="0"
36 KEYWORDS=""
37 -IUSE="altivec +introspection sse mmx vala"
38 +IUSE="altivec +introspection cpu_flags_x86_sse cpu_flags_x86_mmx vala"
39
40 RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.10 )"
41 DEPEND="${RDEPEND}
42 @@ -43,8 +43,8 @@
43 --disable-maintainer-mode \
44 $(use_enable altivec) \
45 $(use_enable introspection) \
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_with vala)
51 }
52
53
54
55
56 1.12 media-libs/babl/babl-0.1.10-r1.ebuild
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.10-r1.ebuild?rev=1.12&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.10-r1.ebuild?rev=1.12&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.10-r1.ebuild?r1=1.11&r2=1.12
61
62 Index: babl-0.1.10-r1.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.10-r1.ebuild,v
65 retrieving revision 1.11
66 retrieving revision 1.12
67 diff -u -r1.11 -r1.12
68 --- babl-0.1.10-r1.ebuild 4 Mar 2014 20:02:39 -0000 1.11
69 +++ babl-0.1.10-r1.ebuild 29 Jan 2015 17:27:42 -0000 1.12
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/babl/babl-0.1.10-r1.ebuild,v 1.11 2014/03/04 20:02:39 vincent Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.10-r1.ebuild,v 1.12 2015/01/29 17:27:42 mgorny Exp $
76
77 EAPI=5
78
79 @@ -17,7 +17,7 @@
80 LICENSE="LGPL-3"
81 SLOT="0"
82 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"
83 -IUSE="altivec sse mmx" # +introspection vala
84 +IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_mmx" # +introspection vala
85
86 RDEPEND=""
87 #introspection? ( >=dev-libs/gobject-introspection-0.10 )"
88 @@ -52,8 +52,8 @@
89 --disable-introspection \
90 --without-vala \
91 $(use_enable altivec) \
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 introspection) \
97 # $(use_with vala)
98 }
99
100
101
102 1.63 media-libs/babl/ChangeLog
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?rev=1.63&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?rev=1.63&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?r1=1.62&r2=1.63
107
108 Index: ChangeLog
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v
111 retrieving revision 1.62
112 retrieving revision 1.63
113 diff -u -r1.62 -r1.63
114 --- ChangeLog 23 Apr 2014 21:13:40 -0000 1.62
115 +++ ChangeLog 29 Jan 2015 17:27:42 -0000 1.63
116 @@ -1,6 +1,10 @@
117 # ChangeLog for media-libs/babl
118 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
119 -# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.62 2014/04/23 21:13:40 pacho Exp $
120 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
121 +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.63 2015/01/29 17:27:42 mgorny Exp $
122 +
123 + 29 Jan 2015; Michał Górny <mgorny@g.o> babl-0.1.10-r1.ebuild,
124 + babl-9999.ebuild:
125 + Convert to CPU_FLAGS_X86.
126
127 23 Apr 2014; Pacho Ramos <pacho@g.o> -babl-0.1.10.ebuild,
128 -babl-0.1.4-r2.ebuild, -babl-0.1.4.ebuild, -babl-0.1.6.ebuild,