mgorny 15/01/29 17:27:42 Modified: babl-9999.ebuild babl-0.1.10-r1.ebuild ChangeLog Log: Convert to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 media-libs/babl/babl-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-9999.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-9999.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-9999.ebuild?r1=1.2&r2=1.3 Index: babl-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/babl-9999.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- babl-9999.ebuild 30 Apr 2013 20:37:44 -0000 1.2 +++ babl-9999.ebuild 29 Jan 2015 17:27:42 -0000 1.3 @@ -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-libs/babl/babl-9999.ebuild,v 1.2 2013/04/30 20:37:44 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-9999.ebuild,v 1.3 2015/01/29 17:27:42 mgorny Exp $ EAPI=4 @@ -16,7 +16,7 @@ LICENSE="LGPL-3" SLOT="0" KEYWORDS="" -IUSE="altivec +introspection sse mmx vala" +IUSE="altivec +introspection cpu_flags_x86_sse cpu_flags_x86_mmx vala" RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.10 )" DEPEND="${RDEPEND} @@ -43,8 +43,8 @@ --disable-maintainer-mode \ $(use_enable altivec) \ $(use_enable introspection) \ - $(use_enable mmx) \ - $(use_enable sse) \ + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_sse sse) \ $(use_with vala) } 1.12 media-libs/babl/babl-0.1.10-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.10-r1.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.10-r1.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.10-r1.ebuild?r1=1.11&r2=1.12 Index: babl-0.1.10-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.10-r1.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- babl-0.1.10-r1.ebuild 4 Mar 2014 20:02:39 -0000 1.11 +++ babl-0.1.10-r1.ebuild 29 Jan 2015 17:27:42 -0000 1.12 @@ -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-libs/babl/babl-0.1.10-r1.ebuild,v 1.11 2014/03/04 20:02:39 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.10-r1.ebuild,v 1.12 2015/01/29 17:27:42 mgorny Exp $ EAPI=5 @@ -17,7 +17,7 @@ LICENSE="LGPL-3" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="altivec sse mmx" # +introspection vala +IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_mmx" # +introspection vala RDEPEND="" #introspection? ( >=dev-libs/gobject-introspection-0.10 )" @@ -52,8 +52,8 @@ --disable-introspection \ --without-vala \ $(use_enable altivec) \ - $(use_enable mmx) \ - $(use_enable sse) + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_sse sse) # $(use_enable introspection) \ # $(use_with vala) } 1.63 media-libs/babl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?r1=1.62&r2=1.63 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ChangeLog 23 Apr 2014 21:13:40 -0000 1.62 +++ ChangeLog 29 Jan 2015 17:27:42 -0000 1.63 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/babl -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.62 2014/04/23 21:13:40 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.63 2015/01/29 17:27:42 mgorny Exp $ + + 29 Jan 2015; Michał Górny <[email protected]> babl-0.1.10-r1.ebuild, + babl-9999.ebuild: + Convert to CPU_FLAGS_X86. 23 Apr 2014; Pacho Ramos <[email protected]> -babl-0.1.10.ebuild, -babl-0.1.4-r2.ebuild, -babl-0.1.4.ebuild, -babl-0.1.6.ebuild,
