Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/flake8: ChangeLog flake8-2.0.ebuild
Date: Sun, 04 May 2014 16:16:05
Message-Id: 20140504161602.AF6DD2004C@flycatcher.gentoo.org
1 maekke 14/05/04 16:16:02
2
3 Modified: ChangeLog flake8-2.0.ebuild
4 Log:
5 add ~arm, bug #508282
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.11 dev-python/flake8/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 25 Apr 2014 14:24:25 -0000 1.10
23 +++ ChangeLog 4 May 2014 16:16:02 -0000 1.11
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/flake8
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.10 2014/04/25 14:24:25 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.11 2014/05/04 16:16:02 maekke Exp $
29 +
30 + 04 May 2014; Markus Meier <maekke@g.o> flake8-2.0.ebuild:
31 + add ~arm, bug #508282
32
33 25 Apr 2014; Jeroen Roovers <jer@g.o> flake8-2.0.ebuild,
34 flake8-2.1.0.ebuild:
35
36
37
38 1.8 dev-python/flake8/flake8-2.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/flake8-2.0.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/flake8-2.0.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/flake8-2.0.ebuild?r1=1.7&r2=1.8
43
44 Index: flake8-2.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.0.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- flake8-2.0.ebuild 25 Apr 2014 14:24:25 -0000 1.7
51 +++ flake8-2.0.ebuild 4 May 2014 16:16:02 -0000 1.8
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.0.ebuild,v 1.7 2014/04/25 14:24:25 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.0.ebuild,v 1.8 2014/05/04 16:16:02 maekke Exp $
57
58 EAPI=5
59
60 @@ -12,7 +12,7 @@
61 HOMEPAGE="http://bitbucket.org/tarek/flake8"
62 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
63
64 -KEYWORDS="amd64 ~hppa x86"
65 +KEYWORDS="amd64 ~arm ~hppa x86"
66 IUSE="test"
67 LICENSE="MIT"
68 SLOT="0"