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/libpostproc: libpostproc-10.20140517.ebuild libpostproc-10.20140517-r1.ebuild libpostproc-0.8.0.20121125.ebuild libpostproc-9999.ebuild ChangeLog
Date: Fri, 30 Jan 2015 17:00:08
Message-Id: 20150130170005.1182310B31@oystercatcher.gentoo.org
1 mgorny 15/01/30 17:00:05
2
3 Modified: libpostproc-10.20140517.ebuild
4 libpostproc-10.20140517-r1.ebuild
5 libpostproc-0.8.0.20121125.ebuild
6 libpostproc-9999.ebuild ChangeLog
7 Log:
8 Convert to CPU_FLAGS_X86.
9
10 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
11
12 Revision Changes Path
13 1.2 media-libs/libpostproc/libpostproc-10.20140517.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/libpostproc-10.20140517.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/libpostproc-10.20140517.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/libpostproc-10.20140517.ebuild?r1=1.1&r2=1.2
18
19 Index: libpostproc-10.20140517.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-10.20140517.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- libpostproc-10.20140517.ebuild 17 May 2014 09:24:48 -0000 1.1
26 +++ libpostproc-10.20140517.ebuild 30 Jan 2015 17:00:05 -0000 1.2
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 +# Copyright 1999-2015 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-10.20140517.ebuild,v 1.1 2014/05/17 09:24:48 lu_zero Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-10.20140517.ebuild,v 1.2 2015/01/30 17:00:05 mgorny Exp $
33
34 EAPI="4"
35
36 @@ -31,7 +31,7 @@
37
38 # String for CPU features in the useflag[:configure_option] form
39 # if :configure_option isn't set, it will use 'useflag' as configure option
40 -CPU_FEATURES="3dnow:amd3dnow altivec mmx mmxext"
41 +CPU_FEATURES="cpu_flags_x86_3dnow:amd3dnow altivec cpu_flags_x86_mmx:mmx cpu_flags_x86_mmxext:mmxext"
42 for i in ${CPU_FEATURES}; do
43 IUSE="${IUSE} ${i%:*}"
44 done
45
46
47
48 1.9 media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild?rev=1.9&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild?rev=1.9&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild?r1=1.8&r2=1.9
53
54 Index: libpostproc-10.20140517-r1.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild,v
57 retrieving revision 1.8
58 retrieving revision 1.9
59 diff -u -r1.8 -r1.9
60 --- libpostproc-10.20140517-r1.ebuild 11 Oct 2014 13:45:22 -0000 1.8
61 +++ libpostproc-10.20140517-r1.ebuild 30 Jan 2015 17:00:05 -0000 1.9
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2014 Gentoo Foundation
64 +# Copyright 1999-2015 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild,v 1.8 2014/10/11 13:45:22 maekke Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-10.20140517-r1.ebuild,v 1.9 2015/01/30 17:00:05 mgorny Exp $
68
69 EAPI="5"
70
71 @@ -31,7 +31,7 @@
72
73 # String for CPU features in the useflag[:configure_option] form
74 # if :configure_option isn't set, it will use 'useflag' as configure option
75 -CPU_FEATURES="3dnow:amd3dnow altivec mmx mmxext"
76 +CPU_FEATURES="cpu_flags_x86_3dnow:amd3dnow altivec cpu_flags_x86_mmx:mmx cpu_flags_x86_mmxext:mmxext"
77 for i in ${CPU_FEATURES}; do
78 IUSE="${IUSE} ${i%:*}"
79 done
80
81
82
83 1.10 media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild?rev=1.10&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild?rev=1.10&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild?r1=1.9&r2=1.10
88
89 Index: libpostproc-0.8.0.20121125.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild,v
92 retrieving revision 1.9
93 retrieving revision 1.10
94 diff -u -r1.9 -r1.10
95 --- libpostproc-0.8.0.20121125.ebuild 17 Jul 2014 14:07:42 -0000 1.9
96 +++ libpostproc-0.8.0.20121125.ebuild 30 Jan 2015 17:00:05 -0000 1.10
97 @@ -1,6 +1,6 @@
98 -# Copyright 1999-2014 Gentoo Foundation
99 +# Copyright 1999-2015 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild,v 1.9 2014/07/17 14:07:42 klausman Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-0.8.0.20121125.ebuild,v 1.10 2015/01/30 17:00:05 mgorny Exp $
103
104 EAPI="4"
105
106 @@ -31,7 +31,7 @@
107
108 # String for CPU features in the useflag[:configure_option] form
109 # if :configure_option isn't set, it will use 'useflag' as configure option
110 -CPU_FEATURES="3dnow:amd3dnow altivec mmx mmxext"
111 +CPU_FEATURES="cpu_flags_x86_3dnow:amd3dnow altivec cpu_flags_x86_mmx:mmx cpu_flags_x86_mmxext:mmxext"
112 for i in ${CPU_FEATURES}; do
113 IUSE="${IUSE} ${i%:*}"
114 done
115
116
117
118 1.12 media-libs/libpostproc/libpostproc-9999.ebuild
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/libpostproc-9999.ebuild?rev=1.12&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/libpostproc-9999.ebuild?rev=1.12&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/libpostproc-9999.ebuild?r1=1.11&r2=1.12
123
124 Index: libpostproc-9999.ebuild
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-9999.ebuild,v
127 retrieving revision 1.11
128 retrieving revision 1.12
129 diff -u -r1.11 -r1.12
130 --- libpostproc-9999.ebuild 18 Jun 2014 19:46:12 -0000 1.11
131 +++ libpostproc-9999.ebuild 30 Jan 2015 17:00:05 -0000 1.12
132 @@ -1,6 +1,6 @@
133 -# Copyright 1999-2014 Gentoo Foundation
134 +# Copyright 1999-2015 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-9999.ebuild,v 1.11 2014/06/18 19:46:12 mgorny Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-9999.ebuild,v 1.12 2015/01/30 17:00:05 mgorny Exp $
138
139 EAPI="5"
140
141 @@ -31,7 +31,7 @@
142
143 # String for CPU features in the useflag[:configure_option] form
144 # if :configure_option isn't set, it will use 'useflag' as configure option
145 -CPU_FEATURES="3dnow:amd3dnow altivec mmx mmxext"
146 +CPU_FEATURES="cpu_flags_x86_3dnow:amd3dnow altivec cpu_flags_x86_mmx:mmx cpu_flags_x86_mmxext:mmxext"
147 for i in ${CPU_FEATURES}; do
148 IUSE="${IUSE} ${i%:*}"
149 done
150
151
152
153 1.34 media-libs/libpostproc/ChangeLog
154
155 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/ChangeLog?rev=1.34&view=markup
156 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/ChangeLog?rev=1.34&content-type=text/plain
157 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpostproc/ChangeLog?r1=1.33&r2=1.34
158
159 Index: ChangeLog
160 ===================================================================
161 RCS file: /var/cvsroot/gentoo-x86/media-libs/libpostproc/ChangeLog,v
162 retrieving revision 1.33
163 retrieving revision 1.34
164 diff -u -r1.33 -r1.34
165 --- ChangeLog 11 Oct 2014 13:45:22 -0000 1.33
166 +++ ChangeLog 30 Jan 2015 17:00:05 -0000 1.34
167 @@ -1,6 +1,11 @@
168 # ChangeLog for media-libs/libpostproc
169 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
170 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libpostproc/ChangeLog,v 1.33 2014/10/11 13:45:22 maekke Exp $
171 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
172 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpostproc/ChangeLog,v 1.34 2015/01/30 17:00:05 mgorny Exp $
173 +
174 + 30 Jan 2015; Michał Górny <mgorny@g.o>
175 + libpostproc-0.8.0.20121125.ebuild, libpostproc-10.20140517-r1.ebuild,
176 + libpostproc-10.20140517.ebuild, libpostproc-9999.ebuild:
177 + Convert to CPU_FLAGS_X86.
178
179 11 Oct 2014; Markus Meier <maekke@g.o>
180 libpostproc-10.20140517-r1.ebuild: