Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyro: pyro-4.11.ebuild ChangeLog
Date: Sat, 02 Jun 2012 23:24:21
Message-Id: 20120602232410.7D3A02004B@flycatcher.gentoo.org
1 hwoarang 12/06/02 23:24:10
2
3 Modified: pyro-4.11.ebuild ChangeLog
4 Log:
5 Stable on amd64 wrt bug #419025
6
7 (Portage version: 2.1.10.64/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-python/pyro/pyro-4.11.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/pyro-4.11.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/pyro-4.11.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/pyro-4.11.ebuild?r1=1.3&r2=1.4
15
16 Index: pyro-4.11.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-4.11.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- pyro-4.11.ebuild 1 Jun 2012 12:07:14 -0000 1.3
23 +++ pyro-4.11.ebuild 2 Jun 2012 23:24:10 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-4.11.ebuild,v 1.3 2012/06/01 12:07:14 aidecoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-4.11.ebuild,v 1.4 2012/06/02 23:24:10 hwoarang Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="*:2.6"
32 @@ -18,7 +18,7 @@
33
34 LICENSE="MIT"
35 SLOT="4"
36 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
37 +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
38 IUSE="doc examples test"
39
40 RDEPEND="!dev-python/pyro:0"
41
42
43
44 1.71 dev-python/pyro/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/ChangeLog?rev=1.71&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/ChangeLog?rev=1.71&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/ChangeLog?r1=1.70&r2=1.71
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v
53 retrieving revision 1.70
54 retrieving revision 1.71
55 diff -u -r1.70 -r1.71
56 --- ChangeLog 2 Jun 2012 06:38:18 -0000 1.70
57 +++ ChangeLog 2 Jun 2012 23:24:10 -0000 1.71
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/pyro
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.70 2012/06/02 06:38:18 aidecoe Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.71 2012/06/02 23:24:10 hwoarang Exp $
63 +
64 + 02 Jun 2012; Markos Chandras <hwoarang@g.o> pyro-4.11.ebuild:
65 + Stable on amd64 wrt bug #419025
66
67 02 Jun 2012; Amadeusz Żołnowski <aidecoe@g.o> pyro-4.14.ebuild:
68 Removed the test restriction; see comment 3 in the bug #416809.