Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/stevedore: stevedore-0.15.ebuild ChangeLog
Date: Tue, 01 Apr 2014 09:11:51
Message-Id: 20140401091147.1314C2005E@flycatcher.gentoo.org
1 idella4 14/04/01 09:11:47
2
3 Modified: stevedore-0.15.ebuild ChangeLog
4 Log:
5 re-add flake8 for test phase
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.3 dev-python/stevedore/stevedore-0.15.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/stevedore-0.15.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/stevedore-0.15.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/stevedore-0.15.ebuild?r1=1.2&r2=1.3
15
16 Index: stevedore-0.15.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-0.15.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- stevedore-0.15.ebuild 30 Mar 2014 06:32:33 -0000 1.2
23 +++ stevedore-0.15.ebuild 1 Apr 2014 09:11:46 -0000 1.3
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/stevedore/stevedore-0.15.ebuild,v 1.2 2014/03/30 06:32:33 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-0.15.ebuild,v 1.3 2014/04/01 09:11:46 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
32 @@ -22,7 +22,8 @@
33 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
34 test? ( dev-python/nose[${PYTHON_USEDEP}]
35 dev-python/mock[${PYTHON_USEDEP}]
36 - dev-python/coverage[${PYTHON_USEDEP}] )
37 + dev-python/coverage[${PYTHON_USEDEP}]
38 + dev-python/flake8[${PYTHON_USEDEP}] )
39 doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
40 dev-python/pillow[${PYTHON_USEDEP}] )"
41
42
43
44
45 1.17 dev-python/stevedore/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/ChangeLog?rev=1.17&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/ChangeLog?rev=1.17&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/ChangeLog?r1=1.16&r2=1.17
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v
54 retrieving revision 1.16
55 retrieving revision 1.17
56 diff -u -r1.16 -r1.17
57 --- ChangeLog 30 Mar 2014 07:27:28 -0000 1.16
58 +++ ChangeLog 1 Apr 2014 09:11:46 -0000 1.17
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-python/stevedore
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v 1.16 2014/03/30 07:27:28 idella4 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v 1.17 2014/04/01 09:11:46 idella4 Exp $
64 +
65 + 01 Apr 2014; Ian Delaney <idella4@g.o> stevedore-0.15.ebuild:
66 + re-add flake8 for test phase
67
68 30 Mar 2014; Ian Delaney <idella4@g.o> -stevedore-0.10.ebuild,
69 -stevedore-0.11.ebuild, -stevedore-0.12.ebuild, stevedore-0.14.1.ebuild,