From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6142C1384B4 for ; Wed, 30 Dec 2015 12:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F326021C010; Wed, 30 Dec 2015 12:51:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82CCD21C052 for ; Wed, 30 Dec 2015 12:51:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C084834084C for ; Wed, 30 Dec 2015 12:51:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49943C89 for ; Wed, 30 Dec 2015 12:51:23 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451479863.4bdeb0e46f9aadc16d5ab57fa45393a2dac9da89.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/irc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/irc/irc-11.0.1.ebuild X-VCS-Directories: dev-python/irc/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 4bdeb0e46f9aadc16d5ab57fa45393a2dac9da89 X-VCS-Branch: master Date: Wed, 30 Dec 2015 12:51:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3c719999-5d8a-4393-b361-c72993142c09 X-Archives-Hash: 5aa87f6778e37ddb33290039249d8bf4 commit: 4bdeb0e46f9aadc16d5ab57fa45393a2dac9da89 Author: Louis Sautier gmail com> AuthorDate: Wed Dec 30 10:17:23 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Dec 30 12:51:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bdeb0e4 dev-python/irc: correct license and homepage for version 11.0.1 Package-Manager: portage-2.2.26 dev-python/irc/irc-11.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/irc/irc-11.0.1.ebuild b/dev-python/irc/irc-11.0.1.ebuild index e1e0f5e..7739799 100644 --- a/dev-python/irc/irc-11.0.1.ebuild +++ b/dev-python/irc/irc-11.0.1.ebuild @@ -8,10 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="IRC client framework written in Python" -HOMEPAGE="https://bitbucket.org/jaraco/irc https://pypi.python.org/pypi/irc" +HOMEPAGE="https://github.com/jaraco/irc" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" -LICENSE="LGPL-2.1" +LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" IUSE="examples test"