Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/boto: ChangeLog boto-2.0_beta4.ebuild
Date: Mon, 02 May 2011 22:09:51
Message-Id: 20110502220938.8018D20054@flycatcher.gentoo.org
1 arfrever 11/05/02 22:09:38
2
3 Modified: ChangeLog
4 Added: boto-2.0_beta4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha30_p39/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.31 dev-python/boto/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.31&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.31&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?r1=1.30&r2=1.31
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v
20 retrieving revision 1.30
21 retrieving revision 1.31
22 diff -u -r1.30 -r1.31
23 --- ChangeLog 4 Jan 2011 22:00:43 -0000 1.30
24 +++ ChangeLog 2 May 2011 22:09:38 -0000 1.31
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/boto
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.30 2011/01/04 22:00:43 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.31 2011/05/02 22:09:38 arfrever Exp $
30 +
31 +*boto-2.0_beta4 (02 May 2011)
32 +
33 + 02 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + +boto-2.0_beta4.ebuild:
35 + Version bump.
36
37 04 Jan 2011; Michael Weber <xmw@g.o> boto-1.9b.ebuild,
38 boto-2.0_beta3.ebuild:
39
40
41
42 1.1 dev-python/boto/boto-2.0_beta4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.0_beta4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.0_beta4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: boto-2.0_beta4.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0_beta4.ebuild,v 1.1 2011/05/02 22:09:38 arfrever Exp $
52
53 EAPI="3"
54 PYTHON_DEPEND="2:2.5"
55 SUPPORT_PYTHON_ABIS="1"
56 RESTRICT_PYTHON_ABIS="2.4 3.*"
57
58 inherit distutils
59
60 MY_PV="${PV/_beta/b}"
61 MY_P="${PN}-${MY_PV}"
62
63 DESCRIPTION="Amazon Web Services API"
64 HOMEPAGE="http://code.google.com/p/boto/ http://pypi.python.org/pypi/boto"
65 SRC_URI="http://boto.googlecode.com/files/${MY_P}.tar.gz"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
70 IUSE=""
71
72 DEPEND="dev-python/setuptools"
73 RDEPEND=""
74
75 S="${WORKDIR}/${MY_P}"