Gentoo Archives: gentoo-commits

From: "Krzysztof Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog python-distutils-ng.eclass
Date: Fri, 30 Mar 2012 16:41:49
Message-Id: 20120330164140.5A3BA2004B@flycatcher.gentoo.org
1 nelchael 12/03/30 16:41:40
2
3 Modified: ChangeLog python-distutils-ng.eclass
4 Log:
5 Fix two small issues, spotted by Sławomir Nizio <slawomir.nizio@×××××××.org>.
6
7 Revision Changes Path
8 1.195 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.195&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.195&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.194&r2=1.195
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.194
18 retrieving revision 1.195
19 diff -u -r1.194 -r1.195
20 --- ChangeLog 29 Mar 2012 15:35:04 -0000 1.194
21 +++ ChangeLog 30 Mar 2012 16:41:40 -0000 1.195
22 @@ -1,6 +1,11 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.194 2012/03/29 15:35:04 patrick Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.195 2012/03/30 16:41:40 nelchael Exp $
27 +
28 + 30 Mar 2012; Krzysztof Pawlik <nelchael@g.o>
29 + python-distutils-ng.eclass:
30 + Fix two small issues, spotted by Sławomir Nizio
31 + <slawomir.nizio@×××××××.org>.
32
33 29 Mar 2012; Patrick Lauer <patrick@g.o> apache-2.eclass:
34 Sanitizing directory permissions #398899
35
36
37
38 1.9 eclass/python-distutils-ng.eclass
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-distutils-ng.eclass?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-distutils-ng.eclass?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-distutils-ng.eclass?r1=1.8&r2=1.9
43
44 Index: python-distutils-ng.eclass
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- python-distutils-ng.eclass 28 Mar 2012 14:21:55 -0000 1.8
51 +++ python-distutils-ng.eclass 30 Mar 2012 16:41:40 -0000 1.9
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v 1.8 2012/03/28 14:21:55 marienz Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v 1.9 2012/03/30 16:41:40 nelchael Exp $
57
58 # @ECLASS: python-distutils-ng
59 # @MAINTAINER:
60 @@ -25,7 +25,7 @@
61 # implementation
62 # - src_install - you can define python_install function that will be run for
63 # each implementation and python_install_all that will be run in original
64 -# directory (so it wil lnot contain any implementation-specific files)
65 +# directory (so it will not contain any implementation-specific files)
66
67 # @ECLASS-VARIABLE: PYTHON_COMPAT
68 # @DESCRIPTION:
69 @@ -257,7 +257,7 @@
70 break
71 done
72 else
73 - use "python_targets_${impl}" || \
74 + use "python_targets_${default_impl}" || \
75 die "default implementation ${default_impl} not enabled"
76 fi