Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/abstract_rendering/
Date: Wed, 09 Dec 2015 15:10:41
Message-Id: 1449673802.a96cfe93a9cc54d6da637f2430bbdadad8652f2f.jlec@gentoo
1 commit: a96cfe93a9cc54d6da637f2430bbdadad8652f2f
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 9 15:09:54 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 9 15:10:02 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96cfe93
7
8 dev-python/abstract_rendering: Correct license and upstream repo
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/abstract_rendering/abstract_rendering-0.5.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/abstract_rendering/abstract_rendering-0.5.1.ebuild b/dev-python/abstract_rendering/abstract_rendering-0.5.1.ebuild
17 index 0733e9b..3b2b110 100644
18 --- a/dev-python/abstract_rendering/abstract_rendering-0.5.1.ebuild
19 +++ b/dev-python/abstract_rendering/abstract_rendering-0.5.1.ebuild
20 @@ -10,12 +10,12 @@ inherit distutils-r1
21
22 DESCRIPTION="Rendering as a binning process"
23 HOMEPAGE="
24 - https://github.com/JosephCottam/AbstractRendering
25 + https://github.com/ContinuumIO/abstract_rendering
26 http://pypi.python.org/pypi/abstract_rendering
27 "
28 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
29
30 -LICENSE="BSD"
31 +LICENSE="uni_indiana"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
34 IUSE="test"