Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pylint: pylint-0.27.0-r1.ebuild ChangeLog
Date: Tue, 30 Apr 2013 05:55:09
Message-Id: 20130430055445.A1C972171D@flycatcher.gentoo.org
1 idella4 13/04/30 05:54:45
2
3 Modified: pylint-0.27.0-r1.ebuild ChangeLog
4 Log:
5 Correction to install phase in 0.27.0-r1 migrate -> distutils-r1
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.3 dev-python/pylint/pylint-0.27.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.27.0-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.27.0-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.27.0-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: pylint-0.27.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.27.0-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pylint-0.27.0-r1.ebuild 13 Mar 2013 07:10:14 -0000 1.2
23 +++ pylint-0.27.0-r1.ebuild 30 Apr 2013 05:54:45 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.27.0-r1.ebuild,v 1.2 2013/03/13 07:10:14 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.27.0-r1.ebuild,v 1.3 2013/04/30 05:54:45 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_{5,6,7} python{3_1,3_2} )
32 @@ -35,7 +35,7 @@
33 pytest || die
34 }
35
36 -src_install_all() {
37 +python_install_all() {
38 doman man/{pylint,pyreverse}.1 || die "doman failed"
39
40 if use examples; then
41
42
43
44 1.97 dev-python/pylint/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.97&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.97&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.96&r2=1.97
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
53 retrieving revision 1.96
54 retrieving revision 1.97
55 diff -u -r1.96 -r1.97
56 --- ChangeLog 13 Mar 2013 07:10:14 -0000 1.96
57 +++ ChangeLog 30 Apr 2013 05:54:45 -0000 1.97
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/pylint
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.96 2013/03/13 07:10:14 idella4 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.97 2013/04/30 05:54:45 idella4 Exp $
63 +
64 + 30 Apr 2013; Ian Delaney <idella4@g.o> pylint-0.27.0-r1.ebuild:
65 + Correction to install phase in 0.27.0-r1 migrate -> distutils-r1
66
67 13 Mar 2013; Ian Delaney <idella4@g.o> pylint-0.27.0-r1.ebuild:
68 tidyup