Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/flake8: flake8-2.2.5.ebuild ChangeLog
Date: Tue, 30 Dec 2014 10:10:18
Message-Id: 20141230101015.888B3E7C3@oystercatcher.gentoo.org
1 jer 14/12/30 10:10:15
2
3 Modified: flake8-2.2.5.ebuild ChangeLog
4 Log:
5 Stable for HPPA (bug #530600).
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.2 dev-python/flake8/flake8-2.2.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/flake8-2.2.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/flake8-2.2.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/flake8-2.2.5.ebuild?r1=1.1&r2=1.2
15
16 Index: flake8-2.2.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.2.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- flake8-2.2.5.ebuild 26 Oct 2014 16:02:49 -0000 1.1
23 +++ flake8-2.2.5.ebuild 30 Dec 2014 10:10:15 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.2.5.ebuild,v 1.1 2014/10/26 16:02:49 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.2.5.ebuild,v 1.2 2014/12/30 10:10:15 jer Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
32 @@ -11,7 +11,7 @@
33 HOMEPAGE="http://bitbucket.org/tarek/flake8 https://pypi.python.org/pypi/flake8"
34 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
37 +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
38 IUSE="test"
39 LICENSE="MIT"
40 SLOT="0"
41
42
43
44 1.21 dev-python/flake8/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?rev=1.21&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?rev=1.21&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?r1=1.20&r2=1.21
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
53 retrieving revision 1.20
54 retrieving revision 1.21
55 diff -u -r1.20 -r1.21
56 --- ChangeLog 3 Nov 2014 11:20:53 -0000 1.20
57 +++ ChangeLog 30 Dec 2014 10:10:15 -0000 1.21
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/flake8
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.20 2014/11/03 11:20:53 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.21 2014/12/30 10:10:15 jer Exp $
63 +
64 + 30 Dec 2014; Jeroen Roovers <jer@g.o> flake8-2.2.5.ebuild:
65 + Stable for HPPA (bug #530600).
66
67 03 Nov 2014; Agostino Sarubbo <ago@g.o> flake8-2.1.0.ebuild:
68 Stable for x86, wrt bug #525508