From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Mp5EN-0006l6-7p for garchives@archives.gentoo.org; Sat, 19 Sep 2009 19:04:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 647DBE07F9; Sat, 19 Sep 2009 19:04:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 23A65E07F9 for ; Sat, 19 Sep 2009 19:04:22 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id CBCA965798 for ; Sat, 19 Sep 2009 19:04:21 +0000 (UTC) Received: from tester by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Mp5EL-0005pu-7V for gentoo-commits@lists.gentoo.org; Sat, 19 Sep 2009 19:04:21 +0000 From: "Olivier Crete (tester)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tester@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: farsight2-0.0.15.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: farsight2-0.0.15.ebuild ChangeLog X-VCS-Directories: net-libs/farsight2 X-VCS-Committer: tester X-VCS-Committer-Name: Olivier Crete Content-Type: text/plain; charset=utf8 Message-Id: Sender: Olivier Crete Date: Sat, 19 Sep 2009 19:04:21 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 74c26ff2-d342-4ac1-af62-1b95d7990cf6 X-Archives-Hash: b7b823f99e0ff9b0931084189e9dce02 tester 09/09/19 19:04:21 Modified: farsight2-0.0.15.ebuild ChangeLog Log: Disabled tests when the msn flag is not there (Portage version: 2.1.6.13/cvs/Linux x86_64) Revision Changes Path 1.4 net-libs/farsight2/farsight2-0.0.15.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2= /farsight2-0.0.15.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2= /farsight2-0.0.15.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2= /farsight2-0.0.15.ebuild?r1=3D1.3&r2=3D1.4 Index: farsight2-0.0.15.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebu= ild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- farsight2-0.0.15.ebuild 11 Sep 2009 22:00:25 -0000 1.3 +++ farsight2-0.0.15.ebuild 19 Sep 2009 19:04:20 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.e= build,v 1.3 2009/09/11 22:00:25 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.e= build,v 1.4 2009/09/19 19:04:20 tester Exp $ =20 EAPI=3D"2" =20 @@ -44,3 +44,12 @@ emake install DESTDIR=3D"${D}" || die "emake install failed" dodoc AUTHORS README ChangeLog } + +src_test() +{ + use msn || { einfo "Tests disabled without msn use flag"; return ;} + if ! emake -j1 check; then + hasq test $FEATURES && die "Make check failed. See above for details." + hasq test $FEATURES || eerror "Make check failed. See above for detail= s." + fi +} 1.13 net-libs/farsight2/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2= /ChangeLog?rev=3D1.13&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2= /ChangeLog?rev=3D1.13&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2= /ChangeLog?r1=3D1.12&r2=3D1.13 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 11 Sep 2009 22:00:25 -0000 1.12 +++ ChangeLog 19 Sep 2009 19:04:20 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for net-libs/farsight2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.12 2= 009/09/11 22:00:25 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.13 2= 009/09/19 19:04:20 tester Exp $ + + 19 Sep 2009; Olivier Cr=C3=AAte farsight2-0.0.15.e= build: + Disabled tests when the msn flag is not there =20 11 Sep 2009; Mounir Lamouri farsight2-0.0.15.ebui= ld: Keywording for ppc. Bug 282263