vapier 14/05/09 22:44:32 Modified: yasm-1.2.0-r1.ebuild yasm-9999.ebuild ChangeLog Log: Run tests in parallel. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.4 dev-lang/yasm/yasm-1.2.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild?r1=1.3&r2=1.4 Index: yasm-1.2.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- yasm-1.2.0-r1.ebuild 30 Jun 2013 15:09:42 -0000 1.3 +++ yasm-1.2.0-r1.ebuild 9 May 2014 22:44:31 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v 1.3 2013/06/30 15:09:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v 1.4 2014/05/09 22:44:31 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -45,3 +45,7 @@ $(use_enable python python-bindings) \ $(use_enable nls) } + +src_test() { + emake check +} 1.7 dev-lang/yasm/yasm-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-9999.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-9999.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-9999.ebuild?r1=1.6&r2=1.7 Index: yasm-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-9999.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- yasm-9999.ebuild 30 Jun 2013 15:09:42 -0000 1.6 +++ yasm-9999.ebuild 9 May 2014 22:44:31 -0000 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-9999.ebuild,v 1.6 2013/06/30 15:09:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-9999.ebuild,v 1.7 2014/05/09 22:44:31 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -60,3 +60,7 @@ $(use_enable python python-bindings) \ $(use_enable nls) } + +src_test() { + emake check +} 1.63 dev-lang/yasm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?r1=1.62&r2=1.63 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ChangeLog 30 Jun 2013 15:09:42 -0000 1.62 +++ ChangeLog 9 May 2014 22:44:31 -0000 1.63 @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/yasm -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.62 2013/06/30 15:09:42 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.63 2014/05/09 22:44:31 vapier Exp $ + + 09 May 2014; Mike Frysinger <[email protected]> yasm-1.2.0-r1.ebuild, + yasm-9999.ebuild: + Run tests in parallel. 30 Jun 2013; Justin Lecher <[email protected]> yasm-1.2.0-r1.ebuild, yasm-9999.ebuild, metadata.xml:
