Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pylint: ChangeLog pylint-0.20.0.ebuild
Date: Mon, 03 May 2010 19:24:37
Message-Id: 20100503192435.02C9C2C37C@corvid.gentoo.org
1 arfrever 10/05/03 19:24:34
2
3 Modified: ChangeLog pylint-0.20.0.ebuild
4 Log:
5 Fix dependencies (bug #317373).
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.64 dev-python/pylint/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.64&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.64&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.63&r2=1.64
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
18 retrieving revision 1.63
19 retrieving revision 1.64
20 diff -u -r1.63 -r1.64
21 --- ChangeLog 26 Apr 2010 10:57:24 -0000 1.63
22 +++ ChangeLog 3 May 2010 19:24:34 -0000 1.64
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-python/pylint
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.63 2010/04/26 10:57:24 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.64 2010/05/03 19:24:34 arfrever Exp $
28 +
29 + 03 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
30 + pylint-0.20.0.ebuild:
31 + Fix dependencies (bug #317373).
32
33 26 Apr 2010; Christian Faulhammer <fauli@g.o> pylint-0.19.0.ebuild:
34 stable x86, bug 301410
35
36
37
38 1.2 dev-python/pylint/pylint-0.20.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild?r1=1.1&r2=1.2
43
44 Index: pylint-0.20.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- pylint-0.20.0.ebuild 26 Mar 2010 17:33:44 -0000 1.1
51 +++ pylint-0.20.0.ebuild 3 May 2010 19:24:34 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.1 2010/03/26 17:33:44 arfrever Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.20.0.ebuild,v 1.2 2010/05/03 19:24:34 arfrever Exp $
57
58 EAPI="3"
59 PYTHON_DEPEND="2"
60 @@ -20,7 +20,7 @@
61 IUSE="doc examples test tk"
62
63 DEPEND=">=dev-python/logilab-common-0.44.0
64 - >=dev-python/astng-0.19.3"
65 + >=dev-python/astng-0.20"
66 RDEPEND="${DEPEND}"
67 RESTRICT_PYTHON_ABIS="3.*"
68
69 @@ -58,7 +58,7 @@
70 pkg_postinst() {
71 distutils_pkg_postinst
72
73 - if ! has_version dev-lang/python[tk]; then
74 + if ! has_version "=dev-lang/python-2*[tk]"; then
75 ewarn "dev-lang/python has been built without tk support,"
76 ewarn "${PN}-gui doesn't work without Tkinter so if you really need it,"
77 ewarn "re-install dev-lang/python with \"tk\" useflag enabled."