mgorny 15/01/29 21:20:44 Modified: fasta-35.4.10.ebuild fasta-36.3.5e.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.10 sci-biology/fasta/fasta-35.4.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild?r1=1.9&r2=1.10 Index: fasta-35.4.10.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fasta-35.4.10.ebuild 10 Dec 2012 19:48:44 -0000 1.9 +++ fasta-35.4.10.ebuild 29 Jan 2015 21:20:44 -0000 1.10 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild,v 1.9 2012/12/10 19:48:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild,v 1.10 2015/01/29 21:20:44 mgorny Exp $ EAPI="2" @@ -13,7 +13,7 @@ LICENSE="fasta" SLOT="0" KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="debug sse2 test" +IUSE="debug cpu_flags_x86_sse2 test" DEPEND="test? ( app-shells/tcsh )" RDEPEND="" @@ -34,7 +34,7 @@ use amd64 && ALT="64" fi - if use sse2 ; then + if use cpu_flags_x86_sse2 ; then ALT="${ALT}_sse2" append-flags -msse2 [[ $(tc-getCC) == *icc* ]] || append-flags -ffast-math 1.2 sci-biology/fasta/fasta-36.3.5e.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-36.3.5e.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-36.3.5e.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/fasta-36.3.5e.ebuild?r1=1.1&r2=1.2 Index: fasta-36.3.5e.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-36.3.5e.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fasta-36.3.5e.ebuild 11 May 2013 15:39:33 -0000 1.1 +++ fasta-36.3.5e.ebuild 29 Jan 2015 21:20:44 -0000 1.2 @@ -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/sci-biology/fasta/fasta-36.3.5e.ebuild,v 1.1 2013/05/11 15:39:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-36.3.5e.ebuild,v 1.2 2015/01/29 21:20:44 mgorny Exp $ EAPI=5 @@ -13,7 +13,7 @@ LICENSE="fasta" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="debug sse2 test" +IUSE="debug cpu_flags_x86_sse2 test" DEPEND="test? ( app-shells/tcsh )" RDEPEND="" @@ -34,7 +34,7 @@ use amd64 && ALT="64" fi - if use sse2 ; then + if use cpu_flags_x86_sse2 ; then ALT="${ALT}_sse2" append-flags -msse2 [[ $(tc-getCC) == *icc* ]] || append-flags -ffast-math 1.10 sci-biology/fasta/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasta/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/fasta/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 11 May 2013 15:39:33 -0000 1.9 +++ ChangeLog 29 Jan 2015 21:20:44 -0000 1.10 @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/fasta -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/ChangeLog,v 1.9 2013/05/11 15:39:33 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/ChangeLog,v 1.10 2015/01/29 21:20:44 mgorny Exp $ + + 29 Jan 2015; Michał Górny <mgo...@gentoo.org> fasta-35.4.10.ebuild, + fasta-36.3.5e.ebuild: + Convert to CPU_FLAGS_X86. *fasta-36.3.5e (11 May 2013)