Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: python-utils-r1.eclass
Date: Sat, 01 Dec 2012 22:10:45
Message-Id: 20121201221034.B75B421708@flycatcher.gentoo.org
1 mgorny 12/12/01 22:10:34
2
3 Modified: python-utils-r1.eclass
4 Log:
5 Add a bit of debug.
6
7 Revision Changes Path
8 1.6 eclass/python-utils-r1.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?r1=1.5&r2=1.6
13
14 Index: python-utils-r1.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- python-utils-r1.eclass 30 Nov 2012 11:43:14 -0000 1.5
21 +++ python-utils-r1.eclass 1 Dec 2012 22:10:34 -0000 1.6
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2012 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.5 2012/11/30 11:43:14 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.6 2012/12/01 22:10:34 mgorny Exp $
27
28 # @ECLASS: python-utils-r1
29 # @MAINTAINER:
30 @@ -322,6 +322,8 @@
31 set -- "${D}${f}" "${@}"
32 fi
33 done < <("${PYTHON}" -c 'import sys; print("\0".join(sys.path))')
34 +
35 + debug-print "${FUNCNAME}: using sys.path: ${*/%/;}"
36 fi
37
38 local d