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.eclass
Date: Sat, 02 Mar 2013 12:54:36
Message-Id: 20130302125432.28A372171D@flycatcher.gentoo.org
1 mgorny 13/03/02 12:54:32
2
3 Modified: ChangeLog python.eclass
4 Log:
5 Remove deprecation warnings wrt bug #452160. The code will not be removed anymore since the eclass will be deprecated at some point.
6
7 Revision Changes Path
8 1.699 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.699&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.699&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.698&r2=1.699
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.698
18 retrieving revision 1.699
19 diff -u -r1.698 -r1.699
20 --- ChangeLog 2 Mar 2013 07:17:50 -0000 1.698
21 +++ ChangeLog 2 Mar 2013 12:54:31 -0000 1.699
22 @@ -1,6 +1,10 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.698 2013/03/02 07:17:50 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.699 2013/03/02 12:54:31 mgorny Exp $
27 +
28 + 02 Mar 2013; Michał Górny <mgorny@g.o> python.eclass:
29 + Remove deprecation warnings wrt bug #452160. The code will not be removed
30 + anymore since the eclass will be deprecated at some point.
31
32 02 Mar 2013; Michał Górny <mgorny@g.o> distutils-r1.eclass:
33 Run *_all() phases in best-impl sources, in an in-source build.
34
35
36
37 1.165 eclass/python.eclass
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python.eclass?rev=1.165&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python.eclass?rev=1.165&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python.eclass?r1=1.164&r2=1.165
42
43 Index: python.eclass
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/eclass/python.eclass,v
46 retrieving revision 1.164
47 retrieving revision 1.165
48 diff -u -r1.164 -r1.165
49 --- python.eclass 20 Dec 2012 06:34:57 -0000 1.164
50 +++ python.eclass 2 Mar 2013 12:54:31 -0000 1.165
51 @@ -1,6 +1,6 @@
52 -# Copyright 1999-2012 Gentoo Foundation
53 +# Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.164 2012/12/20 06:34:57 floppym Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.165 2013/03/02 12:54:31 mgorny Exp $
57
58 # @ECLASS: python.eclass
59 # @MAINTAINER:
60 @@ -3001,12 +3001,6 @@
61 fi
62 else
63 # Deprecated part of python_mod_optimize()
64 - ewarn
65 - ewarn "Deprecation Warning: Usage of ${FUNCNAME}() in packages not supporting installation"
66 - ewarn "for multiple Python ABIs in EAPI <=2 is deprecated and will be disallowed on 2011-08-01."
67 - ewarn "Use EAPI >=3 and call ${FUNCNAME}() with paths having appropriate syntax."
68 - ewarn "The ebuild needs to be fixed. Please report a bug, if it has not been already reported."
69 - ewarn
70
71 local myroot mydirs=() myfiles=() myopts=() return_code="0"
72
73 @@ -3166,12 +3160,6 @@
74 done
75 else
76 # Deprecated part of python_mod_cleanup()
77 - ewarn
78 - ewarn "Deprecation Warning: Usage of ${FUNCNAME}() in packages not supporting installation"
79 - ewarn "for multiple Python ABIs in EAPI <=2 is deprecated and will be disallowed on 2011-08-01."
80 - ewarn "Use EAPI >=3 and call ${FUNCNAME}() with paths having appropriate syntax."
81 - ewarn "The ebuild needs to be fixed. Please report a bug, if it has not been already reported."
82 - ewarn
83
84 search_paths=("${@#/}")
85 search_paths=("${search_paths[@]/#/${root}/}")