Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o, patrick@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-forensics/zzuf: ChangeLog zzuf-0.13.ebuild
Date: Fri, 26 Feb 2010 21:02:23
Message-Id: 4B8836EA.5040104@gentoo.org
1 On 02/26/2010 10:50 PM, Patrick Lauer (patrick) wrote:
2 > patrick 10/02/26 20:50:29
3 >
4 > Modified: ChangeLog
5 > Added: zzuf-0.13.ebuild
6 > Log:
7 > Bump
8 > (Portage version: 2.2_rc63/cvs/Linux x86_64)
9 >
10 > 1.1 app-forensics/zzuf/zzuf-0.13.ebuild
11 >
12 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/zzuf/zzuf-0.13.ebuild?rev=1.1&view=markup
13 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/zzuf/zzuf-0.13.ebuild?rev=1.1&content-type=text/plain
14 >
15 > Index: zzuf-0.13.ebuild
16 > ===================================================================
17 > # Copyright 1999-2010 Gentoo Foundation
18 > # Distributed under the terms of the GNU General Public License v2
19 > # $Header: /var/cvsroot/gentoo-x86/app-forensics/zzuf/zzuf-0.13.ebuild,v 1.1 2010/02/26 20:50:28 patrick Exp $
20 >
21
22 [ .. ]
23
24 > src_test() {
25 > if hasq sandbox ${FEATURES}; then
26 > ewarn "zzuf tests don't work correctly when sandbox is enabled,"
27 > ewarn "skipping tests. If you want to run the testsuite, please"
28 > ewarn "disable sandbox for this build."
29 > return
30 > fi
31
32 Testing FEATURES from ebuild? You shouldn't do that.

Replies