Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libtasn1: libtasn1-2.9-r1.ebuild
Date: Sat, 01 Jan 2011 18:22:14
Message-Id: 20110101182203.637AC20054@flycatcher.gentoo.org
1 arfrever 11/01/01 18:22:03
2
3 Modified: libtasn1-2.9-r1.ebuild
4 Log:
5 Use VALGRIND_TESTS variable.
6
7 (Portage version: 2.2.0_alpha11_p6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-libs/libtasn1/libtasn1-2.9-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-2.9-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-2.9-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-2.9-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: libtasn1-2.9-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-2.9-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libtasn1-2.9-r1.ebuild 10 Dec 2010 13:22:38 -0000 1.1
23 +++ libtasn1-2.9-r1.ebuild 1 Jan 2011 18:22:03 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-2.9-r1.ebuild,v 1.1 2010/12/10 13:22:38 c1pher Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-2.9-r1.ebuild,v 1.2 2011/01/01 18:22:03 arfrever Exp $
29
30 EAPI="3"
31
32 @@ -18,8 +18,9 @@
33 RDEPEND=""
34
35 src_configure(){
36 - econf \
37 - --disable-valgrind-tests
38 + local myconf
39 + [[ "${VALGRIND_TESTS}" == "0" ]] && myconf+=" --disable-valgrind-tests"
40 + econf ${myconf}
41 }
42
43 src_install() {