Gentoo Archives: gentoo-commits

From: "Brent Baude (ranger)" <ranger@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/boto: ChangeLog boto-2.0.ebuild
Date: Wed, 01 Feb 2012 22:13:33
Message-Id: 20120201221324.045C22004B@flycatcher.gentoo.org
1 ranger 12/02/01 22:13:24
2
3 Modified: ChangeLog boto-2.0.ebuild
4 Log:
5 Marking boto-2.0 ppc for bug 391437
6
7 (Portage version: 2.1.10.11/cvs/Linux ppc64)
8
9 Revision Changes Path
10 1.36 dev-python/boto/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 28 Nov 2011 11:35:09 -0000 1.35
23 +++ ChangeLog 1 Feb 2012 22:13:23 -0000 1.36
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/boto
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.35 2011/11/28 11:35:09 phajdan.jr Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.36 2012/02/01 22:13:23 ranger Exp $
30 +
31 + 01 Feb 2012; Brent Baude <ranger@g.o> boto-2.0.ebuild:
32 + Marking boto-2.0 ppc for bug 391437
33
34 28 Nov 2011; Pawel Hajdan jr <phajdan.jr@g.o> boto-2.0.ebuild:
35 x86 stable wrt bug #391437
36
37
38
39 1.4 dev-python/boto/boto-2.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.0.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.0.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.0.ebuild?r1=1.3&r2=1.4
44
45 Index: boto-2.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- boto-2.0.ebuild 28 Nov 2011 11:35:09 -0000 1.3
52 +++ boto-2.0.ebuild 1 Feb 2012 22:13:23 -0000 1.4
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0.ebuild,v 1.3 2011/11/28 11:35:09 phajdan.jr Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0.ebuild,v 1.4 2012/02/01 22:13:23 ranger Exp $
59
60 EAPI="3"
61 PYTHON_DEPEND="2:2.5"
62 @@ -15,7 +15,7 @@
63
64 LICENSE="MIT"
65 SLOT="0"
66 -KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-linux ~ppc-macos ~x86-macos"
67 +KEYWORDS="amd64 ppc ~sparc x86 ~x86-linux ~ppc-macos ~x86-macos"
68 IUSE=""
69
70 DEPEND="dev-python/setuptools"