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/cov-core: ChangeLog cov-core-1.7.ebuild
Date: Sat, 27 Sep 2014 11:35:30
Message-Id: 20140927113528.0646D668E@oystercatcher.gentoo.org
1 maekke 14/09/27 11:35:28
2
3 Modified: ChangeLog cov-core-1.7.ebuild
4 Log:
5 add ~arm, bug #521954
6
7 (Portage version: 2.2.13/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.7 dev-python/cov-core/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 27 Aug 2014 08:21:07 -0000 1.6
23 +++ ChangeLog 27 Sep 2014 11:35:27 -0000 1.7
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/cov-core
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.6 2014/08/27 08:21:07 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.7 2014/09/27 11:35:27 maekke Exp $
29 +
30 + 27 Sep 2014; Markus Meier <maekke@g.o> cov-core-1.7.ebuild:
31 + add ~arm, bug #521954
32
33 27 Aug 2014; Ian Delaney <idella4@g.o> cov-core-1.7.ebuild:
34 add keyword ~x86, pypy support
35
36
37
38 1.7 dev-python/cov-core/cov-core-1.7.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild?r1=1.6&r2=1.7
43
44 Index: cov-core-1.7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- cov-core-1.7.ebuild 27 Aug 2014 08:21:07 -0000 1.6
51 +++ cov-core-1.7.ebuild 27 Sep 2014 11:35:27 -0000 1.7
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/cov-core/cov-core-1.7.ebuild,v 1.6 2014/08/27 08:21:07 idella4 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 1.7 2014/09/27 11:35:27 maekke Exp $
57
58 EAPI=5
59
60 @@ -13,7 +13,7 @@
61
62 LICENSE="MIT"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~x86"
65 +KEYWORDS="~amd64 ~arm ~x86"
66 IUSE=""
67
68 RDEPEND="dev-python/coverage[${PYTHON_USEDEP}]"