Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/boto: ChangeLog boto-1.8d.ebuild
Date: Thu, 24 Jun 2010 21:09:34
Message-Id: 20100624210931.B2EEA2CF4F@corvid.gentoo.org
1 pacho 10/06/24 21:09:31
2
3 Modified: ChangeLog boto-1.8d.ebuild
4 Log:
5 stable amd64, bug 322461
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.22 dev-python/boto/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?r1=1.21&r2=1.22
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- ChangeLog 14 Jun 2010 08:03:58 -0000 1.21
22 +++ ChangeLog 24 Jun 2010 21:09:31 -0000 1.22
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-python/boto
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.21 2010/06/14 08:03:58 phajdan.jr Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.22 2010/06/24 21:09:31 pacho Exp $
28 +
29 + 24 Jun 2010; Pacho Ramos <pacho@g.o> boto-1.8d.ebuild:
30 + stable amd64, bug 322461
31
32 14 Jun 2010; Pawel Hajdan jr <phajdan.jr@g.o> boto-1.8d.ebuild:
33 x86 stable wrt bug #322461
34
35
36
37 1.4 dev-python/boto/boto-1.8d.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-1.8d.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-1.8d.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-1.8d.ebuild?r1=1.3&r2=1.4
42
43 Index: boto-1.8d.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.8d.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- boto-1.8d.ebuild 14 Jun 2010 08:03:58 -0000 1.3
50 +++ boto-1.8d.ebuild 24 Jun 2010 21:09:31 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.8d.ebuild,v 1.3 2010/06/14 08:03:58 phajdan.jr Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.8d.ebuild,v 1.4 2010/06/24 21:09:31 pacho Exp $
56
57 inherit distutils
58
59 @@ -11,6 +11,6 @@
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 -KEYWORDS="~amd64 ~ppc x86 ~x86-linux ~ppc-macos ~x86-macos"
64 +KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos ~x86-macos"
65
66 DEPEND=">=dev-lang/python-2.3"