Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog distutils-r1.eclass
Date: Tue, 03 Dec 2013 20:00:45
Message-Id: 20131203200039.A16F12004B@flycatcher.gentoo.org
1 floppym 13/12/03 20:00:39
2
3 Modified: ChangeLog distutils-r1.eclass
4 Log:
5 Remove pointless distutils-r1_python_test function.
6
7 Revision Changes Path
8 1.1078 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1078&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1078&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1077&r2=1.1078
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.1077
18 retrieving revision 1.1078
19 diff -u -r1.1077 -r1.1078
20 --- ChangeLog 2 Dec 2013 13:14:09 -0000 1.1077
21 +++ ChangeLog 3 Dec 2013 20:00:39 -0000 1.1078
22 @@ -1,6 +1,9 @@
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.1077 2013/12/02 13:14:09 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1078 2013/12/03 20:00:39 floppym Exp $
27 +
28 + 03 Dec 2013; Mike Gilbert <floppym@g.o> distutils-r1.eclass:
29 + Remove pointless distutils-r1_python_test function.
30
31 02 Dec 2013; Michał Górny <mgorny@g.o> distutils-r1.eclass:
32 Override bdist_egg->build_dir via pydistutils.cfg rather than extra command.
33
34
35
36 1.93 eclass/distutils-r1.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/distutils-r1.eclass?rev=1.93&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/distutils-r1.eclass?rev=1.93&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/distutils-r1.eclass?r1=1.92&r2=1.93
41
42 Index: distutils-r1.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v
45 retrieving revision 1.92
46 retrieving revision 1.93
47 diff -u -r1.92 -r1.93
48 --- distutils-r1.eclass 2 Dec 2013 13:14:09 -0000 1.92
49 +++ distutils-r1.eclass 3 Dec 2013 20:00:39 -0000 1.93
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.92 2013/12/02 13:14:09 mgorny Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.93 2013/12/03 20:00:39 floppym Exp $
55
56 # @ECLASS: distutils-r1
57 # @MAINTAINER:
58 @@ -394,15 +394,6 @@
59 esetup.py build "${@}"
60 }
61
62 -# @FUNCTION: distutils-r1_python_test
63 -# @DESCRIPTION:
64 -# The default python_test(). A no-op.
65 -distutils-r1_python_test() {
66 - debug-print-function ${FUNCNAME} "${@}"
67 -
68 - :
69 -}
70 -
71 # @FUNCTION: _distutils-r1_wrap_scripts
72 # @USAGE: <path> <bindir>
73 # @INTERNAL