Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pylint: ChangeLog pylint-0.19.0.ebuild
Date: Sat, 27 Feb 2010 20:42:07
Message-Id: E1NlTUD-0004ir-1h@stork.gentoo.org
1 grobian 10/02/27 20:42:05
2
3 Modified: ChangeLog pylint-0.19.0.ebuild
4 Log:
5 Marked ~x64-macos, thanks Ramon van Alteren in bug #306705
6 (Portage version: 2.2.00.15444-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.60 dev-python/pylint/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.60&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.60&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.59&r2=1.60
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
18 retrieving revision 1.59
19 retrieving revision 1.60
20 diff -u -r1.59 -r1.60
21 --- ChangeLog 7 Feb 2010 20:51:49 -0000 1.59
22 +++ ChangeLog 27 Feb 2010 20:42:04 -0000 1.60
23 @@ -1,6 +1,9 @@
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.59 2010/02/07 20:51:49 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.60 2010/02/27 20:42:04 grobian Exp $
28 +
29 + 27 Feb 2010; Fabian Groffen <grobian@g.o> pylint-0.19.0.ebuild:
30 + Marked ~x64-macos, thanks Ramon van Alteren in bug #306705
31
32 07 Feb 2010; Peter Volkov <pva@g.o> pylint-0.18.1-r1.ebuild:
33 Add inherit eutils: epatch is defined there.
34
35
36
37 1.3 dev-python/pylint/pylint-0.19.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.19.0.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.19.0.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.19.0.ebuild?r1=1.2&r2=1.3
42
43 Index: pylint-0.19.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.19.0.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- pylint-0.19.0.ebuild 18 Jan 2010 18:24:43 -0000 1.2
50 +++ pylint-0.19.0.ebuild 27 Feb 2010 20:42:04 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.19.0.ebuild,v 1.2 2010/01/18 18:24:43 arfrever Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.19.0.ebuild,v 1.3 2010/02/27 20:42:04 grobian Exp $
56
57 EAPI="2"
58 SUPPORT_PYTHON_ABIS="1"
59 @@ -13,7 +13,7 @@
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
64 +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
65 IUSE="doc examples test tk"
66
67 DEPEND=">=dev-python/logilab-common-0.44.0