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: boto-1.9b.ebuild
Date: Wed, 02 Jun 2010 11:35:21
Message-Id: 20100602113518.2EF9B2CE14@corvid.gentoo.org
1 djc 10/06/02 11:35:18
2
3 Modified: boto-1.9b.ebuild
4 Log:
5 Fix license, other small fixes.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/boto/boto-1.9b.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-1.9b.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-1.9b.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-1.9b.ebuild?r1=1.1&r2=1.2
14
15 Index: boto-1.9b.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- boto-1.9b.ebuild 2 Jun 2010 11:32:09 -0000 1.1
22 +++ boto-1.9b.ebuild 2 Jun 2010 11:35:17 -0000 1.2
23 @@ -1,16 +1,14 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v 1.1 2010/06/02 11:32:09 djc Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v 1.2 2010/06/02 11:35:17 djc Exp $
28
29 inherit distutils
30
31 -IUSE=""
32 DESCRIPTION="Amazon Web Services API"
33 HOMEPAGE="http://code.google.com/p/boto/ http://pypi.python.org/pypi/boto/"
34 SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz"
35
36 -LICENSE="GPL-2"
37 +LICENSE="MIT"
38 SLOT="0"
39 KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
40 -
41 -DEPEND=">=dev-lang/python-2.3"
42 +IUSE=""