mgorny 15/01/28 23:02:53 Modified: yate-9999.ebuild yate-5.4.0.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.8 net-voip/yate/yate-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/yate-9999.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/yate-9999.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/yate-9999.ebuild?r1=1.7&r2=1.8 Index: yate-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-voip/yate/yate-9999.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- yate-9999.ebuild 28 Dec 2014 16:45:17 -0000 1.7 +++ yate-9999.ebuild 28 Jan 2015 23:02:53 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-9999.ebuild,v 1.7 2014/12/28 16:45:17 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-9999.ebuild,v 1.8 2015/01/28 23:02:53 mgorny Exp $ EAPI=5 @@ -21,7 +21,7 @@ LICENSE="GPL-2" SLOT="0" -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" +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" RDEPEND=" postgres? ( dev-db/postgresql ) @@ -55,7 +55,7 @@ src_configure() { econf \ --with-archlib=$(get_libdir) \ - $(use_enable sse2) \ + $(use_enable cpu_flags_x86_sse2 sse2) \ $(use_enable sctp) \ $(use_enable dahdi) \ $(use_enable zaptel) \ 1.5 net-voip/yate/yate-5.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild?r1=1.4&r2=1.5 Index: yate-5.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- yate-5.4.0.ebuild 28 Dec 2014 16:45:17 -0000 1.4 +++ yate-5.4.0.ebuild 28 Jan 2015 23:02:53 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild,v 1.4 2014/12/28 16:45:17 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-5.4.0.ebuild,v 1.5 2015/01/28 23:02:53 mgorny Exp $ EAPI=5 @@ -21,7 +21,7 @@ LICENSE="GPL-2" SLOT="0" -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" +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" RDEPEND=" postgres? ( dev-db/postgresql ) @@ -55,7 +55,7 @@ src_configure() { econf \ --with-archlib=$(get_libdir) \ - $(use_enable sse2) \ + $(use_enable cpu_flags_x86_sse2 sse2) \ $(use_enable sctp) \ $(use_enable dahdi) \ $(use_enable zaptel) \ 1.34 net-voip/yate/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/yate/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 28 Dec 2014 16:45:17 -0000 1.33 +++ ChangeLog 28 Jan 2015 23:02:53 -0000 1.34 @@ -1,6 +1,10 @@ # ChangeLog for net-voip/yate -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.33 2014/12/28 16:45:17 titanofold Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.34 2015/01/28 23:02:53 mgorny Exp $ + + 28 Jan 2015; Michał Górny <[email protected]> yate-5.4.0.ebuild, + yate-9999.ebuild: + Switch to CPU_FLAGS_X86. 28 Dec 2014; Aaron W. Swenson <[email protected]> yate-5.4.0.ebuild, yate-9999.ebuild:
