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 1RDUPM-0004PV-5C for garchives@archives.gentoo.org; Tue, 11 Oct 2011 04:57:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E6F021C153; Tue, 11 Oct 2011 04:57:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1BEC221C153 for ; Tue, 11 Oct 2011 04:57:32 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73A401B4009 for ; Tue, 11 Oct 2011 04:57:31 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2085) id 86B7D2004B; Tue, 11 Oct 2011 04:57:29 +0000 (UTC) From: "Peter Volkov (pva)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pva@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/ipv6calc: ipv6calc-0.92.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ipv6calc-0.92.0.ebuild ChangeLog X-VCS-Directories: net-misc/ipv6calc X-VCS-Committer: pva X-VCS-Committer-Name: Peter Volkov Content-Type: text/plain; charset=utf8 Message-Id: <20111011045729.86B7D2004B@flycatcher.gentoo.org> Date: Tue, 11 Oct 2011 04:57:29 +0000 (UTC) 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: X-Archives-Hash: 34b3155816d5af20c5cc219eece9069a pva 11/10/11 04:57:29 Modified: ipv6calc-0.92.0.ebuild ChangeLog Log: Disable tests that fail if started from root user. =20 (Portage version: 2.1.10.25/cvs/Linux x86_64) Revision Changes Path 1.2 net-misc/ipv6calc/ipv6calc-0.92.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipv6calc/= ipv6calc-0.92.0.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipv6calc/= ipv6calc-0.92.0.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipv6calc/= ipv6calc-0.92.0.ebuild?r1=3D1.1&r2=3D1.2 Index: ipv6calc-0.92.0.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-misc/ipv6calc/ipv6calc-0.92.0.ebuil= d,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ipv6calc-0.92.0.ebuild 10 Oct 2011 19:49:32 -0000 1.1 +++ ipv6calc-0.92.0.ebuild 11 Oct 2011 04:57:29 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.92.0.ebu= ild,v 1.1 2011/10/10 19:49:32 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.92.0.ebu= ild,v 1.2 2011/10/11 04:57:29 pva Exp $ =20 EAPI=3D"4" inherit fixheadtails @@ -31,6 +31,14 @@ emake DEFAULT_CFLAGS=3D"" } =20 +src_test() { + if [[ ${EUID} -eq 0 ]]; then + # Disable tests that fail as root + echo true > ipv6logstats/test_ipv6logstats.sh + fi + default +} + src_install() { emake DESTDIR=3D"${D}" install dodoc ChangeLog CREDITS README TODO USAGE 1.46 net-misc/ipv6calc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipv6calc/= ChangeLog?rev=3D1.46&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipv6calc/= ChangeLog?rev=3D1.46&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipv6calc/= ChangeLog?r1=3D1.45&r2=3D1.46 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-misc/ipv6calc/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 10 Oct 2011 19:49:32 -0000 1.45 +++ ChangeLog 11 Oct 2011 04:57:29 -0000 1.46 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ipv6calc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.45 20= 11/10/10 19:49:32 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.46 20= 11/10/11 04:57:29 pva Exp $ + + 11 Oct 2011; Peter Volkov ipv6calc-0.92.0.ebuild: + Disable tests that fail if started from root user. =20 *ipv6calc-0.92.0 (10 Oct 2011) =20