Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/irc/
Date: Wed, 30 Dec 2015 12:51:29
Message-Id: 1451479863.4bdeb0e46f9aadc16d5ab57fa45393a2dac9da89.idella4@gentoo
1 commit: 4bdeb0e46f9aadc16d5ab57fa45393a2dac9da89
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Wed Dec 30 10:17:23 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 12:51:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bdeb0e4
7
8 dev-python/irc: correct license and homepage for version 11.0.1
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/irc/irc-11.0.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/irc/irc-11.0.1.ebuild b/dev-python/irc/irc-11.0.1.ebuild
16 index e1e0f5e..7739799 100644
17 --- a/dev-python/irc/irc-11.0.1.ebuild
18 +++ b/dev-python/irc/irc-11.0.1.ebuild
19 @@ -8,10 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
20 inherit distutils-r1
21
22 DESCRIPTION="IRC client framework written in Python"
23 -HOMEPAGE="https://bitbucket.org/jaraco/irc https://pypi.python.org/pypi/irc"
24 +HOMEPAGE="https://github.com/jaraco/irc"
25 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
26
27 -LICENSE="LGPL-2.1"
28 +LICENSE="MIT"
29 SLOT="0"
30 KEYWORDS="amd64 x86"
31 IUSE="examples test"