Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/yate: yate-9999.ebuild yate-5.4.0.ebuild ChangeLog
Date: Wed, 28 Jan 2015 23:02:56
Message-Id: 20150128230253.4F54E1082F@oystercatcher.gentoo.org
1 mgorny 15/01/28 23:02:53
2
3 Modified: yate-9999.ebuild yate-5.4.0.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 net-voip/yate/yate-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/yate-9999.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/yate-9999.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/yate-9999.ebuild?r1=1.7&r2=1.8
15
16 Index: yate-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-voip/yate/yate-9999.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- yate-9999.ebuild 28 Dec 2014 16:45:17 -0000 1.7
23 +++ yate-9999.ebuild 28 Jan 2015 23:02:53 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 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/net-voip/yate/yate-9999.ebuild,v 1.7 2014/12/28 16:45:17 titanofold Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-9999.ebuild,v 1.8 2015/01/28 23:02:53 mgorny Exp $
30
31 EAPI=5
32
33 @@ -21,7 +21,7 @@
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -IUSE="doc sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex h323 spandsp +ssl qt4 +zlib amrnb"
38 +IUSE="doc cpu_flags_x86_sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex h323 spandsp +ssl qt4 +zlib amrnb"
39
40 RDEPEND="
41 postgres? ( dev-db/postgresql )
42 @@ -55,7 +55,7 @@
43 src_configure() {
44 econf \
45 --with-archlib=$(get_libdir) \
46 - $(use_enable sse2) \
47 + $(use_enable cpu_flags_x86_sse2 sse2) \
48 $(use_enable sctp) \
49 $(use_enable dahdi) \
50 $(use_enable zaptel) \
51
52
53
54 1.5 net-voip/yate/yate-5.4.0.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild?rev=1.5&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild?rev=1.5&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild?r1=1.4&r2=1.5
59
60 Index: yate-5.4.0.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild,v
63 retrieving revision 1.4
64 retrieving revision 1.5
65 diff -u -r1.4 -r1.5
66 --- yate-5.4.0.ebuild 28 Dec 2014 16:45:17 -0000 1.4
67 +++ yate-5.4.0.ebuild 28 Jan 2015 23:02:53 -0000 1.5
68 @@ -1,6 +1,6 @@
69 -# Copyright 1999-2014 Gentoo Foundation
70 +# Copyright 1999-2015 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild,v 1.4 2014/12/28 16:45:17 titanofold Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild,v 1.5 2015/01/28 23:02:53 mgorny Exp $
74
75 EAPI=5
76
77 @@ -21,7 +21,7 @@
78
79 LICENSE="GPL-2"
80 SLOT="0"
81 -IUSE="doc sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex h323 spandsp +ssl qt4 +zlib amrnb"
82 +IUSE="doc cpu_flags_x86_sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilbc-webrtc +isac-float isac-fixed postgres mysql +gsm +speex h323 spandsp +ssl qt4 +zlib amrnb"
83
84 RDEPEND="
85 postgres? ( dev-db/postgresql )
86 @@ -55,7 +55,7 @@
87 src_configure() {
88 econf \
89 --with-archlib=$(get_libdir) \
90 - $(use_enable sse2) \
91 + $(use_enable cpu_flags_x86_sse2 sse2) \
92 $(use_enable sctp) \
93 $(use_enable dahdi) \
94 $(use_enable zaptel) \
95
96
97
98 1.34 net-voip/yate/ChangeLog
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/ChangeLog?rev=1.34&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/ChangeLog?rev=1.34&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/ChangeLog?r1=1.33&r2=1.34
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v
107 retrieving revision 1.33
108 retrieving revision 1.34
109 diff -u -r1.33 -r1.34
110 --- ChangeLog 28 Dec 2014 16:45:17 -0000 1.33
111 +++ ChangeLog 28 Jan 2015 23:02:53 -0000 1.34
112 @@ -1,6 +1,10 @@
113 # ChangeLog for net-voip/yate
114 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.33 2014/12/28 16:45:17 titanofold Exp $
116 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
117 +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.34 2015/01/28 23:02:53 mgorny Exp $
118 +
119 + 28 Jan 2015; Michał Górny <mgorny@g.o> yate-5.4.0.ebuild,
120 + yate-9999.ebuild:
121 + Switch to CPU_FLAGS_X86.
122
123 28 Dec 2014; Aaron W. Swenson <titanofold@g.o> yate-5.4.0.ebuild,
124 yate-9999.ebuild: