Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/boto: ChangeLog boto-2.0_beta3.ebuild boto-1.9b.ebuild
Date: Tue, 04 Jan 2011 22:00:54
Message-Id: 20110104220044.3DCA72005C@flycatcher.gentoo.org
1 xmw 11/01/04 22:00:44
2
3 Modified: ChangeLog boto-2.0_beta3.ebuild boto-1.9b.ebuild
4 Log:
5 added ~sparc keyword (bug 279975)
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.30 dev-python/boto/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 16 Oct 2010 20:49:38 -0000 1.29
23 +++ ChangeLog 4 Jan 2011 22:00:43 -0000 1.30
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-python/boto
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.29 2010/10/16 20:49:38 arfrever Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.30 2011/01/04 22:00:43 xmw Exp $
30 +
31 + 04 Jan 2011; Michael Weber <xmw@g.o> boto-1.9b.ebuild,
32 + boto-2.0_beta3.ebuild:
33 + added ~sparc keyword (bug 279975)
34
35 *boto-2.0_beta3 (16 Oct 2010)
36
37
38
39
40 1.2 dev-python/boto/boto-2.0_beta3.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.0_beta3.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.0_beta3.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.0_beta3.ebuild?r1=1.1&r2=1.2
45
46 Index: boto-2.0_beta3.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0_beta3.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- boto-2.0_beta3.ebuild 16 Oct 2010 20:49:38 -0000 1.1
53 +++ boto-2.0_beta3.ebuild 4 Jan 2011 22:00:43 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0_beta3.ebuild,v 1.1 2010/10/16 20:49:38 arfrever Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0_beta3.ebuild,v 1.2 2011/01/04 22:00:43 xmw Exp $
60
61 EAPI="3"
62 PYTHON_DEPEND="2:2.5"
63 @@ -18,7 +18,7 @@
64
65 LICENSE="MIT"
66 SLOT="0"
67 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
68 +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
69 IUSE=""
70
71 DEPEND="dev-python/setuptools"
72
73
74
75 1.7 dev-python/boto/boto-1.9b.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-1.9b.ebuild?rev=1.7&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-1.9b.ebuild?rev=1.7&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-1.9b.ebuild?r1=1.6&r2=1.7
80
81 Index: boto-1.9b.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v
84 retrieving revision 1.6
85 retrieving revision 1.7
86 diff -u -r1.6 -r1.7
87 --- boto-1.9b.ebuild 28 Sep 2010 16:09:57 -0000 1.6
88 +++ boto-1.9b.ebuild 4 Jan 2011 22:00:44 -0000 1.7
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2010 Gentoo Foundation
91 +# Copyright 1999-2011 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v 1.6 2010/09/28 16:09:57 ranger Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v 1.7 2011/01/04 22:00:44 xmw Exp $
95
96 EAPI="3"
97 PYTHON_DEPEND="2:2.5"
98 @@ -15,7 +15,7 @@
99
100 LICENSE="MIT"
101 SLOT="0"
102 -KEYWORDS="amd64 ppc x86 ~x86-linux ~ppc-macos ~x86-macos"
103 +KEYWORDS="amd64 ppc ~sparc x86 ~x86-linux ~ppc-macos ~x86-macos"
104 IUSE=""
105
106 DEPEND="dev-python/setuptools"