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/libsbsms: libsbsms-2.0.2.ebuild libsbsms-2.0.1.ebuild libsbsms-2.0.0.ebuild ChangeLog
Date: Thu, 29 Jan 2015 17:41:49
Message-Id: 20150129174144.79968109A8@oystercatcher.gentoo.org
1 mgorny 15/01/29 17:41:44
2
3 Modified: libsbsms-2.0.2.ebuild libsbsms-2.0.1.ebuild
4 libsbsms-2.0.0.ebuild ChangeLog
5 Log:
6 Switch to CPU_FLAGS_X86.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.2 media-libs/libsbsms/libsbsms-2.0.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild?r1=1.1&r2=1.2
16
17 Index: libsbsms-2.0.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- libsbsms-2.0.2.ebuild 10 Oct 2014 04:29:01 -0000 1.1
24 +++ libsbsms-2.0.2.ebuild 29 Jan 2015 17:41:44 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild,v 1.1 2014/10/10 04:29:01 radhermit Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild,v 1.2 2015/01/29 17:41:44 mgorny Exp $
31
32 EAPI=5
33
34 @@ -13,7 +13,7 @@
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
38 -IUSE="sse static-libs"
39 +IUSE="cpu_flags_x86_sse static-libs"
40
41 src_prepare() {
42 epatch "${FILESDIR}"/${P}-cflags.patch
43 @@ -24,7 +24,7 @@
44 econf \
45 --enable-shared \
46 $(use_enable static-libs static) \
47 - $(use_enable sse) \
48 + $(use_enable cpu_flags_x86_sse sse) \
49 --disable-multithreaded
50 # threaded version causes segfaults
51 }
52
53
54
55 1.8 media-libs/libsbsms/libsbsms-2.0.1.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.1.ebuild?rev=1.8&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.1.ebuild?rev=1.8&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.1.ebuild?r1=1.7&r2=1.8
60
61 Index: libsbsms-2.0.1.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.1.ebuild,v
64 retrieving revision 1.7
65 retrieving revision 1.8
66 diff -u -r1.7 -r1.8
67 --- libsbsms-2.0.1.ebuild 29 Jun 2013 19:41:03 -0000 1.7
68 +++ libsbsms-2.0.1.ebuild 29 Jan 2015 17:41:44 -0000 1.8
69 @@ -1,6 +1,6 @@
70 -# Copyright 1999-2013 Gentoo Foundation
71 +# Copyright 1999-2015 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.1.ebuild,v 1.7 2013/06/29 19:41:03 ago Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.1.ebuild,v 1.8 2015/01/29 17:41:44 mgorny Exp $
75
76 EAPI=4
77
78 @@ -13,7 +13,7 @@
79 LICENSE="GPL-2"
80 SLOT="0"
81 KEYWORDS="amd64 ~mips ppc ppc64 x86"
82 -IUSE="sse static-libs"
83 +IUSE="cpu_flags_x86_sse static-libs"
84
85 src_prepare() {
86 epatch \
87 @@ -26,7 +26,7 @@
88 econf \
89 --enable-shared \
90 $(use_enable static-libs static) \
91 - $(use_enable sse) \
92 + $(use_enable cpu_flags_x86_sse sse) \
93 --disable-multithreaded
94 # threaded version causes segfaults
95 }
96
97
98
99 1.3 media-libs/libsbsms/libsbsms-2.0.0.ebuild
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.0.ebuild?rev=1.3&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.0.ebuild?rev=1.3&content-type=text/plain
103 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.0.ebuild?r1=1.2&r2=1.3
104
105 Index: libsbsms-2.0.0.ebuild
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.0.ebuild,v
108 retrieving revision 1.2
109 retrieving revision 1.3
110 diff -u -r1.2 -r1.3
111 --- libsbsms-2.0.0.ebuild 10 Mar 2013 14:18:44 -0000 1.2
112 +++ libsbsms-2.0.0.ebuild 29 Jan 2015 17:41:44 -0000 1.3
113 @@ -1,6 +1,6 @@
114 -# Copyright 1999-2013 Gentoo Foundation
115 +# Copyright 1999-2015 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.0.ebuild,v 1.2 2013/03/10 14:18:44 blueness Exp $
118 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.0.ebuild,v 1.3 2015/01/29 17:41:44 mgorny Exp $
119
120 EAPI=4
121
122 @@ -13,7 +13,7 @@
123 LICENSE="GPL-2"
124 SLOT="0"
125 KEYWORDS="~amd64 ~x86"
126 -IUSE="sse static-libs"
127 +IUSE="cpu_flags_x86_sse static-libs"
128
129 src_prepare() {
130 epatch "${FILESDIR}"/${P}-cflags.patch
131 @@ -24,7 +24,7 @@
132 econf \
133 --enable-shared \
134 $(use_enable static-libs static) \
135 - $(use_enable sse) \
136 + $(use_enable cpu_flags_x86_sse sse) \
137 --disable-multithreaded
138 # threaded version causes segfaults
139 }
140
141
142
143 1.10 media-libs/libsbsms/ChangeLog
144
145 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/ChangeLog?rev=1.10&view=markup
146 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/ChangeLog?rev=1.10&content-type=text/plain
147 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsbsms/ChangeLog?r1=1.9&r2=1.10
148
149 Index: ChangeLog
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsbsms/ChangeLog,v
152 retrieving revision 1.9
153 retrieving revision 1.10
154 diff -u -r1.9 -r1.10
155 --- ChangeLog 10 Oct 2014 04:29:01 -0000 1.9
156 +++ ChangeLog 29 Jan 2015 17:41:44 -0000 1.10
157 @@ -1,6 +1,10 @@
158 # ChangeLog for media-libs/libsbsms
159 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
160 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/ChangeLog,v 1.9 2014/10/10 04:29:01 radhermit Exp $
161 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
162 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/ChangeLog,v 1.10 2015/01/29 17:41:44 mgorny Exp $
163 +
164 + 29 Jan 2015; Michał Górny <mgorny@g.o> libsbsms-2.0.0.ebuild,
165 + libsbsms-2.0.1.ebuild, libsbsms-2.0.2.ebuild:
166 + Switch to CPU_FLAGS_X86.
167
168 *libsbsms-2.0.2 (10 Oct 2014)