Gentoo Archives: gentoo-commits

From: Matsuu Takuto <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-python/dotcloud/
Date: Tue, 28 Jun 2011 17:19:00
Message-Id: 40405915e085588173d0ca487e329dc5ddb4085a.matsuu@gentoo
1 commit: 40405915e085588173d0ca487e329dc5ddb4085a
2 Author: MATSUU Takuto <matsuu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 16:56:51 2011 +0000
4 Commit: Matsuu Takuto <matsuu <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 16:56:51 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=40405915
7
8 dev-python/dotcloud: Fixed SRC_URI and LICENSE.
9
10 (Portage version: 2.1.10.3/git/Linux x86_64, signed Manifest commit with key 05280D69)
11
12 ---
13 dev-python/dotcloud/ChangeLog | 3 +++
14 dev-python/dotcloud/dotcloud-0.4.0.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/dotcloud/ChangeLog b/dev-python/dotcloud/ChangeLog
18 index d123cb2..25cdf80 100644
19 --- a/dev-python/dotcloud/ChangeLog
20 +++ b/dev-python/dotcloud/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 28 Jun 2011; MATSUU Takuto <matsuu@g.o> dotcloud-0.4.0.ebuild:
26 + Fixed SRC_URI and LICENSE.
27 +
28 *dotcloud-0.4.0 (28 Jun 2011)
29
30 28 Jun 2011; MATSUU Takuto <matsuu@g.o> +dotcloud-0.4.0.ebuild,
31
32 diff --git a/dev-python/dotcloud/dotcloud-0.4.0.ebuild b/dev-python/dotcloud/dotcloud-0.4.0.ebuild
33 index 4f65481..95d1cbb 100644
34 --- a/dev-python/dotcloud/dotcloud-0.4.0.ebuild
35 +++ b/dev-python/dotcloud/dotcloud-0.4.0.ebuild
36 @@ -9,9 +9,9 @@ inherit distutils
37 MY_P="${PN}.cli-${PV}"
38 DESCRIPTION="dotCloud command-line interface client"
39 HOMEPAGE="http://www.dotcloud.com/"
40 -SRC_URI="http://pypi.python.org/packages/source/d/dotcloud.cli/${MY_P}.tar.gz"
41 +SRC_URI="mirror://pypi/d/dotcloud.cli/${MY_P}.tar.gz"
42
43 -LICENSE="UNKNOWN"
44 +LICENSE="as-is"
45 SLOT="0"
46 KEYWORDS="~amd64 ~x86"
47 IUSE=""