mgorny 15/01/29 18:52:25 Modified: audacious-2.5.4.ebuild audacious-2.4.4.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.9 media-sound/audacious/audacious-2.5.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-2.5.4.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-2.5.4.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-2.5.4.ebuild?r1=1.8&r2=1.9 Index: audacious-2.5.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.5.4.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- audacious-2.5.4.ebuild 6 Jan 2013 20:53:19 -0000 1.8 +++ audacious-2.5.4.ebuild 29 Jan 2015 18:52:25 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.5.4.ebuild,v 1.8 2013/01/06 20:53:19 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.5.4.ebuild,v 1.9 2015/01/29 18:52:25 mgorny Exp $ EAPI=4 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" -IUSE="altivec chardet nls session sse2" +IUSE="altivec chardet nls session cpu_flags_x86_sse2" RDEPEND=">=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.16 @@ -45,7 +45,7 @@ $(use_enable chardet) \ $(use_enable nls) \ $(use_enable session sm) \ - $(use_enable sse2) + $(use_enable cpu_flags_x86_sse2 sse2) } src_install() { 1.13 media-sound/audacious/audacious-2.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-2.4.4.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-2.4.4.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/audacious-2.4.4.ebuild?r1=1.12&r2=1.13 Index: audacious-2.4.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.4.4.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- audacious-2.4.4.ebuild 7 Nov 2014 23:37:15 -0000 1.12 +++ audacious-2.4.4.ebuild 29 Jan 2015 18:52:25 -0000 1.13 @@ -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/media-sound/audacious/audacious-2.4.4.ebuild,v 1.12 2014/11/07 23:37:15 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.4.4.ebuild,v 1.13 2015/01/29 18:52:25 mgorny Exp $ EAPI=1 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" -IUSE="altivec chardet nls session sse2" +IUSE="altivec chardet nls session cpu_flags_x86_sse2" RDEPEND=">=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.16 @@ -44,7 +44,7 @@ $(use_enable chardet) \ $(use_enable nls) \ $(use_enable session sm) \ - $(use_enable sse2) \ + $(use_enable cpu_flags_x86_sse2 sse2) \ || die emake || die "make failed" 1.300 media-sound/audacious/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.300&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.300&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.299&r2=1.300 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v retrieving revision 1.299 retrieving revision 1.300 diff -u -r1.299 -r1.300 --- ChangeLog 7 Nov 2014 23:37:15 -0000 1.299 +++ ChangeLog 29 Jan 2015 18:52:25 -0000 1.300 @@ -1,6 +1,10 @@ # ChangeLog for media-sound/audacious -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.299 2014/11/07 23:37:15 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.300 2015/01/29 18:52:25 mgorny Exp $ + + 29 Jan 2015; Michał Górny <mgo...@gentoo.org> audacious-2.4.4.ebuild, + audacious-2.5.4.ebuild: + Switch to CPU_FLAGS_X86. *audacious-2.4.4 (07 Nov 2014)