Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/boto: ChangeLog boto-1.7a.ebuild
Date: Fri, 24 Apr 2009 14:54:06
Message-Id: E1LxMmx-0004b7-BB@stork.gentoo.org
1 patrick 09/04/24 14:54:03
2
3 Modified: ChangeLog
4 Added: boto-1.7a.ebuild
5 Log:
6 Bump to 1.7a
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 dev-python/boto/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/boto/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/boto/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/boto/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 24 Apr 2009 14:51:33 -0000 1.8
23 +++ ChangeLog 24 Apr 2009 14:54:03 -0000 1.9
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/boto
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.8 2009/04/24 14:51:33 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.9 2009/04/24 14:54:03 patrick Exp $
29 +
30 +*boto-1.7a (24 Apr 2009)
31 +
32 + 24 Apr 2009; Patrick Lauer <patrick@g.o> +boto-1.7a.ebuild:
33 + Bump to 1.7a
34
35 24 Apr 2009; Patrick Lauer <patrick@g.o> -boto-1.3a.ebuild,
36 -boto-1.4a.ebuild, -boto-1.4c.ebuild:
37
38
39
40 1.1 dev-python/boto/boto-1.7a.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/boto/boto-1.7a.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/boto/boto-1.7a.ebuild?rev=1.1&content-type=text/plain
44
45 Index: boto-1.7a.ebuild
46 ===================================================================
47 # Copyright 1999-2009 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.7a.ebuild,v 1.1 2009/04/24 14:54:03 patrick Exp $
50
51 inherit distutils
52
53 IUSE=""
54 DESCRIPTION="Amazon Web Services API"
55 HOMEPAGE="http://code.google.com/p/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"
61
62 DEPEND=">=dev-lang/python-2.3"