Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/boto: ChangeLog boto-1.9b.ebuild
Date: Wed, 02 Jun 2010 11:32:16
Message-Id: 20100602113209.552D52CE14@corvid.gentoo.org
1 djc 10/06/02 11:32:09
2
3 Modified: ChangeLog
4 Added: boto-1.9b.ebuild
5 Log:
6 Version bump dev-python/boto to 1.9b (bug 320653).
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.19 dev-python/boto/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 2 Jun 2010 11:26:28 -0000 1.18
23 +++ ChangeLog 2 Jun 2010 11:32:09 -0000 1.19
24 @@ -1,6 +1,11 @@
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.18 2010/06/02 11:26:28 djc Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.19 2010/06/02 11:32:09 djc Exp $
29 +
30 +*boto-1.9b (02 Jun 2010)
31 +
32 + 02 Jun 2010; Dirkjan Ochtman <djc@g.o> +boto-1.9b.ebuild:
33 + Version bump to 1.9b (bug 320653).
34
35 02 Jun 2010; Dirkjan Ochtman <djc@g.o> metadata.xml:
36 python takes over maintainership.
37
38
39
40 1.1 dev-python/boto/boto-1.9b.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-1.9b.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-1.9b.ebuild?rev=1.1&content-type=text/plain
44
45 Index: boto-1.9b.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v 1.1 2010/06/02 11:32:09 djc Exp $
50
51 inherit distutils
52
53 IUSE=""
54 DESCRIPTION="Amazon Web Services API"
55 HOMEPAGE="http://code.google.com/p/boto/ http://pypi.python.org/pypi/boto/"
56 SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
61
62 DEPEND=">=dev-lang/python-2.3"