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/pytest-timeout: ChangeLog pytest-timeout-0.4.ebuild
Date: Sat, 28 Feb 2015 20:01:26
Message-Id: 20150228200119.0926312C19@oystercatcher.gentoo.org
1 maekke 15/02/28 20:01:19
2
3 Modified: ChangeLog pytest-timeout-0.4.ebuild
4 Log:
5 add ~arm, bug #539730
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.3 dev-python/pytest-timeout/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-timeout/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-timeout/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-timeout/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-timeout/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 9 Dec 2014 08:44:19 -0000 1.2
23 +++ ChangeLog 28 Feb 2015 20:01:18 -0000 1.3
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/pytest-timeout
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-timeout/ChangeLog,v 1.2 2014/12/09 08:44:19 mgorny Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-timeout/ChangeLog,v 1.3 2015/02/28 20:01:18 maekke Exp $
30 +
31 + 28 Feb 2015; Markus Meier <maekke@g.o> pytest-timeout-0.4.ebuild:
32 + add ~arm, bug #539730
33
34 09 Dec 2014; Michał Górny <mgorny@g.o> metadata.xml:
35 Fix <herd/>.
36
37
38
39 1.2 dev-python/pytest-timeout/pytest-timeout-0.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild?r1=1.1&r2=1.2
44
45 Index: pytest-timeout-0.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- pytest-timeout-0.4.ebuild 22 Nov 2014 09:43:43 -0000 1.1
52 +++ pytest-timeout-0.4.ebuild 28 Feb 2015 20:01:18 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild,v 1.1 2014/11/22 09:43:43 jlec Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild,v 1.2 2015/02/28 20:01:18 maekke Exp $
59
60 EAPI=5
61
62 @@ -14,7 +14,7 @@
63
64 SLOT="0"
65 LICENSE="MIT"
66 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
67 +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
68 IUSE=""
69
70 RDEPEND="dev-python/pytest"