Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pylint: pylint-0.18.1-r1.ebuild ChangeLog
Date: Sun, 07 Feb 2010 20:51:52
Message-Id: E1NeE6g-0007vG-GU@stork.gentoo.org
1 pva 10/02/07 20:51:50
2
3 Modified: pylint-0.18.1-r1.ebuild ChangeLog
4 Log:
5 Add inherit eutils: epatch is defined there.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 dev-python/pylint/pylint-0.18.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.18.1-r1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.18.1-r1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.18.1-r1.ebuild?r1=1.6&r2=1.7
14
15 Index: pylint-0.18.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.18.1-r1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- pylint-0.18.1-r1.ebuild 5 Dec 2009 11:44:07 -0000 1.6
22 +++ pylint-0.18.1-r1.ebuild 7 Feb 2010 20:51:49 -0000 1.7
23 @@ -1,11 +1,11 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 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.18.1-r1.ebuild,v 1.6 2009/12/05 11:44:07 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.18.1-r1.ebuild,v 1.7 2010/02/07 20:51:49 pva Exp $
29
30 EAPI="2"
31 SUPPORT_PYTHON_ABIS="1"
32
33 -inherit distutils
34 +inherit eutils distutils
35
36 DESCRIPTION="a tool to check if a Python module satisfies a coding standard"
37 HOMEPAGE="http://www.logilab.org/projects/pylint/"
38
39
40
41 1.59 dev-python/pylint/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.59&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.59&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.58&r2=1.59
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
50 retrieving revision 1.58
51 retrieving revision 1.59
52 diff -u -r1.58 -r1.59
53 --- ChangeLog 18 Jan 2010 18:24:43 -0000 1.58
54 +++ ChangeLog 7 Feb 2010 20:51:49 -0000 1.59
55 @@ -1,6 +1,9 @@
56 # ChangeLog for dev-python/pylint
57 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.58 2010/01/18 18:24:43 arfrever Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.59 2010/02/07 20:51:49 pva Exp $
60 +
61 + 07 Feb 2010; Peter Volkov <pva@g.o> pylint-0.18.1-r1.ebuild:
62 + Add inherit eutils: epatch is defined there.
63
64 18 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
65 pylint-0.19.0.ebuild: