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: ChangeLog python-r1.eclass
Date: Mon, 29 Oct 2012 11:27:41
Message-Id: 20121029112730.78C0521600@flycatcher.gentoo.org
1 mgorny 12/10/29 11:27:30
2
3 Modified: ChangeLog python-r1.eclass
4 Log:
5 Enable python3.3 support.
6
7 Revision Changes Path
8 1.482 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.482&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.482&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.481&r2=1.482
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.481
18 retrieving revision 1.482
19 diff -u -r1.481 -r1.482
20 --- ChangeLog 29 Oct 2012 09:54:50 -0000 1.481
21 +++ ChangeLog 29 Oct 2012 11:27:30 -0000 1.482
22 @@ -1,6 +1,9 @@
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.481 2012/10/29 09:54:50 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.482 2012/10/29 11:27:30 mgorny Exp $
27 +
28 + 29 Oct 2012; Michał Górny <mgorny@g.o> python-r1.eclass:
29 + Enable python3.3 support.
30
31 29 Oct 2012; Michał Górny <mgorny@g.o> distutils-r1.eclass:
32 Remove redundant "cd ${BUILD_DIR}" calls.
33
34
35
36 1.13 eclass/python-r1.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?rev=1.13&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?rev=1.13&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?r1=1.12&r2=1.13
41
42 Index: python-r1.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v
45 retrieving revision 1.12
46 retrieving revision 1.13
47 diff -u -r1.12 -r1.13
48 --- python-r1.eclass 29 Oct 2012 09:51:27 -0000 1.12
49 +++ python-r1.eclass 29 Oct 2012 11:27:30 -0000 1.13
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.12 2012/10/29 09:51:27 mgorny Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.13 2012/10/29 11:27:30 mgorny Exp $
55
56 # @ECLASS: python-r1
57 # @MAINTAINER:
58 @@ -45,7 +45,7 @@
59 _PYTHON_ALL_IMPLS=(
60 jython2_5
61 pypy1_8 pypy1_9
62 - python3_1 python3_2
63 + python3_1 python3_2 python3_3
64 python2_5 python2_6 python2_7
65 )